:root {
	--primary-color: #1e3a5f;
	--secondary-color: #2d5985;
	--accent-color: #4a90c2;
	--success-color: #2c5530;
	--text-dark: #1a1a1a;
	--text-medium: #444444;
	--text-light: #666666;
	--bg-light: #f8f9fb;
	--bg-white: #ffffff;
	--border-light: #e1e5e9;
	--shadow-light: rgba(30, 58, 95, 0.08);
	--shadow-medium: rgba(30, 58, 95, 0.15);
}

@media (max-width: 768px) {
	.container {
		padding: 0 16px;
	}

	.hero h1 {
		font-size: 2.4rem;
	}

	.benefits-container {
		grid-template-columns: 1fr;
	}

	.hero-buttons,
	.cta-buttons {
		flex-direction: column;
		align-items: center;
	}

	.steps-container,
	.benefits-container {
		gap: 32px;
	}

	.solution-content {
		padding: 48px 32px;
	}

	.benefits-column {
		padding: 40px 32px;
	}

	.login-modal {
		margin: 20px;
		padding: 32px 24px;
	}
}

@media (max-width: 480px) {
	.btn {
		min-width: auto;
		width: 100%;
		max-width: 300px;
	}

	.hero {
		padding: 60px 0 80px;
	}

	.hero h1 {
		font-size: 2rem;
	}

	.section {
		padding: 60px 0;
	}
}

@media (max-width: 768px) {
	.container {
		padding: 0 16px;
	}

	.hero h1 {
		font-size: 2.4rem;
	}

	.login-modal {
		margin: 20px;
		padding: 32px 24px;
	}
}

@media (max-width: 480px) {
	.hero h1 {
		font-size: 2rem;
	}
}

