* {
	box-sizing: border-box
}

body {
	margin: 0;
	font-family: 'Inter', sans-serif;
	background: #f4f7fb;
	color: #1f2937
}

a {
	text-decoration: none;
	color: inherit
}
.container {
	max-width: 1200px;
	margin: auto;
	padding: 0 20px
}

/* NAV */
nav {
	background: #fff;
	position: sticky;
	top: 0;
	z-index: 1000;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .06)
}
.nav-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 72px
}
.logo {
	font-size: 22px;
	font-weight: 700;
	color: #0d6efd
}
.nav-links a {
	margin-left: 24px;
	font-weight: 500;
	color: #374151
}
.nav-cta {
	background: #0d6efd;
	color: #fff;
	padding: 10px 18px;
	border-radius: 8px;
	font-weight: 600
}

/* HERO */
header {
	background: linear-gradient(135deg, #0d6efd, #1e3a8a);
	color: #fff;
	padding: 110px 0
}

header h1 {
	font-size: 44px;
	max-width: 820px
}

header p {
	font-size: 18px;
	max-width: 720px;
	opacity: .95
}
.hero-actions {
	margin-top: 30px
}
.btn {
	display: inline-block;
	padding: 14px 34px;
	border-radius: 10px;
	font-weight: 600;
	margin-right: 12px
}
.btn-primary {
	background: #fff;
	color: #0d6efd
}
.btn-outline {
	border: 2px solid #fff;
	color: #fff
}

/* TRUST */.trust {
	background: #fff;
	padding: 30px 0;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .06)
}
.trust-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 20px;
	text-align: center;
	font-weight: 600;
	color: #0d6efd
}

section {
	padding: 40px 0
}
.title {
	text-align: center;
	margin-bottom: 60px
}
.title h2 {
	font-size: 34px
}
.title p {
	color: #6b7280;
	max-width: 720px;
	margin: auto
}
.services {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 32px
}
.card {
	background: #fff;
	border-radius: 20px;
	padding: 34px;
	box-shadow: 0 20px 40px rgba(0, 0, 0, .08)
}
.card h3 {
	color: #0d6efd;
	font-size: 20px;
	margin-top: 0
}
.price {
	font-weight: 700;
	margin: 12px 0
}
.card ul {
	padding-left: 18px;
	color: #374151
}
.steps {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 30px
}
.step {
	background: #fff;
	padding: 34px;
	border-radius: 20px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .08)
}
.cta {
	background: linear-gradient(135deg, #1e40af, #0d6efd);
	color: #fff;
	text-align: center;
	padding: 90px 20px;
	border-radius: 30px;
	margin: 40px 20px
}

footer {
	background: #020617;
	color: #9ca3af;
	padding: 40px 20px
}
.footer-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 30px;
	max-width: 1200px;
	margin: auto
}

footer h4 {
	color: #fff;
	margin-bottom: 12px
}
.whatsapp {
	position: fixed;
	bottom: 22px;
	right: 22px;
	background: #25d366;
	color: #fff;
	padding: 14px 22px;
	border-radius: 50px;
	font-weight: 600;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .25)
}


.whatsapp2{

	bottom: 22px;
	right: 22px;
	background: #25d366;
	color: #fff;
	padding: 14px 22px;
	border-radius: 50px;
	font-weight: 600;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .25)
}

.logo-scroll {
	overflow: hidden;
	position: relative
}
.logo-track {
	display: flex;
	gap: 28px;
	animation: scroll 8s linear infinite
}
.logo-card {
	min-width: 260px;
	background: #ffffff;
	border-radius: 22px;
	padding: 26px 22px;
	text-align: center;
	border: 1px solid #293f942b;
}
.logo-card span {
	display: block;
	font-size: 18px;
	font-weight: 700;
	color: #0d6efd
}
.logo-card small {
	display: block;
	margin-top: 6px;
	font-size: 14px;
	color: #6b7280
}

@keyframes scroll {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-55%)
	}
}

</style><style>.logo-scroll {
	overflow: hidden;
	position: relative
}
.logo-track {
	display: flex;
	gap: 40px;
	animation: scroll 8s linear infinite
}
.logo-item {
	background: #fff;
	padding: 18px 28px;
	border-radius: 14px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
	font-weight: 600;
	color: #0d6efd;
	white-space: nowrap
}

@keyframes scroll {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-50%)
	}
}