@media (max-width: 768px) {
	.container {
		padding: 0 16px;
	}

	.hero h1 {
		font-size: 2.4rem;
	}

	.what-is-content,
	.benefits-container {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.steps-container {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.integrations-grid {
		grid-template-columns: 1fr;
	}

	.kpi-grid {
		grid-template-columns: 1fr;
	}

	.security-features {
		grid-template-columns: 1fr;
	}

	section {
		padding: 60px 0;
	}

	.cta h2 {
		font-size: 2rem;
	}

	.login-modal {
		margin: 20px;
		padding: 32px 24px;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 768px) {
	.container {
		padding: 0 16px;
	}

	.hero h1 {
		font-size: 2.4rem;
	}

	.roles-container,
	.benefits-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.overview-content,
	.role-card {
		padding: 40px 30px;
	}

	.section {
		padding: 60px 0;
	}

	.login-modal {
		margin: 20px;
		padding: 32px 24px;
	}
}

@media (max-width: 480px) {
	.hero h1 {
		font-size: 2rem;
	}

	.btn-primary,
	.btn-secondary {
		padding: 14px 24px;
		font-size: 1rem;
	}

	.overview-content,
	.role-card {
		padding: 30px 24px;
	}

	.overview-list {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.container {
		padding: 0 16px;
	}

	.hero {
		padding: 60px 0 80px;
	}

	.hero h1 {
		font-size: 2.4rem;
	}

	.bastanteo-info {
		grid-template-columns: 1fr;
		gap: 32px;
		text-align: center;
		padding: 40px 32px;
	}

	.steps-container {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.benefits-container {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.security-features {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.section {
		padding: 60px 0;
	}

	.login-section,
	.cta-section {
		padding: 48px 0;
	}

	.login-modal {
		margin: 20px;
		padding: 32px 24px;
	}
}

@media (max-width: 480px) {
	.hero h1 {
		font-size: 2rem;
	}

	.btn-primary,
	.btn-login {
		padding: 14px 24px;
		font-size: 1rem;
	}

	.step,
	.benefit {
		padding: 30px 24px;
	}

	.bastanteo-info {
		padding: 30px 24px;
	}
}

@media (max-width: 768px) {
	.container {
		padding: 0 16px;
	}

	.hero h1 {
		font-size: 2.4rem;
	}

	.capabilities,
	.benefits {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.banking-ops {
		grid-template-columns: 1fr;
	}

	.security-features {
		grid-template-columns: 1fr;
	}

	.escrow-features {
		grid-template-columns: 1fr;
	}

	.section {
		padding: 60px 0;
	}

	.cta-section h2 {
		font-size: 2rem;
	}

	.login-modal {
		margin: 20px;
		padding: 32px 24px;
	}
}

@media (max-width: 480px) {
	.container {
		padding: 0 15px;
	}

	.hero {
		padding: 60px 0 80px;
	}

	.hero h1 {
		font-size: 2rem;
	}

	.escrow-info,
	.capabilities-list,
	.dashboard-preview,
	.benefit-group {
		padding: 30px 25px;
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	line-height: 1.6;
	color: var(--text-dark);
	background-color: var(--bg-white);
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 24px;
}

.header {
	background: var(--bg-white);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	padding: 20px 0;
	position: sticky;
	top: 0;
	z-index: 100;
}

.header-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	font-size: 24px;
	font-weight: 700;
	color: var(--primary-color);
}

.header-btn {
	background: var(--primary-color);
	color: var(--bg-white);
	padding: 12px 24px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.3s ease;
	border: none;
	cursor: pointer;
}

.header-btn:hover {
	background: var(--secondary-color);
	transform: translateY(-1px);
	box-shadow: 0 4px 12px var(--shadow-medium);
}

.user-menu {
	position: relative;
	display: inline-block;
}

.user-dropdown {
	position: absolute;
	top: 100%;
	right: 0;
	background: var(--bg-white);
	border: 1px solid var(--border-light);
	border-radius: 8px;
	box-shadow: 0 4px 20px var(--shadow-light);
	min-width: 200px;
	z-index: 1000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
}

.user-dropdown.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.user-dropdown a {
	display: block;
	padding: 12px 16px;
	color: var(--text-dark);
	text-decoration: none;
	transition: background-color 0.2s ease;
}

.user-dropdown a:hover {
	background-color: var(--bg-light);
}

.user-dropdown .user-info {
	padding: 12px 16px;
	border-bottom: 1px solid var(--border-light);
	font-size: 0.9rem;
	color: var(--text-medium);
}

.hero {
	background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
	color: white;
	padding: 80px 0 100px;
	position: relative;
	overflow: hidden;
}

.hero-content {
	position: relative;
	z-index: 2;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.hero h1 {
	font-size: 3.2rem;
	font-weight: 700;
	margin-bottom: 24px;
	letter-spacing: -0.02em;
}

.hero .subtitle {
	font-size: 1.25rem;
	margin-bottom: 40px;
	opacity: 0.9;
	font-weight: 400;
}

.hero-buttons {
	display: flex;
	gap: 20px;
	justify-content: center;
	flex-wrap: wrap;
}

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 16px 32px;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
	border: none;
	min-width: 180px;
}

.btn-primary {
	background: linear-gradient(135deg, var(--accent-color), #3a7bb8);
	color: white;
	padding: 16px 32px;
	border: none;
	border-radius: 8px;
	font-size: 1.1rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 4px 12px rgba(74, 144, 194, 0.3);
}

.btn-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(74, 144, 194, 0.4);
}

.btn-secondary {
	background: var(--bg-white);
	color: var(--secondary-color);
	padding: 18px 28px;
	border: none;
	border-radius: 8px;
	font-size: 1.1rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-secondary:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.btn-primary i {
	font-size: 1rem;
}

.section {
	padding: 80px 0;
	background: var(--bg-white);
}

.section:nth-child(even) {
	background: var(--bg-light);
}

.section-title {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 24px;
	color: var(--primary-color);
}

.problems-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 40px;
	max-width: 1000px;
	margin: 60px auto 0;
}

.problem-item {
	text-align: center;
	padding: 48px 32px;
	background: var(--bg-white);
	border-radius: 12px;
	box-shadow: 0 4px 20px var(--shadow-light);
	transition: transform 0.3s ease;
	border: 1px solid var(--border-light);
}

.problem-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 25px var(--shadow-medium);
}

.problem-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background: #fee2e2;
	border-radius: 50%;
	margin-bottom: 24px;
	color: #dc2626;
	font-size: 2rem;
}

.problem-item h3 {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 16px;
	color: var(--text-dark);
}

.problem-item p {
	color: var(--text-light);
	line-height: 1.6;
}

.solution-content {
	background: linear-gradient(135deg, #ecfdf5, #d1fae5);
	padding: 64px 48px;
	border-radius: 16px;
	text-align: center;
	border: 1px solid #a7f3d0;
	margin-top: 60px;
}

.solution-content h3 {
	font-size: 1.8rem;
	margin-bottom: 24px;
	color: var(--success-color);
	font-weight: 700;
}

.solution-content p {
	font-size: 1.125rem;
	margin-bottom: 40px;
	color: var(--text-medium);
}

.solution-benefits {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 32px;
	margin-top: 40px;
}

.solution-benefit {
	background: var(--bg-white);
	padding: 32px 20px;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	border: 1px solid var(--border-light);
}

.solution-benefit h4 {
	color: var(--success-color);
	margin-bottom: 12px;
	font-weight: 600;
	font-size: 1.1rem;
}

.solution-benefit p {
	color: var(--text-light);
	font-size: 0.95rem;
	line-height: 1.5;
}

.how-it-works-subtitle {
	text-align: center;
	font-size: 1.125rem;
	color: var(--text-medium);
	margin-bottom: 64px;
}

.steps-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 32px;
	margin-top: 60px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.step {
	text-align: center;
	padding: 40px 32px;
	background: var(--bg-white);
	border-radius: 12px;
	box-shadow: 0 4px 20px var(--shadow-light);
	border: 1px solid var(--border-light);
	transition: all 0.3s ease;
	position: relative;
}

.step:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 25px var(--shadow-medium);
}

.step-number {
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: var(--secondary-color);
	color: var(--bg-white);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	font-weight: 700;
}

.step-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: var(--bg-light);
	border-radius: 50%;
	margin: 24px 0 20px;
	color: var(--secondary-color);
	font-size: 1.5rem;
}

.step h4 {
	font-size: 1.2rem;
	margin-bottom: 12px;
	color: var(--primary-color);
	font-weight: 600;
}

.step p {
	color: var(--text-light);
	font-size: 0.95rem;
	line-height: 1.6;
}

.benefits-container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 32px;
	margin-top: 60px;
}

.benefits-column {
	background: var(--bg-white);
	padding: 40px 35px;
	border-radius: 16px;
	box-shadow: 0 4px 20px var(--shadow-light);
	border: 1px solid var(--border-light);
	border-top: 4px solid var(--accent-color);
}

.benefits-column.proveedores {
	border-top-color: var(--success-color);
}

.benefits-column h3 {
	font-size: 1.5rem;
	margin-bottom: 30px;
	color: var(--primary-color);
	text-align: center;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.benefits-column h3 .icon {
	font-size: 1.5rem;
	color: var(--accent-color);
}

.benefits-column.proveedores h3 .icon {
	color: var(--success-color);
}

.benefits-list {
	list-style: none;
}

.benefits-list li {
	margin-bottom: 20px;
	padding: 20px 24px;
	background: var(--bg-light);
	border-radius: 12px;
	position: relative;
	padding-left: 64px;
	transition: all 0.3s ease;
	border-left: 4px solid var(--accent-color);
}

.benefits-list li::before {
	content: '';
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: var(--success-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.proveedores .benefits-list li::before {
	background: var(--success-color);
}

.login-access {
	background: var(--secondary-color);
	color: var(--bg-white);
	padding: 80px 0;
	text-align: center;
}

.login-access h2 {
	font-size: 2.2rem;
	margin-bottom: 16px;
	font-weight: 700;
}

.login-access p {
	font-size: 1.125rem;
	margin-bottom: 40px;
	opacity: 0.9;
}

.btn-login {
	background: var(--bg-white);
	color: var(--secondary-color);
	padding: 18px 28px;
	border: none;
	border-radius: 8px;
	font-size: 1.1rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-login:hover {
	background: var(--bg-light);
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.impact-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 40px;
	max-width: 1000px;
	margin: 60px auto 0;
}

.impact-item {
	background: var(--bg-white);
	padding: 48px 32px;
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 4px 20px var(--shadow-light);
	transition: transform 0.3s ease;
	border-top: 4px solid var(--secondary-color);
	border: 1px solid var(--border-light);
}

.impact-item:nth-child(2) {
	border-top-color: var(--success-color);
}

.impact-item:nth-child(3) {
	border-top-color: #f59e0b;
}

.impact-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 25px var(--shadow-medium);
}

.impact-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background: var(--bg-light);
	border-radius: 50%;
	margin-bottom: 24px;
	color: var(--secondary-color);
	font-size: 2rem;
}

.impact-item:nth-child(2) .impact-icon {
	color: var(--success-color);
}

.impact-item:nth-child(3) .impact-icon {
	color: #f59e0b;
}

.impact-item h3 {
	font-size: 1.25rem;
	margin-bottom: 16px;
	color: var(--text-dark);
	font-weight: 600;
}

.impact-item p {
	color: var(--text-light);
	line-height: 1.6;
}

.cta {
	background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
	color: var(--bg-white);
	padding: 80px 0;
	text-align: center;
	position: relative;
}

.cta-content {
	position: relative;
	z-index: 2;
	max-width: 600px;
	margin: 0 auto;
}

.cta h2 {
	font-size: 2.5rem;
	margin-bottom: 20px;
	font-weight: 700;
}

.cta p {
	font-size: 1.25rem;
	margin-bottom: 40px;
	opacity: 0.9;
}

.cta-buttons {
	display: flex;
	gap: 24px;
	justify-content: center;
	flex-wrap: wrap;
}

.btn-cta-primary {
	background: var(--bg-white);
	color: var(--primary-color);
	padding: 20px 48px;
	border: none;
	border-radius: 8px;
	font-size: 1.125rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
	box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.btn-cta-primary:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(255, 255, 255, 0.3);
}

.btn-cta-secondary {
	background: transparent;
	color: var(--bg-white);
	padding: 20px 48px;
	border: 2px solid var(--bg-white);
	border-radius: 8px;
	font-size: 1.125rem;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
}

.btn-cta-secondary:hover {
	background: var(--bg-white);
	color: var(--primary-color);
	transform: translateY(-2px);
}

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10000;
	backdrop-filter: blur(5px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.modal-overlay.active {
	opacity: 1;
	visibility: visible;
}

.login-modal {
	background: var(--bg-white);
	border-radius: 16px;
	padding: 40px 32px;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	border: 1px solid var(--border-light);
	width: 100%;
	max-width: 400px;
	position: relative;
	transform: translateY(20px);
	transition: transform 0.3s ease;
}

.modal-overlay.active .login-modal {
	transform: translateY(0);
}

.close-modal {
	position: absolute;
	top: 16px;
	right: 16px;
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: var(--text-light);
	padding: 4px 8px;
	transition: all 0.2s;
	line-height: 1;
	border-radius: 4px;
}

.close-modal:hover {
	color: var(--text-dark);
	background: var(--bg-light);
}

.login-title {
	font-size: 1.5rem;
	font-weight: 600;
	color: var(--primary-color);
	text-align: center;
	margin-bottom: 32px;
	letter-spacing: -0.025em;
}

.form-group {
	margin-bottom: 20px;
}

.form-label {
	font-weight: 500;
	color: var(--text-dark);
	margin-bottom: 8px;
	font-size: 0.95rem;
	display: block;
}

.form-control {
	border: 1px solid var(--border-light);
	border-radius: 8px;
	padding: 12px 16px;
	font-size: 0.95rem;
	transition: all 0.2s ease;
	background-color: var(--bg-white);
	color: var(--text-dark);
	width: 100%;
}

.form-control:focus {
	border-color: var(--accent-color);
	box-shadow: 0 0 0 3px rgba(74, 144, 194, 0.1);
	outline: none;
}

.btn-primary-custom {
	background-color: var(--primary-color);
	border: none;
	border-radius: 8px;
	padding: 14px 24px;
	font-weight: 600;
	font-size: 1rem;
	width: 100%;
	transition: all 0.3s ease;
	color: var(--bg-white);
	cursor: pointer;
	margin-top: 8px;
}

.btn-primary-custom:hover {
	background-color: var(--secondary-color);
	transform: translateY(-1px);
	box-shadow: 0 4px 12px var(--shadow-medium);
}

.btn-secondary-custom {
	background-color: transparent;
	border: 1px solid var(--border-light);
	border-radius: 8px;
	padding: 12px 24px;
	font-weight: 500;
	font-size: 0.95rem;
	width: 100%;
	transition: all 0.2s ease;
	color: var(--text-medium);
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}

.btn-secondary-custom:hover {
	background-color: var(--bg-light);
	border-color: var(--accent-color);
	color: var(--accent-color);
}

.text-divider {
	text-align: center;
	margin: 24px 0;
	color: var(--text-light);
	font-size: 0.9rem;
}

.password-container {
	position: relative;
}

.password-toggle {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	padding: 4px;
	border-radius: 4px;
	transition: background-color 0.2s ease;
}

.password-toggle:hover {
	background-color: var(--bg-light);
}

.password-toggle i {
	font-size: 16px;
	color: var(--text-light);
}

.form-control.has-toggle {
	padding-right: 45px;
}

.loading {
	opacity: 0.7;
	pointer-events: none;
}

.fade-in {
	opacity: 0;
	transform: translateY(20px);
	transition: all 0.6s ease;
}

.fade-in.visible {
	opacity: 1;
	transform: translateY(0);
}

html {
	scroll-behavior: smooth;
}

.login-section {
	background: var(--secondary-color);
	color: var(--bg-white);
	padding: 60px 0;
	text-align: center;
}

.login-section h2 {
	font-size: 1.8rem;
	margin-bottom: 12px;
	font-weight: 600;
}

.login-section p {
	font-size: 1.1rem;
	margin-bottom: 32px;
	opacity: 0.9;
}

.hero p {
	font-size: 1.25rem;
	margin-bottom: 40px;
	opacity: 0.9;
	font-weight: 400;
}

.quick-access {
	background: var(--secondary-color);
	color: white;
	padding: 60px 0;
	text-align: center;
}

.quick-access h2 {
	font-size: 1.8rem;
	margin-bottom: 12px;
	font-weight: 600;
}

.quick-access p {
	font-size: 1.1rem;
	margin-bottom: 32px;
	opacity: 0.9;
}

.what-is {
	padding: 80px 0;
	background: var(--bg-light);
}

.what-is h2 {
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 24px;
	color: var(--primary-color);
	font-weight: 700;
}

.what-is-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	align-items: center;
	margin-top: 60px;
}

.what-is-text {
	font-size: 1.1rem;
	color: var(--text-medium);
}

.what-is-text p {
	margin-bottom: 24px;
	line-height: 1.7;
}

.what-is-text strong {
	color: var(--primary-color);
	font-weight: 600;
}

.feature-list {
	list-style: none;
	margin-top: 32px;
}

.feature-list li {
	margin-bottom: 16px;
	padding-left: 32px;
	position: relative;
	color: var(--text-dark);
	font-weight: 500;
	line-height: 1.6;
}

.feature-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 20px;
	height: 20px;
	background: var(--success-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.feature-list li::after {
	content: '✓';
	position: absolute;
	left: 6px;
	top: 8px;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.dashboard-mockup {
	background: white;
	border-radius: 16px;
	padding: 32px;
	box-shadow: 0 8px 32px var(--shadow-medium);
	position: relative;
	border: 1px solid var(--border-light);
}

.mockup-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 32px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--border-light);
}

.mockup-header h4 {
	color: var(--primary-color);
	font-size: 1.2rem;
	font-weight: 600;
}

.status-indicator {
	background: #e8f5e8;
	color: var(--success-color);
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 0.9rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 6px;
}

.score-display {
	text-align: center;
	margin-bottom: 32px;
}

.score-circle {
	width: 120px;
	height: 120px;
	margin: 0 auto 16px;
	position: relative;
	background: conic-gradient(var(--success-color) 0deg 252deg, var(--border-light) 252deg 360deg);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.score-circle::before {
	content: '';
	position: absolute;
	width: 90px;
	height: 90px;
	background: white;
	border-radius: 50%;
}

.score-value {
	position: absolute;
	z-index: 2;
	font-size: 2rem;
	font-weight: 700;
	color: var(--primary-color);
}

.score-label {
	font-size: 0.9rem;
	color: var(--text-light);
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.mini-charts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.mini-chart {
	background: var(--bg-light);
	padding: 20px;
	border-radius: 12px;
	text-align: center;
}

.mini-chart h5 {
	font-size: 0.9rem;
	color: var(--text-medium);
	margin-bottom: 12px;
	font-weight: 600;
}

.chart-bar {
	height: 6px;
	background: var(--border-light);
	border-radius: 3px;
	margin: 8px 0;
	position: relative;
	overflow: hidden;
}

.chart-fill {
	height: 100%;
	border-radius: 3px;
	transition: width 1s ease;
}

.chart-fill.liquidez {
	width: 75%;
	background: linear-gradient(90deg, var(--accent-color), #5ba3d4);
}

.chart-fill.deuda {
	width: 60%;
	background: linear-gradient(90deg, #c9a96e, #b8956b);
}

.chart-value {
	font-size: 0.85rem;
	color: var(--text-light);
	margin-top: 8px;
	font-weight: 500;
}

.data-sources {
	padding: 80px 0;
	background: white;
}

.data-sources h2 {
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 24px;
	color: var(--primary-color);
	font-weight: 700;
}

.data-sources-intro {
	text-align: center;
	font-size: 1.1rem;
	color: var(--text-medium);
	margin-bottom: 60px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.7;
}

.integrations-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 24px;
	margin-top: 48px;
}

.integration-card {
	background: white;
	padding: 32px 24px;
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 4px 12px var(--shadow-light);
	transition: all 0.3s ease;
	border: 1px solid var(--border-light);
	position: relative;
}

.integration-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 25px var(--shadow-medium);
}

.integration-card::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(135deg, var(--accent-color), var(--secondary-color));
	border-radius: 12px 12px 0 0;
}

.integration-icon {
	width: 48px;
	height: 48px;
	background: var(--bg-light);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 16px;
	color: var(--primary-color);
	font-size: 20px;
}

.integration-card h4 {
	color: var(--primary-color);
	font-size: 1.1rem;
	margin-bottom: 8px;
	font-weight: 600;
}

.integration-card p {
	color: var(--text-light);
	font-size: 0.95rem;
	line-height: 1.5;
}

.how-it-works {
	padding: 80px 0;
	background: var(--bg-light);
}

.how-it-works h2 {
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 60px;
	color: var(--primary-color);
	font-weight: 700;
}

.benefits {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	margin-top: 50px;
}

.benefits h2 {
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 60px;
	color: var(--primary-color);
	font-weight: 700;
}

.benefits-list li:hover {
	transform: translateX(8px);
	background: #f0f7ff;
	border-left-color: var(--secondary-color);
}

.benefits-list li::after {
	content: '✓';
	position: absolute;
	left: 27px;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.benefits-visual {
	background: linear-gradient(135deg, var(--bg-light) 0%, #f0f4f8 100%);
	padding: 40px;
	border-radius: 16px;
	box-shadow: 0 8px 32px var(--shadow-light);
	border: 1px solid var(--border-light);
}

.benefits-visual h4 {
	text-align: center;
	margin-bottom: 32px;
	color: var(--primary-color);
	font-size: 1.3rem;
	font-weight: 600;
}

.kpi-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 24px;
}

.kpi-card {
	background: white;
	padding: 24px;
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 2px 8px var(--shadow-light);
	border: 1px solid var(--border-light);
}

.kpi-value {
	font-size: 1.8rem;
	font-weight: 700;
	color: var(--accent-color);
	margin-bottom: 4px;
}

.kpi-label {
	font-size: 0.85rem;
	color: var(--text-light);
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.status-banner {
	text-align: center;
	margin-top: 24px;
	padding: 16px;
	background: #e8f5e8;
	border-radius: 8px;
	border-left: 4px solid var(--success-color);
}

.status-banner span {
	color: var(--success-color);
	font-weight: 600;
	font-size: 0.95rem;
}

.security {
	background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
	color: var(--bg-white);
	padding: 80px 0;
}

.security-content {
	text-align: center;
}

.security h2 {
	font-size: 2.4rem;
	margin-bottom: 24px;
	color: var(--primary-color);
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.security .header-icon {
	font-size: 2rem;
	color: var(--accent-color);
}

.security p {
	font-size: 1.1rem;
	color: var(--text-medium);
	margin-bottom: 48px;
	line-height: 1.7;
}

.security-features {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 40px;
	margin-top: 50px;
}

.security-feature {
	background: rgba(255, 255, 255, 0.1);
	padding: 40px 30px;
	border-radius: 12px;
	text-align: center;
	transition: all 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.security-feature:hover {
	transform: translateY(-5px);
	background: rgba(255, 255, 255, 0.15);
}

.security-feature .icon {
	width: 48px;
	height: 48px;
	background: var(--bg-light);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 16px;
	color: var(--primary-color);
	font-size: 20px;
}

.security-feature h4 {
	color: var(--bg-white);
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 12px;
}

.security-feature p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.95rem;
}

.cta .btn-primary {
	font-size: 1.2rem;
	padding: 20px 50px;
}

.fade-in-up {
	animation: fadeInUp 0.8s ease;
}

.overview-content {
	text-align: center;
	max-width: 800px;
	margin: 60px auto;
	background: var(--bg-white);
	padding: 48px;
	border-radius: 16px;
	box-shadow: 0 8px 32px var(--shadow-medium);
	border: 1px solid var(--border-light);
}

.overview-content p {
	font-size: 1.2rem;
	color: var(--text-medium);
	margin-bottom: 40px;
	line-height: 1.7;
}

.overview-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	gap: 24px;
	margin-bottom: 20px;
}

.overview-item {
	background: var(--bg-light);
	padding: 24px 20px;
	border-radius: 12px;
	box-shadow: 0 2px 8px var(--shadow-light);
	transition: transform 0.3s ease;
	border: 1px solid var(--border-light);
	text-align: center;
}

.overview-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 25px var(--shadow-medium);
}

.overview-item .icon {
	width: 50px;
	height: 50px;
	background: var(--accent-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 16px;
	color: var(--bg-white);
	font-size: 1.5rem;
}

.overview-item h4 {
	color: var(--text-dark);
	font-size: 1rem;
	font-weight: 600;
}

.roles-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	margin-top: 50px;
}

.role-card {
	background: var(--bg-white);
	padding: 40px 35px;
	border-radius: 12px;
	box-shadow: 0 4px 20px var(--shadow-light);
	border: 1px solid var(--border-light);
}

.role-card h3 {
	color: var(--primary-color);
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 25px;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 2px solid var(--accent-color);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}

.role-card h3 .icon {
	font-size: 1.5rem;
	color: var(--accent-color);
}

.role-card ul {
	list-style: none;
	padding: 0;
}

.role-card li {
	padding: 15px 0;
	font-size: 1.05rem;
	position: relative;
	padding-left: 35px;
	color: var(--text-dark);
}

.role-card li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: var(--success-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.role-card li::after {
	content: '✓';
	position: absolute;
	left: 7px;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.security-content h2 {
	color: white;
	margin-bottom: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.security-content .header-icon {
	font-size: 2rem;
	color: var(--accent-color);
}

.security-feature-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 20px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--bg-white);
	font-size: 1.5rem;
}

.benefits-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-top: 60px;
}

.benefit-item {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	padding: 16px;
	background: var(--bg-light);
	border-radius: 8px;
	transition: transform 0.3s ease;
}

.benefit-item:hover {
	transform: translateX(8px);
	background: rgba(74, 144, 194, 0.1);
}

.benefit-item .icon {
	font-size: 1.5rem;
	margin-right: 16px;
	color: var(--accent-color);
	min-width: 40px;
}

.benefit-item span {
	color: var(--text-dark);
	font-size: 1rem;
	font-weight: 500;
}

.bastanteo-info {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 48px;
	align-items: center;
	max-width: 900px;
	margin: 60px auto 0;
	background: var(--bg-white);
	padding: 48px;
	border-radius: 16px;
	box-shadow: 0 8px 32px var(--shadow-medium);
	border: 1px solid var(--border-light);
}

.bastanteo-icon {
	display: flex;
	align-items: center;
	justify-content: center;
}

.icon {
	width: 80px;
	height: 80px;
	background: var(--bg-light);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	color: var(--accent-color);
	border: 2px solid var(--border-light);
}

.bastanteo-list ul {
	list-style: none;
	padding-left: 0;
	margin: 24px 0;
}

.bastanteo-list li {
	padding: 12px 0;
	border-bottom: 1px solid var(--border-light);
	font-size: 1.05rem;
	color: var(--text-medium);
	position: relative;
	padding-left: 32px;
}

.bastanteo-list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--success-color);
	font-weight: bold;
	font-size: 1.1rem;
	width: 20px;
	height: 20px;
	background: rgba(44, 83, 48, 0.1);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bastanteo-list li:last-child {
	border-bottom: none;
}

.bastanteo-content strong {
	color: var(--primary-color);
	font-weight: 600;
}

.step h3 {
	margin-bottom: 16px;
	color: var(--text-dark);
	font-size: 1.1rem;
	font-weight: 600;
}

.benefit {
	background: var(--bg-white);
	padding: 40px 32px;
	border-radius: 12px;
	box-shadow: 0 4px 20px var(--shadow-light);
	border: 1px solid var(--border-light);
	text-align: center;
	transition: all 0.3s ease;
}

.benefit:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 25px var(--shadow-medium);
}

.benefit-icon {
	width: 60px;
	height: 60px;
	background: var(--bg-light);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 24px;
	font-size: 1.5rem;
	color: var(--accent-color);
}

.benefit h3 {
	margin-bottom: 16px;
	color: var(--text-dark);
	font-size: 1.15rem;
	font-weight: 600;
}

.benefit p {
	color: var(--text-light);
	font-size: 0.95rem;
	line-height: 1.6;
}

.security-intro {
	font-size: 1.1rem;
	margin-bottom: 50px;
	opacity: 0.95;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1.7;
}

.security-feature h3 {
	color: var(--bg-white);
	font-size: 1.1rem;
	font-weight: 600;
	margin-bottom: 12px;
}

.cta-section {
	background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
	color: white;
	padding: 80px 0;
	text-align: center;
	position: relative;
}

.cta-section h2 {
	font-size: 2.6rem;
	margin-bottom: 16px;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.hero-subtitle {
	font-size: 1.1rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 15px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.section h2 {
	text-align: center;
	font-size: 2.4rem;
	margin-bottom: 24px;
	color: var(--primary-color);
	font-weight: 700;
}

.escrow-info {
	background: white;
	padding: 50px 40px;
	border-radius: 16px;
	box-shadow: 0 8px 32px var(--shadow-medium);
	position: relative;
	border: 1px solid var(--border-light);
	margin-top: 60px;
}

.escrow-intro {
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: 40px;
	text-align: center;
}

.escrow-features {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 30px;
}

.feature-item {
	text-align: center;
	padding: 25px 20px;
	background: var(--bg-light);
	border-radius: 12px;
	border: 1px solid var(--border-light);
	transition: all 0.3s ease;
}

.feature-item:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 25px var(--shadow-medium);
}

.feature-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto 20px;
	background: var(--accent-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 24px;
}

.feature-item h3 {
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: 12px;
}

.feature-item p {
	font-size: 0.95rem;
	color: var(--text-light);
}

.security-section {
	background: linear-gradient(135deg, #34495e 0%, #2c3e50 100%);
	color: white;
	padding: 80px 0;
}

.security-item {
	background: rgba(255, 255, 255, 0.1);
	padding: 40px 30px;
	border-radius: 12px;
	text-align: center;
	transition: all 0.3s ease;
	border: 1px solid rgba(255, 255, 255, 0.1);
}

.security-item:hover {
	transform: translateY(-5px);
	background: rgba(255, 255, 255, 0.15);
}

.security-item-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 25px;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 32px;
}

.security-item h3 {
	margin-bottom: 15px;
	color: white;
	font-weight: 600;
	font-size: 1.3rem;
}

.security-item p {
	color: rgba(255, 255, 255, 0.9);
}

.capabilities {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
	margin-top: 40px;
	align-items: start;
}

.capabilities-list {
	background: white;
	padding: 40px;
	border-radius: 12px;
	box-shadow: 0 4px 20px var(--shadow-light);
	border: 1px solid var(--border-light);
}

.capabilities-list h3 {
	color: var(--primary-color);
	font-size: 1.4rem;
	margin-bottom: 30px;
	text-align: center;
	font-weight: 600;
}

.capabilities-list ul {
	list-style: none;
	padding: 0;
}

.capabilities-list li {
	padding: 15px 0;
	border-bottom: 1px solid var(--border-light);
	font-size: 1.05rem;
	position: relative;
	padding-left: 40px;
	color: var(--text-dark);
}

.capabilities-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: var(--success-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.capabilities-list li::after {
	content: '✓';
	position: absolute;
	left: 7px;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.capabilities-list li:last-child {
	border-bottom: none;
}

.dashboard-preview {
	background: linear-gradient(135deg, var(--bg-light) 0%, #f0f4f8 100%);
	padding: 40px;
	border-radius: 16px;
	box-shadow: 0 8px 32px var(--shadow-light);
	border: 1px solid var(--border-light);
	text-align: center;
}

.dashboard-icon {
	width: 100px;
	height: 100px;
	margin: 0 auto 25px;
	background: var(--accent-color);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 48px;
}

.dashboard-preview h3 {
	color: var(--primary-color);
	font-size: 1.4rem;
	margin-bottom: 15px;
	font-weight: 600;
}

.dashboard-preview p {
	color: var(--text-medium);
}

.banking-ops {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 40px;
	margin-top: 50px;
}

.banking-op {
	background: white;
	padding: 40px 30px;
	border-radius: 12px;
	box-shadow: 0 4px 20px var(--shadow-light);
	text-align: center;
	transition: all 0.3s ease;
	border: 1px solid var(--border-light);
}

.banking-op:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px var(--shadow-medium);
}

.banking-op-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 25px;
	background: var(--bg-light);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary-color);
	font-size: 32px;
}

.banking-op h3 {
	margin-bottom: 15px;
	color: var(--primary-color);
	font-size: 1.3rem;
	font-weight: 600;
}

.banking-op p {
	color: var(--text-light);
}

.banking-summary {
	text-align: center;
	margin-top: 50px;
	padding: 30px;
	background: var(--bg-light);
	border-radius: 12px;
	border: 1px solid var(--border-light);
}

.banking-summary p {
	font-size: 1.1rem;
	font-weight: 600;
	color: var(--primary-color);
}

.benefit-group {
	background: white;
	padding: 40px 35px;
	border-radius: 12px;
	box-shadow: 0 4px 20px var(--shadow-light);
	border: 1px solid var(--border-light);
}

.benefit-group h3 {
	color: var(--primary-color);
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 25px;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 2px solid var(--accent-color);
}

.benefit-group ul {
	list-style: none;
	padding: 0;
}

.benefit-group li {
	padding: 15px 0;
	font-size: 1.05rem;
	position: relative;
	padding-left: 35px;
	color: var(--text-dark);
}

.benefit-group li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: var(--success-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.benefit-group li::after {
	content: '✓';
	position: absolute;
	left: 7px;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.cta-section p {
	font-size: 1.2rem;
	margin-bottom: 40px;
	opacity: 0.9;
	line-height: 1.6;
}

.cta-section .btn-primary {
	font-size: 1.2rem;
	padding: 20px 40px;
}