/* ==================================================
   SOLVIUN — LANDING ADMINISTRADORES DE FINCAS
   Hero + problemas habituales
   ================================================== */

/* Base aislada de la landing */

.sv-af {
	--sv-af-primary: #2563eb;
	--sv-af-primary-dark: #1d4ed8;
	--sv-af-secondary: #0f172a;
	--sv-af-accent: #38bdf8;
	--sv-af-bg: #f8fafc;
	--sv-af-text: #334155;
	--sv-af-muted: #64748b;
	--sv-af-border: #e2e8f0;
	--sv-af-success: #16a34a;
	--sv-af-warning: #f59e0b;
	--sv-af-radius-sm: 14px;
	--sv-af-radius-md: 22px;
	--sv-af-radius-lg: 32px;
	--sv-af-shadow: 0 20px 60px rgba(15, 23, 42, 0.1);
	--sv-af-shadow-soft: 0 12px 36px rgba(15, 23, 42, 0.08);

	display: block;
	width: 100%;
	margin: 0;
	color: var(--sv-af-text);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ==================================================
   HERO CENTRADO + CARRUSEL DE FUNCIONALIDADES
   ================================================== */

.sv-af.sv-af-hero.sv-af-hero-v2 {
	padding: 50px 0 20px;
	overflow: hidden;
	background:
		radial-gradient(circle at 16% 4%, rgba(56, 189, 248, 0.14), transparent 30%),
		radial-gradient(circle at 86% 6%, rgba(37, 99, 235, 0.12), transparent 28%),
		linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.sv-af .sv-af-hero-v2-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1180px;
	margin: 0 auto;
	text-align: center;
}

.sv-af .sv-af-hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	width: fit-content;
	margin: 0;
	padding: 9px 15px;
	border: 1px solid rgba(37, 99, 235, 0.22);
	border-radius: 999px;
	background: #eff6ff;
	color: var(--sv-af-primary-dark);
	font-size: clamp(14px, 1.5vw, 16px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.25;
}

.sv-af .sv-af-hero-eyebrow::before {
	content: "";
	flex: 0 0 auto;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--sv-af-primary);
	box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.11);
}

.sv-af .sv-af-hero-heading {
	max-width: 900px;
	margin: 26px 0 0;
	color: var(--sv-af-secondary);
	font-size: clamp(40px, 4.8vw, 40px);
	font-weight: 850;
	letter-spacing: -0.052em;
	line-height: 1.02;
	text-wrap: balance;
}

.sv-af .sv-af-hero-v2-text {
	max-width: 790px;
	margin: 26px auto 0;
	color: var(--sv-af-muted);
	font-size: 19px;
	line-height: 1.72;
}

.sv-af .sv-af-hero-v2-content .sv-af-buttons,
.sv-af .sv-af-hero-v2-content .sv-af-hero-points {
	justify-content: center;
}

.sv-af .sv-af-hero-support {
	margin: 22px 0 0;
	color: #475569;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.6;
}

.sv-af.sv-af-features-carousel-section {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: 54px 0 88px;
	overflow: hidden;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
	scroll-margin-top: 24px;
}

.sv-af .sv-af-carousel-viewport {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-inline: contain;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
	scrollbar-color: rgba(37, 99, 235, 0.32) transparent;
	touch-action: pan-x pan-y;
	cursor: default;
}

.sv-af .sv-af-carousel-viewport:focus-visible {
	outline: 3px solid rgba(37, 99, 235, 0.35);
	outline-offset: -3px;
}

.sv-af .sv-af-carousel-track {
	display: flex;
	width: max-content;
	gap: 32px;
	padding: 4px 16px 20px;
	will-change: transform;
}

.sv-af .sv-af-carousel-group {
	display: flex;
	align-items: stretch;
	flex: 0 0 auto;
	gap: 32px;
}

.sv-af .sv-af-carousel.is-enhanced .sv-af-carousel-viewport {
	scroll-behavior: auto;
	scroll-snap-type: none;
	scrollbar-width: none;
}

.sv-af .sv-af-carousel.is-enhanced .sv-af-carousel-viewport::-webkit-scrollbar {
	display: none;
}

.sv-af .sv-af-feature-card {
	display: grid;
	grid-template-rows: minmax(174px, auto) auto;
	flex: 0 0 clamp(430px, 31vw, 560px);
	width: clamp(430px, 31vw, 560px);
	overflow: hidden;
	border: 1px solid rgba(148, 163, 184, 0.24);
	border-radius: 26px;
	background: #eef3f9;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.055);
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

.sv-af .sv-af-feature-copy {
	padding: 26px 28px 22px;
	background: #eef3f9;
}

.sv-af .sv-af-feature-card h2,
.sv-af .sv-af-feature-title {
	margin: 0;
	color: var(--sv-af-secondary);
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -0.015em;
	line-height: 1.3;
}

.sv-af .sv-af-feature-card p {
	margin: 14px 0 0;
	color: var(--sv-af-muted);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

.sv-af .sv-af-feature-media {
	padding: 12px 18px 18px;
	overflow: hidden;
	background: #eef3f9;
}

.sv-af .sv-af-feature-media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	border-radius: 16px;
	object-fit: contain;
}

@media (max-width: 1024px) {
	.sv-af .sv-af-feature-card {
		flex-basis: clamp(340px, 44vw, 460px);
		width: clamp(340px, 44vw, 460px);
	}
}

@media (max-width: 767px) {
	.sv-af.sv-af-hero.sv-af-hero-v2 {
		padding: 58px 0 52px;
	}

	.sv-af .sv-af-hero-eyebrow {
		max-width: calc(100% - 24px);
		padding: 8px 14px;
		font-size: 16px !important;
		line-height: 1.35;
		text-align: center;
	}

	.sv-af .sv-af-hero-heading {
		margin-top: 22px;
		font-size: clamp(30px, 8.5vw, 38px);
		line-height: 1.08;
	}

	.sv-af .sv-af-hero-v2-text {
		margin-top: 21px;
		font-size: 17px;
		line-height: 1.65;
	}

	.sv-af .sv-af-hero-v2-content .sv-af-buttons {
		width: 100%;
	}

	.sv-af.sv-af-features-carousel-section {
		padding: 42px 0 64px;
	}

	.sv-af .sv-af-carousel-track,
	.sv-af .sv-af-carousel-group {
		gap: 14px;
	}

	.sv-af .sv-af-feature-card {
		grid-template-rows: minmax(184px, auto) auto;
		flex-basis: calc(100vw - 32px);
		width: calc(100vw - 32px);
	}

	.sv-af .sv-af-feature-copy {
		padding: 23px 22px 20px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.sv-af .sv-af-carousel-viewport {
		scroll-behavior: auto;
	}
}

.sv-af,
.sv-af * {
	box-sizing: border-box;
}

.sv-af a {
	text-decoration: none;
}

.sv-af .sv-af-container {
	width: min(1180px, calc(100% - 32px));
	margin: 0 auto;
}

/* ==================================================
   HERO
   ================================================== */

.sv-af.sv-af-hero {
	padding: 82px 0 76px;
	overflow: hidden;
	background:
		radial-gradient(
			circle at 18% 10%,
			rgba(56, 189, 248, 0.18),
			transparent 28%
		),
		radial-gradient(
			circle at 88% 8%,
			rgba(37, 99, 235, 0.16),
			transparent 30%
		),
		linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.sv-af .sv-af-hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.98fr);
	gap: 56px;
	align-items: center;
}

.sv-af .sv-af-hero-content {
	position: relative;
	z-index: 2;
	min-width: 0;
}

/* Etiqueta superior */

.sv-af .sv-af-kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 20px;
	padding: 10px 16px;
	border: 1px solid rgba(37, 99, 235, 0.18);
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.08);
	color: var(--sv-af-primary-dark);
	font-size: 14px;
	font-weight: 800;
	line-height: 1.2;
}

.sv-af .sv-af-kicker-dot {
	flex: 0 0 auto;
	width: 8px;
	height: 8px;
	border-radius: 999px;
	background: var(--sv-af-primary);
	box-shadow: 0 0 0 6px rgba(37, 99, 235, 0.12);
}

/* Contenido principal */

.sv-af .sv-af-title {
	max-width: 760px;
	margin: 0;
	color: var(--sv-af-secondary);
	font-size: clamp(44px, 5.2vw, 76px);
	font-weight: 850;
	letter-spacing: -0.055em;
	line-height: 0.99;
}

.sv-af .sv-af-hero-text {
	max-width: 660px;
	margin: 26px 0 0;
	color: var(--sv-af-muted);
	font-size: 19px;
	line-height: 1.75;
}

.sv-af .sv-af-hero-note {
	margin: 18px 0 0;
	color: var(--sv-af-muted);
	font-size: 15px;
	line-height: 1.6;
}

/* Botones */

.sv-af .sv-af-buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 14px;
	margin-top: 34px;
}

.sv-af .sv-af-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 54px;
	padding: 0 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none !important;
	white-space: nowrap;
	cursor: pointer;
	transition:
		transform 0.22s ease,
		box-shadow 0.22s ease,
		background 0.22s ease,
		border-color 0.22s ease,
		color 0.22s ease;
}

.sv-af .sv-af-btn:hover,
.sv-af .sv-af-btn:focus {
	transform: translateY(-2px);
}

.sv-af .sv-af-btn-primary,
.sv-af .sv-af-btn-primary:visited {
	background: linear-gradient(
		135deg,
		var(--sv-af-primary),
		#1e40af
	);
	color: #ffffff !important;
	box-shadow: 0 16px 34px rgba(37, 99, 235, 0.3);
}

.sv-af .sv-af-btn-primary:hover,
.sv-af .sv-af-btn-primary:focus {
	color: #ffffff !important;
	box-shadow: 0 20px 44px rgba(37, 99, 235, 0.4);
}

.sv-af .sv-af-btn-secondary,
.sv-af .sv-af-btn-secondary:visited {
	border-color: var(--sv-af-border);
	background: #ffffff;
	color: var(--sv-af-secondary) !important;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.sv-af .sv-af-btn-secondary:hover,
.sv-af .sv-af-btn-secondary:focus {
	border-color: rgba(37, 99, 235, 0.35);
	color: var(--sv-af-secondary) !important;
}

.sv-af .sv-af-arrow {
	font-size: 18px;
	line-height: 1;
}

/* Píldoras */

.sv-af .sv-af-hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 28px;
}

.sv-af .sv-af-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 14px;
	border: 1px solid var(--sv-af-border);
	border-radius: 999px;
	background: #ffffff;
	color: #475569;
	font-size: 15px;
	font-weight: 750;
	line-height: 1.2;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.sv-af .sv-af-pill-check {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 20px;
	height: 20px;
	border-radius: 999px;
	background: rgba(22, 163, 74, 0.1);
	color: var(--sv-af-success);
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 900;
}

/* ==================================================
   MOCKUP DEL HERO
   ================================================== */

.sv-af .sv-af-dashboard-wrap {
	position: relative;
	min-width: 0;
}

.sv-af .sv-af-dashboard-glow {
	position: absolute;
	inset: -30px;
	border-radius: 40px;
	background: linear-gradient(
		135deg,
		rgba(37, 99, 235, 0.18),
		rgba(56, 189, 248, 0.14)
	);
	filter: blur(30px);
	pointer-events: none;
}

.sv-af .sv-af-dashboard {
	position: relative;
	overflow: hidden;
	border: 1px solid rgba(226, 232, 240, 0.9);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: var(--sv-af-shadow);
}

.sv-af .sv-af-dashboard-top {
	display: flex;
	align-items: center;
	gap: 8px;
	height: 58px;
	padding: 0 20px;
	border-bottom: 1px solid var(--sv-af-border);
	background: rgba(248, 250, 252, 0.88);
}

.sv-af .sv-af-window-dot {
	width: 11px;
	height: 11px;
	border-radius: 999px;
	background: #cbd5e1;
}

.sv-af .sv-af-window-dot:nth-child(1) {
	background: #fb7185;
}

.sv-af .sv-af-window-dot:nth-child(2) {
	background: #fbbf24;
}

.sv-af .sv-af-window-dot:nth-child(3) {
	background: #34d399;
}

.sv-af .sv-af-dashboard-body {
	display: grid;
	gap: 16px;
	padding: 22px;
}

/* Tarjeta principal */

.sv-af .sv-af-dash-main-card {
	position: relative;
	overflow: hidden;
	padding: 20px;
	border-radius: 22px;
	background: linear-gradient(135deg, #0f172a, #1e3a8a);
	color: #ffffff;
}

.sv-af .sv-af-dash-main-card::after {
	content: "";
	position: absolute;
	top: -70px;
	right: -60px;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	background: rgba(56, 189, 248, 0.25);
}

.sv-af .sv-af-dash-label {
	position: relative;
	z-index: 1;
	margin-bottom: 8px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 13px;
}

.sv-af .sv-af-dash-title {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #ffffff;
	font-size: 23px;
	font-weight: 850;
	letter-spacing: -0.03em;
	line-height: 1.2;
}

.sv-af .sv-af-dash-stats {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 18px;
}

.sv-af .sv-af-dash-stat {
	display: flex;
	align-items: flex-end;
	min-height: 82px;
	padding: 16px 12px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.12);
}

.sv-af .sv-af-dash-stat span {
	color: #ffffff;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.25;
}

/* Mini tarjetas */

.sv-af .sv-af-dash-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.sv-af .sv-af-mini-card {
	padding: 16px;
	border: 1px solid var(--sv-af-border);
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
}

.sv-af .sv-af-mini-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.sv-af .sv-af-mini-title {
	color: var(--sv-af-secondary);
	font-size: 14px;
	font-weight: 850;
}

.sv-af .sv-af-mini-card p {
	margin: 0;
	color: var(--sv-af-secondary);
	font-size: 15px;
	line-height: 1.55;
}

.sv-af .sv-af-status {
	display: inline-flex;
	align-items: center;
	padding: 5px 9px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 850;
	line-height: 1;
	white-space: nowrap;
}

.sv-af .sv-af-status-blue {
	background: rgba(37, 99, 235, 0.1);
	color: var(--sv-af-primary-dark);
}

.sv-af .sv-af-status-green {
	background: rgba(22, 163, 74, 0.1);
	color: #15803d;
}

.sv-af .sv-af-status-orange {
	background: rgba(245, 158, 11, 0.12);
	color: #b45309;
}

.sv-af .sv-af-progress-line {
	height: 8px;
	margin-top: 14px;
	overflow: hidden;
	border-radius: 999px;
	background: #e2e8f0;
}

.sv-af .sv-af-progress-line span {
	display: block;
	height: 100%;
	border-radius: 999px;
	background: linear-gradient(
		90deg,
		var(--sv-af-primary),
		var(--sv-af-accent)
	);
}

.sv-af .sv-af-progress-52 {
	width: 52%;
}

.sv-af .sv-af-progress-68 {
	width: 68%;
}

.sv-af .sv-af-progress-92 {
	width: 92%;
}

.sv-af .sv-af-progress-100 {
	width: 100%;
}

/* Tarjetas flotantes */

.sv-af .sv-af-floating-card {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 14px;
	border: 1px solid var(--sv-af-border);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.97);
	color: var(--sv-af-secondary);
	font-size: 13px;
	font-weight: 800;
	box-shadow: var(--sv-af-shadow-soft);
	animation: svAfFloat 4.8s ease-in-out infinite;
}

.sv-af .sv-af-floating-card small {
	display: block;
	margin-top: 2px;
	color: var(--sv-af-muted);
	font-size: 12px;
	font-weight: 650;
}

.sv-af .sv-af-float-icon {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 12px;
	background: rgba(37, 99, 235, 0.1);
	color: var(--sv-af-primary);
	font-size: 15px;
}

.sv-af .sv-af-float-1 {
	top: 92px;
	left: -26px;
}

.sv-af .sv-af-float-2 {
	right: -26px;
	bottom: 96px;
	animation-delay: 1.2s;
}

@keyframes svAfFloat {
	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-10px);
	}
}

/* ==================================================
   PROBLEMAS HABITUALES
   ================================================== */

.sv-af.sv-af-problem-section {
	padding: 92px 0;
	overflow: hidden;
	background: #f8fafc;
}

.sv-af .sv-af-section-header {
	max-width: 980px;
	margin: 0 auto;
	text-align: center;
}

.sv-af .sv-af-section-title {
	margin: 0;
	color: var(--sv-af-secondary);
	font-size: clamp(34px, 4vw, 56px);
	font-weight: 850;
	letter-spacing: -0.045em;
	line-height: 1.05;
}

.sv-af .sv-af-section-text {
	max-width: 800px;
	margin: 24px auto 0;
	color: var(--sv-af-muted);
	font-size: 19px;
	line-height: 1.75;
}

.sv-af .sv-af-problem-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
	margin-top: 58px;
}

.sv-af .sv-af-problem-card {
	min-height: 310px;
	padding: 28px 26px;
	border: 1px solid var(--sv-af-border);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.055);
	transition:
		transform 0.22s ease,
		box-shadow 0.22s ease,
		border-color 0.22s ease;
}

.sv-af .sv-af-problem-card:hover {
	transform: translateY(-5px);
	border-color: rgba(37, 99, 235, 0.22);
	box-shadow: 0 24px 54px rgba(15, 23, 42, 0.095);
}

.sv-af .sv-af-problem-icon {
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	margin-bottom: 22px;
	border-radius: 16px;
	background: linear-gradient(
		135deg,
		rgba(37, 99, 235, 0.12),
		rgba(56, 189, 248, 0.14)
	);
	color: var(--sv-af-primary);
	font-size: 23px;
	line-height: 1;
}

.sv-af .sv-af-problem-card h3 {
	margin: 0 0 12px;
	color: var(--sv-af-secondary);
	font-size: 22px;
	font-weight: 850;
	letter-spacing: -0.025em;
	line-height: 1.15;
}

.sv-af .sv-af-problem-card p {
	margin: 0;
	color: var(--sv-af-muted);
	font-size: 16px;
	line-height: 1.68;
}

/* Resumen bajo las tarjetas */

.sv-af .sv-af-problem-summary {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr);
	gap: 18px;
	max-width: 920px;
	margin: 34px auto 0;
	padding: 24px 26px;
	border: 1px solid rgba(37, 99, 235, 0.18);
	border-radius: 22px;
	background:
		linear-gradient(
			135deg,
			rgba(37, 99, 235, 0.07),
			rgba(56, 189, 248, 0.08)
		),
		#ffffff;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.055);
}

.sv-af .sv-af-problem-summary-icon {
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: rgba(22, 163, 74, 0.12);
	color: var(--sv-af-success);
	font-family: Arial, sans-serif;
	font-size: 19px;
	font-weight: 900;
}

.sv-af .sv-af-problem-summary strong {
	display: block;
	color: var(--sv-af-secondary);
	font-size: 18px;
	font-weight: 850;
	line-height: 1.4;
}

.sv-af .sv-af-problem-summary p {
	margin: 8px 0 0;
	color: var(--sv-af-muted);
	font-size: 15.5px;
	line-height: 1.65;
}

/* ==================================================
   RESPONSIVE
   ================================================== */

@media (max-width: 1200px) {
	.sv-af .sv-af-title {
		font-size: clamp(42px, 5vw, 66px);
	}

	.sv-af .sv-af-hero-grid {
		gap: 42px;
	}
}

@media (max-width: 1100px) {
	.sv-af .sv-af-problem-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sv-af .sv-af-problem-card {
		min-height: 260px;
	}
}

@media (max-width: 1024px) {
	.sv-af.sv-af-hero {
		padding: 72px 0 68px;
	}

	.sv-af .sv-af-hero-grid {
		grid-template-columns: 1fr;
	}

	.sv-af .sv-af-hero-content {
		text-align: center;
	}

	.sv-af .sv-af-title,
	.sv-af .sv-af-hero-text {
		margin-right: auto;
		margin-left: auto;
	}

	.sv-af .sv-af-buttons,
	.sv-af .sv-af-hero-points {
		justify-content: center;
	}

	.sv-af .sv-af-dashboard-wrap {
		max-width: 720px;
		margin: 20px auto 0;
	}
}

@media (max-width: 767px) {
	.sv-af .sv-af-container {
		width: min(100% - 24px, 1180px);
	}

	.sv-af.sv-af-hero {
		padding: 56px 0 54px;
	}

	.sv-af .sv-af-hero-grid {
		gap: 38px;
	}

	.sv-af .sv-af-kicker {
		margin-bottom: 18px;
		padding: 9px 13px;
		font-size: 13px;
	}

	.sv-af .sv-af-title {
		font-size: 42px;
		letter-spacing: -0.045em;
		line-height: 1.02;
	}

	.sv-af .sv-af-hero-text {
		margin-top: 22px;
		font-size: 17px;
		line-height: 1.7;
	}

	.sv-af .sv-af-buttons {
		flex-direction: column;
		align-items: stretch;
		margin-top: 28px;
	}

	.sv-af .sv-af-btn {
		width: 100%;
		min-height: 52px;
		font-size: 15px;
	}

	.sv-af .sv-af-hero-points {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.sv-af .sv-af-pill {
		justify-content: center;
		font-size: 14px;
	}

	.sv-af .sv-af-dashboard {
		border-radius: 24px;
	}

	.sv-af .sv-af-dashboard-body {
		padding: 16px;
	}

	.sv-af .sv-af-dash-main-card {
		padding: 18px;
		border-radius: 20px;
	}

	.sv-af .sv-af-dash-title {
		font-size: 20px;
	}

	.sv-af .sv-af-dash-stats {
		grid-template-columns: 1fr;
	}

	.sv-af .sv-af-dash-stat {
		align-items: center;
		min-height: auto;
		padding: 14px;
	}

	.sv-af .sv-af-dash-grid {
		grid-template-columns: 1fr;
	}

	.sv-af .sv-af-mini-card {
		padding: 15px;
	}

	.sv-af .sv-af-mini-top {
		align-items: flex-start;
	}

	.sv-af .sv-af-floating-card {
		display: none;
	}

	.sv-af.sv-af-problem-section {
		padding: 70px 0;
	}

	.sv-af .sv-af-section-title {
		font-size: 34px;
		letter-spacing: -0.04em;
		line-height: 1.08;
	}

	.sv-af .sv-af-section-text {
		margin-top: 20px;
		font-size: 17px;
		line-height: 1.7;
	}

	.sv-af .sv-af-problem-grid {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 42px;
	}

	.sv-af .sv-af-problem-card {
		min-height: auto;
		padding: 24px;
		border-radius: 20px;
	}

	.sv-af .sv-af-problem-icon {
		width: 48px;
		height: 48px;
		margin-bottom: 18px;
	}

	.sv-af .sv-af-problem-card h3 {
		font-size: 21px;
	}

	.sv-af .sv-af-problem-card p {
		font-size: 15.5px;
	}

	.sv-af .sv-af-problem-summary {
		grid-template-columns: 40px minmax(0, 1fr);
		gap: 14px;
		padding: 20px;
		border-radius: 20px;
	}

	.sv-af .sv-af-problem-summary-icon {
		width: 38px;
		height: 38px;
		font-size: 17px;
	}

	.sv-af .sv-af-problem-summary strong {
		font-size: 16.5px;
	}

	.sv-af .sv-af-problem-summary p {
		font-size: 14.5px;
	}
}

@media (max-width: 480px) {
	.sv-af.sv-af-hero {
		padding: 48px 0 50px;
	}

	.sv-af .sv-af-title {
		font-size: 36px;
	}

	.sv-af .sv-af-hero-text {
		font-size: 16px;
	}

	.sv-af .sv-af-hero-note {
		font-size: 14px;
	}

	.sv-af .sv-af-dashboard-top {
		height: 50px;
	}

	.sv-af .sv-af-status {
		font-size: 10px;
	}

	.sv-af.sv-af-problem-section {
		padding: 60px 0;
	}

	.sv-af .sv-af-section-title {
		font-size: 30px;
	}

	.sv-af .sv-af-section-text {
		font-size: 16px;
	}

	.sv-af .sv-af-problem-summary {
		grid-template-columns: 1fr;
	}

	.sv-af .sv-af-problem-summary-icon {
		margin: 0 auto;
	}

	.sv-af .sv-af-problem-summary > div:last-child {
		text-align: center;
	}
}

/* Reducir movimiento para usuarios que lo prefieran */

@media (prefers-reduced-motion: reduce) {
	.sv-af .sv-af-floating-card {
		animation: none;
	}

	.sv-af .sv-af-btn,
	.sv-af .sv-af-problem-card {
		transition: none;
	}
}
/* ==================================================
   VISIÓN GENERAL DE LA PLATAFORMA
   ================================================== */

.sv-af.sv-af-overview-section {
	padding: 92px 0;
	overflow: hidden;
	background:
		linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.sv-af .sv-af-overview-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
	margin-top: 58px;
}

.sv-af .sv-af-overview-card {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	min-height: 178px;
	padding: 24px 22px;
	border: 1px solid var(--sv-af-border);
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 16px 36px rgba(15, 23, 42, 0.05);
	transition:
		transform 0.22s ease,
		box-shadow 0.22s ease,
		border-color 0.22s ease;
}

.sv-af .sv-af-overview-card:hover {
	transform: translateY(-4px);
	border-color: rgba(37, 99, 235, 0.22);
	box-shadow: 0 22px 48px rgba(15, 23, 42, 0.085);
}

.sv-af .sv-af-overview-icon {
	display: grid;
	flex: 0 0 46px;
	place-items: center;
	width: 46px;
	height: 46px;
	border-radius: 15px;
	background:
		linear-gradient(
			135deg,
			rgba(37, 99, 235, 0.12),
			rgba(56, 189, 248, 0.15)
		);
	font-size: 21px;
	line-height: 1;
}

.sv-af .sv-af-overview-card h3 {
	margin: 1px 0 8px;
	color: var(--sv-af-secondary);
	font-size: 18px;
	font-weight: 850;
	letter-spacing: -0.02em;
	line-height: 1.25;
}

.sv-af .sv-af-overview-card p {
	margin: 0;
	color: var(--sv-af-muted);
	font-size: 14.5px;
	line-height: 1.6;
}

.sv-af .sv-af-overview-message {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr);
	gap: 18px;
	max-width: 940px;
	margin: 34px auto 0;
	padding: 24px 26px;
	border: 1px solid rgba(37, 99, 235, 0.2);
	border-radius: 22px;
	background:
		linear-gradient(
			135deg,
			rgba(37, 99, 235, 0.075),
			rgba(56, 189, 248, 0.085)
		),
		#ffffff;
	box-shadow: 0 14px 34px rgba(15, 23, 42, 0.05);
}

.sv-af .sv-af-overview-message-icon {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: rgba(37, 99, 235, 0.12);
	color: var(--sv-af-primary-dark);
	font-family: Arial, sans-serif;
	font-size: 21px;
	font-weight: 900;
}

.sv-af .sv-af-overview-message strong {
	display: block;
	color: var(--sv-af-secondary);
	font-size: 18px;
	font-weight: 850;
	line-height: 1.4;
}

.sv-af .sv-af-overview-message p {
	margin: 8px 0 0;
	color: var(--sv-af-muted);
	font-size: 15.5px;
	line-height: 1.65;
}

/* ==================================================
   GESTIÓN DE COMUNIDADES
   ================================================== */

.sv-af.sv-af-community-section {
	padding: 96px 0;
	overflow: hidden;
	background: #f8fafc;
}

.sv-af .sv-af-community-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
	gap: 52px;
	align-items: center;
}

.sv-af .sv-af-community-content {
	position: relative;
	z-index: 2;
	min-width: 0;
}

.sv-af .sv-af-community-content .sv-af-section-title {
	max-width: 680px;
}

.sv-af .sv-af-community-content .sv-af-section-text {
	max-width: 680px;
	margin-right: 0;
	margin-left: 0;
}

.sv-af .sv-af-community-points {
	display: grid;
	gap: 14px;
	margin-top: 34px;
}

.sv-af .sv-af-community-point {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 18px 18px 18px 16px;
	border: 1px solid var(--sv-af-border);
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.045);
	transition:
		transform 0.22s ease,
		box-shadow 0.22s ease,
		border-color 0.22s ease;
}

.sv-af .sv-af-community-point:hover {
	transform: translateY(-3px);
	border-color: rgba(37, 99, 235, 0.2);
	box-shadow: 0 18px 36px rgba(15, 23, 42, 0.075);
}

.sv-af .sv-af-community-point-icon {
	display: flex;
	flex: 0 0 30px;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-top: 2px;
	padding: 0;
	border-radius: 999px;
	background: rgba(22, 163, 74, 0.1);
	color: var(--sv-af-success);
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 900;
	line-height: 1;
}

.sv-af .sv-af-community-point strong {
	display: block;
	margin-bottom: 6px;
	color: var(--sv-af-secondary);
	font-size: 16px;
	font-weight: 850;
	line-height: 1.35;
}

.sv-af .sv-af-community-point span {
	display: block;
	color: var(--sv-af-muted);
	font-size: 15px;
	line-height: 1.62;
}

/* Captura de la plataforma */

.sv-af .sv-af-community-visual {
	position: relative;
	min-width: 0;
}

.sv-af .sv-af-community-glow {
	position: absolute;
	inset: -28px;
	border-radius: 38px;
	background:
		linear-gradient(
			135deg,
			rgba(37, 99, 235, 0.17),
			rgba(56, 189, 248, 0.14)
		);
	filter: blur(25px);
	pointer-events: none;
}

.sv-af .sv-af-community-frame {
	position: relative;
	padding: 18px;
	border: 1px solid rgba(226, 232, 240, 0.95);
	border-radius: 32px;
	background:
		linear-gradient(
			135deg,
			rgba(255, 255, 255, 0.9),
			rgba(225, 239, 252, 0.96)
		);
	box-shadow: 0 24px 66px rgba(15, 23, 42, 0.11);
}

.sv-af .sv-af-community-browser {
	overflow: hidden;
	border: 1px solid var(--sv-af-border);
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.055);
}

.sv-af .sv-af-community-browser-top {
	display: flex;
	align-items: center;
	gap: 8px;
	min-height: 52px;
	padding: 0 18px;
	border-bottom: 1px solid var(--sv-af-border);
	background: #f8fafc;
}

.sv-af .sv-af-community-browser-label {
	margin-left: 8px;
	color: var(--sv-af-muted);
	font-size: 12px;
	font-weight: 750;
	line-height: 1.2;
}

.sv-af .sv-af-community-image-wrap {
	overflow: hidden;
	background: #ffffff;
}

.sv-af .sv-af-community-image-wrap img {
	display: block;
	width: 100%;
	height: auto;
}

.sv-af .sv-af-community-floating-card {
	position: absolute;
	right: -22px;
	bottom: 48px;
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 13px 15px;
	border: 1px solid var(--sv-af-border);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.97);
	color: var(--sv-af-secondary);
	font-size: 13px;
	font-weight: 800;
	box-shadow: var(--sv-af-shadow-soft);
}

.sv-af .sv-af-community-floating-card small {
	display: block;
	margin-top: 3px;
	color: var(--sv-af-muted);
	font-size: 12px;
	font-weight: 650;
}

.sv-af .sv-af-community-floating-icon {
	display: grid;
	flex: 0 0 auto;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 12px;
	background: rgba(22, 163, 74, 0.11);
	color: var(--sv-af-success);
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 900;
}

/* ==================================================
   RESPONSIVE: VISIÓN GENERAL Y COMUNIDADES
   ================================================== */

@media (max-width: 1100px) {
	.sv-af .sv-af-overview-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sv-af .sv-af-overview-card {
		min-height: 150px;
	}

	.sv-af .sv-af-community-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.sv-af .sv-af-community-visual {
		max-width: 880px;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.sv-af.sv-af-overview-section,
	.sv-af.sv-af-community-section {
		padding: 70px 0;
	}

	.sv-af .sv-af-overview-grid {
		grid-template-columns: 1fr;
		gap: 14px;
		margin-top: 42px;
	}

	.sv-af .sv-af-overview-card {
		min-height: auto;
		padding: 21px 19px;
		border-radius: 19px;
	}

	.sv-af .sv-af-overview-icon {
		flex-basis: 42px;
		width: 42px;
		height: 42px;
		border-radius: 14px;
		font-size: 19px;
	}

	.sv-af .sv-af-overview-card h3 {
		font-size: 17px;
	}

	.sv-af .sv-af-overview-message {
		grid-template-columns: 40px minmax(0, 1fr);
		gap: 14px;
		padding: 20px;
		border-radius: 20px;
	}

	.sv-af .sv-af-overview-message-icon {
		width: 38px;
		height: 38px;
		font-size: 18px;
	}

	.sv-af .sv-af-overview-message strong {
		font-size: 16.5px;
	}

	.sv-af .sv-af-overview-message p {
		font-size: 14.5px;
	}

	.sv-af .sv-af-community-grid {
		gap: 32px;
	}

	.sv-af .sv-af-community-content .sv-af-section-title,
	.sv-af .sv-af-community-content .sv-af-section-text {
		max-width: 100%;
	}

	.sv-af .sv-af-community-points {
		gap: 12px;
		margin-top: 26px;
	}

	.sv-af .sv-af-community-point {
		padding: 16px 16px 16px 14px;
		border-radius: 18px;
	}

	.sv-af .sv-af-community-point strong {
		font-size: 15.5px;
	}

	.sv-af .sv-af-community-point span {
		font-size: 14.5px;
	}

	.sv-af .sv-af-community-frame {
		padding: 11px;
		border-radius: 24px;
	}

	.sv-af .sv-af-community-browser {
		border-radius: 18px;
	}

	.sv-af .sv-af-community-browser-top {
		min-height: 46px;
		padding: 0 14px;
	}

	.sv-af .sv-af-community-floating-card {
		display: none;
	}
}

@media (max-width: 480px) {
	.sv-af.sv-af-overview-section,
	.sv-af.sv-af-community-section {
		padding: 60px 0;
	}

	.sv-af .sv-af-overview-card {
		align-items: flex-start;
	}

	.sv-af .sv-af-overview-message {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.sv-af .sv-af-overview-message-icon {
		margin: 0 auto;
	}

	.sv-af .sv-af-community-point {
		gap: 12px;
	}

	.sv-af .sv-af-community-point-icon {
		flex-basis: 28px;
		width: 28px;
		height: 28px;
		font-size: 14px;
	}

	.sv-af .sv-af-community-browser-label {
		display: none;
	}
}
/* ==================================================
   GESTIÓN DE INCIDENCIAS
   ================================================== */

.sv-af.sv-af-incidents-section {
	position: relative;
	width: 100%;
	padding: 96px 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 14% 16%, rgba(56, 189, 248, 0.18), transparent 30%),
		radial-gradient(circle at 90% 18%, rgba(37, 99, 235, 0.28), transparent 34%),
		linear-gradient(135deg, #0f172a 0%, #111827 48%, #1e3a8a 100%);
}

.sv-af.sv-af-incidents-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 64px 64px;
	opacity: 0.24;
	pointer-events: none;
}

.sv-af .sv-af-incidents-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
	gap: 56px;
	align-items: center;
}

.sv-af .sv-af-incidents-content .sv-af-kicker {
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.08);
	color: #bfdbfe;
}

.sv-af .sv-af-incidents-content .sv-af-kicker-dot {
	background: #3b82f6;
	box-shadow: 0 0 0 6px rgba(59, 130, 246, 0.2);
}

.sv-af .sv-af-incidents-title {
	max-width: 680px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(34px, 4vw, 56px);
	font-weight: 850;
	letter-spacing: -0.045em;
	line-height: 1.05;
}

.sv-af .sv-af-incidents-text {
	max-width: 650px;
	margin: 26px 0 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 19px;
	line-height: 1.75;
}

.sv-af .sv-af-incidents-points {
	display: grid;
	gap: 14px;
	margin-top: 34px;
}

.sv-af .sv-af-incidents-point {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 17px 18px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 19px;
	background: rgba(255, 255, 255, 0.095);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
}

.sv-af .sv-af-incidents-point-icon {
	display: flex;
	flex: 0 0 30px;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-top: 2px;
	border-radius: 999px;
	background: rgba(134, 239, 172, 0.13);
	color: #86efac;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 900;
}

.sv-af .sv-af-incidents-point strong {
	display: block;
	margin-bottom: 5px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 850;
	line-height: 1.35;
}

.sv-af .sv-af-incidents-point span {
	display: block;
	color: rgba(255, 255, 255, 0.69);
	font-size: 14.5px;
	line-height: 1.6;
}

/* Panel visual de incidencias */

.sv-af .sv-af-incidents-visual {
	position: relative;
	min-width: 0;
}

.sv-af .sv-af-incidents-glow {
	position: absolute;
	inset: -28px;
	border-radius: 38px;
	background: linear-gradient(
		135deg,
		rgba(37, 99, 235, 0.28),
		rgba(56, 189, 248, 0.2)
	);
	filter: blur(28px);
	pointer-events: none;
}

.sv-af .sv-af-incidents-panel {
	position: relative;
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 26px 72px rgba(0, 0, 0, 0.25);
}

.sv-af .sv-af-incidents-panel-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.sv-af .sv-af-incidents-panel-label {
	display: block;
	margin-bottom: 6px;
	color: var(--sv-af-muted);
	font-size: 12px;
	font-weight: 750;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.sv-af .sv-af-incidents-panel-title {
	margin: 0;
	color: var(--sv-af-secondary);
	font-size: 23px;
	font-weight: 850;
	letter-spacing: -0.025em;
	line-height: 1.22;
}

.sv-af .sv-af-incidents-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(245, 158, 11, 0.13);
	color: #b45309;
	font-size: 12px;
	font-weight: 900;
	white-space: nowrap;
}

.sv-af .sv-af-incidents-community {
	display: flex;
	align-items: center;
	gap: 13px;
	padding: 15px;
	border: 1px solid var(--sv-af-border);
	border-radius: 17px;
	background: #f8fafc;
}

.sv-af .sv-af-incidents-community > span {
	display: grid;
	flex: 0 0 42px;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 13px;
	background: #ffffff;
	font-size: 19px;
	box-shadow: 0 7px 17px rgba(15, 23, 42, 0.05);
}

.sv-af .sv-af-incidents-community strong,
.sv-af .sv-af-incidents-community small {
	display: block;
}

.sv-af .sv-af-incidents-community strong {
	color: var(--sv-af-secondary);
	font-size: 15px;
	font-weight: 850;
}

.sv-af .sv-af-incidents-community small {
	margin-top: 3px;
	color: var(--sv-af-muted);
	font-size: 12.5px;
}

.sv-af .sv-af-incidents-data-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 16px;
}

.sv-af .sv-af-incidents-data {
	padding: 15px;
	border: 1px solid var(--sv-af-border);
	border-radius: 17px;
	background: #ffffff;
	box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
}

.sv-af .sv-af-incidents-data-icon {
	display: grid;
	place-items: center;
	width: 36px;
	height: 36px;
	margin-bottom: 11px;
	border-radius: 12px;
	background: rgba(37, 99, 235, 0.09);
	font-size: 16px;
}

.sv-af .sv-af-incidents-data strong,
.sv-af .sv-af-incidents-data small {
	display: block;
}

.sv-af .sv-af-incidents-data strong {
	color: var(--sv-af-secondary);
	font-size: 14px;
	font-weight: 850;
}

.sv-af .sv-af-incidents-data small {
	margin-top: 3px;
	color: var(--sv-af-muted);
	font-size: 12px;
}

.sv-af .sv-af-incidents-progress {
	margin-top: 17px;
	padding: 16px;
	border-radius: 17px;
	background: #f8fafc;
}

.sv-af .sv-af-incidents-progress-head {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 11px;
}

.sv-af .sv-af-incidents-progress-head strong {
	color: var(--sv-af-secondary);
	font-size: 13.5px;
	font-weight: 850;
}

.sv-af .sv-af-incidents-progress-head span {
	color: var(--sv-af-primary-dark);
	font-size: 13px;
	font-weight: 900;
}

.sv-af .sv-af-incidents-progress-line {
	height: 8px;
	overflow: hidden;
	border-radius: 999px;
	background: #dbe4ef;
}

.sv-af .sv-af-incidents-progress-line span {
	display: block;
	width: 68%;
	height: 100%;
	border-radius: inherit;
	background: linear-gradient(90deg, var(--sv-af-primary), var(--sv-af-accent));
}

.sv-af .sv-af-incidents-activity {
	display: grid;
	gap: 10px;
	margin-top: 16px;
}

.sv-af .sv-af-incidents-activity-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 11px 13px;
	border: 1px solid var(--sv-af-border);
	border-radius: 15px;
}

.sv-af .sv-af-incidents-activity-check,
.sv-af .sv-af-incidents-activity-pending {
	display: grid;
	flex: 0 0 28px;
	place-items: center;
	width: 28px;
	height: 28px;
	border-radius: 999px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: 900;
}

.sv-af .sv-af-incidents-activity-check {
	background: rgba(22, 163, 74, 0.1);
	color: var(--sv-af-success);
}

.sv-af .sv-af-incidents-activity-pending {
	background: rgba(245, 158, 11, 0.12);
	color: #b45309;
}

.sv-af .sv-af-incidents-activity-item strong,
.sv-af .sv-af-incidents-activity-item small {
	display: block;
}

.sv-af .sv-af-incidents-activity-item strong {
	color: var(--sv-af-secondary);
	font-size: 13.5px;
	font-weight: 850;
}

.sv-af .sv-af-incidents-activity-item small {
	margin-top: 2px;
	color: var(--sv-af-muted);
	font-size: 11.5px;
}

/* ==================================================
   DOCUMENTOS E INFORMES
   ================================================== */

.sv-af.sv-af-documents-section {
	padding: 96px 0;
	overflow: hidden;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.sv-af .sv-af-documents-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 54px;
	align-items: center;
}

.sv-af .sv-af-documents-content .sv-af-section-text {
	margin-right: 0;
	margin-left: 0;
}

.sv-af .sv-af-documents-points {
	display: grid;
	gap: 14px;
	margin-top: 34px;
}

.sv-af .sv-af-documents-point {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 17px 18px;
	border: 1px solid var(--sv-af-border);
	border-radius: 19px;
	background: #ffffff;
	box-shadow: 0 11px 26px rgba(15, 23, 42, 0.045);
}

.sv-af .sv-af-documents-point-icon {
	display: flex;
	flex: 0 0 30px;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-top: 2px;
	border-radius: 999px;
	background: rgba(22, 163, 74, 0.1);
	color: var(--sv-af-success);
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 900;
}

.sv-af .sv-af-documents-point strong {
	display: block;
	margin-bottom: 5px;
	color: var(--sv-af-secondary);
	font-size: 16px;
	font-weight: 850;
	line-height: 1.35;
}

.sv-af .sv-af-documents-point span {
	display: block;
	color: var(--sv-af-muted);
	font-size: 14.5px;
	line-height: 1.6;
}

/* Panel de documentos */

.sv-af .sv-af-documents-visual {
	position: relative;
	min-width: 0;
}

.sv-af .sv-af-documents-glow {
	position: absolute;
	inset: -27px;
	border-radius: 38px;
	background: linear-gradient(
		135deg,
		rgba(37, 99, 235, 0.16),
		rgba(56, 189, 248, 0.14)
	);
	filter: blur(25px);
	pointer-events: none;
}

.sv-af .sv-af-documents-panel {
	position: relative;
	padding: 25px;
	border: 1px solid var(--sv-af-border);
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 66px rgba(15, 23, 42, 0.11);
}

.sv-af .sv-af-documents-panel-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.sv-af .sv-af-documents-panel-label {
	display: block;
	margin-bottom: 6px;
	color: var(--sv-af-muted);
	font-size: 12px;
	font-weight: 750;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.sv-af .sv-af-documents-panel-title {
	margin: 0;
	color: var(--sv-af-secondary);
	font-size: 22px;
	font-weight: 850;
	letter-spacing: -0.025em;
	line-height: 1.22;
}

.sv-af .sv-af-documents-panel-badge {
	padding: 8px 11px;
	border-radius: 999px;
	background: rgba(22, 163, 74, 0.1);
	color: #15803d;
	font-size: 12px;
	font-weight: 900;
	white-space: nowrap;
}

.sv-af .sv-af-documents-list {
	display: grid;
	gap: 11px;
}

.sv-af .sv-af-documents-row {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	align-items: center;
	gap: 13px;
	padding: 14px;
	border: 1px solid var(--sv-af-border);
	border-radius: 16px;
	background: #f8fafc;
}

.sv-af .sv-af-documents-row-icon {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 13px;
	background: #ffffff;
	font-size: 17px;
	box-shadow: 0 7px 16px rgba(15, 23, 42, 0.045);
}

.sv-af .sv-af-documents-row strong,
.sv-af .sv-af-documents-row small {
	display: block;
}

.sv-af .sv-af-documents-row strong {
	color: var(--sv-af-secondary);
	font-size: 14px;
	font-weight: 850;
}

.sv-af .sv-af-documents-row small {
	margin-top: 3px;
	color: var(--sv-af-muted);
	font-size: 12px;
}

.sv-af .sv-af-documents-row-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 29px;
	height: 29px;
	padding: 0 7px;
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.09);
	color: var(--sv-af-primary-dark);
	font-size: 11px;
	font-weight: 900;
}

/* Miniatura del informe */

.sv-af .sv-af-report-preview {
	margin-top: 16px;
	padding: 18px;
	border: 1px solid rgba(37, 99, 235, 0.16);
	border-radius: 18px;
	background:
		linear-gradient(
			135deg,
			rgba(37, 99, 235, 0.05),
			rgba(56, 189, 248, 0.07)
		),
		#ffffff;
}

.sv-af .sv-af-report-preview-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding-bottom: 13px;
	border-bottom: 2px solid var(--sv-af-primary);
}

.sv-af .sv-af-report-preview-logo {
	color: var(--sv-af-secondary);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.sv-af .sv-af-report-preview-type {
	color: var(--sv-af-primary-dark);
	font-size: 12px;
	font-weight: 850;
}

.sv-af .sv-af-report-preview-lines {
	display: grid;
	gap: 8px;
	margin: 17px 0;
}

.sv-af .sv-af-report-preview-lines span {
	display: block;
	height: 7px;
	border-radius: 999px;
	background: #dce5ef;
}

.sv-af .sv-af-report-preview-lines span:nth-child(1) {
	width: 92%;
}

.sv-af .sv-af-report-preview-lines span:nth-child(2) {
	width: 76%;
}

.sv-af .sv-af-report-preview-lines span:nth-child(3) {
	width: 84%;
}

.sv-af .sv-af-report-preview-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding-top: 13px;
	border-top: 1px solid var(--sv-af-border);
}

.sv-af .sv-af-report-preview-footer span {
	color: var(--sv-af-muted);
	font-size: 12px;
}

.sv-af .sv-af-report-preview-footer strong {
	color: var(--sv-af-success);
	font-size: 12px;
	font-weight: 900;
}

/* ==================================================
   RESPONSIVE: INCIDENCIAS Y DOCUMENTOS
   ================================================== */

@media (max-width: 1100px) {
	.sv-af .sv-af-incidents-grid,
	.sv-af .sv-af-documents-grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.sv-af .sv-af-incidents-content {
		text-align: center;
	}

	.sv-af .sv-af-incidents-title,
	.sv-af .sv-af-incidents-text {
		margin-right: auto;
		margin-left: auto;
	}

	.sv-af .sv-af-incidents-points {
		max-width: 780px;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}

	.sv-af .sv-af-incidents-visual,
	.sv-af .sv-af-documents-visual {
		width: 100%;
		max-width: 780px;
		margin: 0 auto;
	}

	.sv-af .sv-af-documents-visual {
		order: 2;
	}

	.sv-af .sv-af-documents-content {
		order: 1;
	}
}

@media (max-width: 767px) {
	.sv-af.sv-af-incidents-section,
	.sv-af.sv-af-documents-section {
		padding: 70px 0;
	}

	.sv-af .sv-af-incidents-grid,
	.sv-af .sv-af-documents-grid {
		gap: 32px;
	}

	.sv-af .sv-af-incidents-title {
		font-size: 34px;
		letter-spacing: -0.04em;
		line-height: 1.08;
	}

	.sv-af .sv-af-incidents-text {
		margin-top: 22px;
		font-size: 17px;
		line-height: 1.7;
	}

	.sv-af .sv-af-incidents-points,
	.sv-af .sv-af-documents-points {
		gap: 12px;
		margin-top: 27px;
	}

	.sv-af .sv-af-incidents-point,
	.sv-af .sv-af-documents-point {
		padding: 15px;
		border-radius: 17px;
	}

	.sv-af .sv-af-incidents-point strong,
	.sv-af .sv-af-documents-point strong {
		font-size: 15.5px;
	}

	.sv-af .sv-af-incidents-point span,
	.sv-af .sv-af-documents-point span {
		font-size: 14px;
	}

	.sv-af .sv-af-incidents-panel,
	.sv-af .sv-af-documents-panel {
		padding: 18px;
		border-radius: 23px;
	}

	.sv-af .sv-af-incidents-panel-top,
	.sv-af .sv-af-documents-panel-head {
		flex-direction: column;
	}

	.sv-af .sv-af-incidents-panel-title,
	.sv-af .sv-af-documents-panel-title {
		font-size: 20px;
	}

	.sv-af .sv-af-incidents-data-grid {
		grid-template-columns: 1fr 1fr;
	}

	.sv-af .sv-af-documents-row {
		grid-template-columns: 40px minmax(0, 1fr);
	}

	.sv-af .sv-af-documents-row-status {
		display: none;
	}
}

@media (max-width: 480px) {
	.sv-af.sv-af-incidents-section,
	.sv-af.sv-af-documents-section {
		padding: 60px 0;
	}

	.sv-af .sv-af-incidents-title {
		font-size: 30px;
	}

	.sv-af .sv-af-incidents-text {
		font-size: 16px;
	}

	.sv-af .sv-af-incidents-data-grid {
		grid-template-columns: 1fr;
	}

	.sv-af .sv-af-incidents-progress-head,
	.sv-af .sv-af-report-preview-head,
	.sv-af .sv-af-report-preview-footer {
		align-items: flex-start;
		flex-direction: column;
	}

	.sv-af .sv-af-documents-row {
		grid-template-columns: 1fr;
	}

	.sv-af .sv-af-documents-row-icon {
		margin-bottom: 2px;
	}
}
/* ==================================================
   PROVEEDORES, INVITADOS Y CONTACTOS
   ================================================== */

.sv-af.sv-af-contacts-section {
	padding: 96px 0;
	overflow: hidden;
	background: #f8fafc;
}

.sv-af .sv-af-contacts-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 54px;
	align-items: center;
}

.sv-af .sv-af-contacts-content {
	min-width: 0;
}

.sv-af .sv-af-contacts-content .sv-af-section-text {
	max-width: 680px;
	margin-right: 0;
	margin-left: 0;
}

.sv-af .sv-af-contacts-points {
	display: grid;
	gap: 14px;
	margin-top: 34px;
}

.sv-af .sv-af-contacts-point {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 17px 18px;
	border: 1px solid var(--sv-af-border);
	border-radius: 19px;
	background: #ffffff;
	box-shadow: 0 11px 26px rgba(15, 23, 42, 0.045);
	transition:
		transform 0.22s ease,
		box-shadow 0.22s ease,
		border-color 0.22s ease;
}

.sv-af .sv-af-contacts-point:hover {
	transform: translateY(-3px);
	border-color: rgba(37, 99, 235, 0.2);
	box-shadow: 0 17px 34px rgba(15, 23, 42, 0.075);
}

.sv-af .sv-af-contacts-point-icon {
	display: flex;
	flex: 0 0 30px;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-top: 2px;
	border-radius: 999px;
	background: rgba(22, 163, 74, 0.1);
	color: var(--sv-af-success);
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 900;
}

.sv-af .sv-af-contacts-point strong {
	display: block;
	margin-bottom: 5px;
	color: var(--sv-af-secondary);
	font-size: 16px;
	font-weight: 850;
	line-height: 1.35;
}

.sv-af .sv-af-contacts-point span {
	display: block;
	color: var(--sv-af-muted);
	font-size: 14.5px;
	line-height: 1.6;
}

/* Panel visual de contactos */

.sv-af .sv-af-contacts-visual {
	position: relative;
	min-width: 0;
}

.sv-af .sv-af-contacts-glow {
	position: absolute;
	inset: -27px;
	border-radius: 38px;
	background: linear-gradient(
		135deg,
		rgba(37, 99, 235, 0.16),
		rgba(56, 189, 248, 0.15)
	);
	filter: blur(25px);
	pointer-events: none;
}

.sv-af .sv-af-contacts-panel {
	position: relative;
	padding: 25px;
	border: 1px solid var(--sv-af-border);
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 66px rgba(15, 23, 42, 0.11);
}

.sv-af .sv-af-contacts-panel-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.sv-af .sv-af-contacts-panel-label {
	display: block;
	margin-bottom: 6px;
	color: var(--sv-af-muted);
	font-size: 12px;
	font-weight: 750;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.sv-af .sv-af-contacts-panel-title {
	margin: 0;
	color: var(--sv-af-secondary);
	font-size: 23px;
	font-weight: 850;
	letter-spacing: -0.025em;
	line-height: 1.22;
}

.sv-af .sv-af-contacts-panel-badge {
	padding: 8px 11px;
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.1);
	color: var(--sv-af-primary-dark);
	font-size: 12px;
	font-weight: 900;
	white-space: nowrap;
}

.sv-af .sv-af-contacts-list {
	display: grid;
	gap: 12px;
}

.sv-af .sv-af-contact-row {
	display: grid;
	grid-template-columns: 46px minmax(0, 1fr) auto;
	align-items: center;
	gap: 13px;
	padding: 15px;
	border: 1px solid var(--sv-af-border);
	border-radius: 17px;
	background: #f8fafc;
}

.sv-af .sv-af-contact-avatar {
	display: grid;
	place-items: center;
	width: 44px;
	height: 44px;
	border-radius: 14px;
	font-size: 12px;
	font-weight: 900;
}

.sv-af .sv-af-contact-avatar-blue {
	background: rgba(37, 99, 235, 0.11);
	color: var(--sv-af-primary-dark);
}

.sv-af .sv-af-contact-avatar-cyan {
	background: rgba(6, 182, 212, 0.12);
	color: #0e7490;
}

.sv-af .sv-af-contact-avatar-orange {
	background: rgba(245, 158, 11, 0.13);
	color: #b45309;
}

.sv-af .sv-af-contact-avatar-green {
	background: rgba(22, 163, 74, 0.11);
	color: #15803d;
}

.sv-af .sv-af-contact-info strong,
.sv-af .sv-af-contact-info span {
	display: block;
}

.sv-af .sv-af-contact-info strong {
	color: var(--sv-af-secondary);
	font-size: 14.5px;
	font-weight: 850;
	line-height: 1.35;
}

.sv-af .sv-af-contact-info span {
	margin-top: 4px;
	color: var(--sv-af-muted);
	font-size: 12.5px;
	line-height: 1.4;
}

.sv-af .sv-af-contact-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 9px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 900;
	white-space: nowrap;
}

.sv-af .sv-af-contact-status-green {
	background: rgba(22, 163, 74, 0.1);
	color: #15803d;
}

.sv-af .sv-af-contact-status-blue {
	background: rgba(37, 99, 235, 0.1);
	color: var(--sv-af-primary-dark);
}

.sv-af .sv-af-contacts-summary {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 11px;
	margin-top: 16px;
}

.sv-af .sv-af-contacts-summary-item {
	padding: 14px;
	border: 1px solid rgba(37, 99, 235, 0.14);
	border-radius: 16px;
	background:
		linear-gradient(
			135deg,
			rgba(37, 99, 235, 0.055),
			rgba(56, 189, 248, 0.065)
		);
	text-align: center;
}

.sv-af .sv-af-contacts-summary-item strong,
.sv-af .sv-af-contacts-summary-item span {
	display: block;
}

.sv-af .sv-af-contacts-summary-item strong {
	color: var(--sv-af-primary-dark);
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
}

.sv-af .sv-af-contacts-summary-item span {
	margin-top: 6px;
	color: var(--sv-af-muted);
	font-size: 12px;
	font-weight: 750;
}

/* ==================================================
   SOLICITUDES DE PRESUPUESTO
   ================================================== */

.sv-af.sv-af-budgets-section {
	padding: 96px 0;
	overflow: hidden;
	background:
		linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
}

.sv-af .sv-af-budgets-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 54px;
	align-items: center;
}

.sv-af .sv-af-budgets-content {
	min-width: 0;
}

.sv-af .sv-af-budgets-content .sv-af-section-text {
	max-width: 680px;
	margin-right: 0;
	margin-left: 0;
}

.sv-af .sv-af-budgets-points {
	display: grid;
	gap: 14px;
	margin-top: 34px;
}

.sv-af .sv-af-budgets-point {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 17px 18px;
	border: 1px solid var(--sv-af-border);
	border-radius: 19px;
	background: #ffffff;
	box-shadow: 0 11px 26px rgba(15, 23, 42, 0.045);
}

.sv-af .sv-af-budgets-point-icon {
	display: flex;
	flex: 0 0 30px;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-top: 2px;
	border-radius: 999px;
	background: rgba(22, 163, 74, 0.1);
	color: var(--sv-af-success);
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 900;
}

.sv-af .sv-af-budgets-point strong {
	display: block;
	margin-bottom: 5px;
	color: var(--sv-af-secondary);
	font-size: 16px;
	font-weight: 850;
	line-height: 1.35;
}

.sv-af .sv-af-budgets-point span {
	display: block;
	color: var(--sv-af-muted);
	font-size: 14.5px;
	line-height: 1.6;
}

/* Panel visual de presupuestos */

.sv-af .sv-af-budgets-visual {
	position: relative;
	min-width: 0;
}

.sv-af .sv-af-budgets-glow {
	position: absolute;
	inset: -28px;
	border-radius: 38px;
	background: linear-gradient(
		135deg,
		rgba(37, 99, 235, 0.17),
		rgba(56, 189, 248, 0.14)
	);
	filter: blur(26px);
	pointer-events: none;
}

.sv-af .sv-af-budgets-panel {
	position: relative;
	padding: 25px;
	border: 1px solid var(--sv-af-border);
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 66px rgba(15, 23, 42, 0.11);
}

.sv-af .sv-af-budgets-panel-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.sv-af .sv-af-budgets-panel-label {
	display: block;
	margin-bottom: 6px;
	color: var(--sv-af-muted);
	font-size: 12px;
	font-weight: 750;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.sv-af .sv-af-budgets-panel-title {
	margin: 0;
	color: var(--sv-af-secondary);
	font-size: 23px;
	font-weight: 850;
	letter-spacing: -0.025em;
	line-height: 1.22;
}

.sv-af .sv-af-budgets-panel-community {
	display: block;
	margin-top: 5px;
	color: var(--sv-af-muted);
	font-size: 12.5px;
}

.sv-af .sv-af-budgets-panel-badge {
	padding: 8px 11px;
	border-radius: 999px;
	background: rgba(245, 158, 11, 0.13);
	color: #b45309;
	font-size: 12px;
	font-weight: 900;
	white-space: nowrap;
}

.sv-af .sv-af-budgets-recipients {
	display: grid;
	gap: 11px;
}

.sv-af .sv-af-budget-recipient {
	display: grid;
	grid-template-columns: 42px minmax(0, 1fr) auto;
	align-items: center;
	gap: 13px;
	padding: 14px;
	border: 1px solid var(--sv-af-border);
	border-radius: 16px;
	background: #f8fafc;
}

.sv-af .sv-af-budget-recipient-number {
	display: grid;
	place-items: center;
	width: 40px;
	height: 40px;
	border-radius: 13px;
	background: #ffffff;
	color: var(--sv-af-primary-dark);
	font-size: 13px;
	font-weight: 900;
	box-shadow: 0 7px 16px rgba(15, 23, 42, 0.045);
}

.sv-af .sv-af-budget-recipient strong,
.sv-af .sv-af-budget-recipient small {
	display: block;
}

.sv-af .sv-af-budget-recipient strong {
	color: var(--sv-af-secondary);
	font-size: 14px;
	font-weight: 850;
	line-height: 1.35;
}

.sv-af .sv-af-budget-recipient small {
	margin-top: 3px;
	color: var(--sv-af-muted);
	font-size: 12px;
	line-height: 1.4;
}

.sv-af .sv-af-budget-recipient-status {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 7px 9px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 900;
	white-space: nowrap;
}

.sv-af .sv-af-budget-status-received {
	background: rgba(22, 163, 74, 0.1);
	color: #15803d;
}

.sv-af .sv-af-budget-status-pending {
	background: rgba(245, 158, 11, 0.12);
	color: #b45309;
}

.sv-af .sv-af-budget-status-sent {
	background: rgba(37, 99, 235, 0.1);
	color: var(--sv-af-primary-dark);
}

.sv-af .sv-af-budget-decision {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 16px;
	padding: 17px;
	border: 1px solid rgba(22, 163, 74, 0.2);
	border-radius: 17px;
	background:
		linear-gradient(
			135deg,
			rgba(22, 163, 74, 0.065),
			rgba(56, 189, 248, 0.055)
		),
		#ffffff;
}

.sv-af .sv-af-budget-decision span,
.sv-af .sv-af-budget-decision strong {
	display: block;
}

.sv-af .sv-af-budget-decision > div > span {
	color: var(--sv-af-muted);
	font-size: 12px;
}

.sv-af .sv-af-budget-decision strong {
	margin-top: 4px;
	color: var(--sv-af-secondary);
	font-size: 14.5px;
	font-weight: 850;
}

.sv-af .sv-af-budget-decision-check {
	display: grid;
	flex: 0 0 36px;
	place-items: center;
	width: 36px;
	height: 36px;
	border-radius: 999px;
	background: rgba(22, 163, 74, 0.12);
	color: var(--sv-af-success);
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: 900;
}

/* ==================================================
   RESPONSIVE: CONTACTOS Y PRESUPUESTOS
   ================================================== */

@media (max-width: 1100px) {
	.sv-af .sv-af-contacts-grid,
	.sv-af .sv-af-budgets-grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.sv-af .sv-af-contacts-visual,
	.sv-af .sv-af-budgets-visual {
		width: 100%;
		max-width: 780px;
		margin: 0 auto;
	}

	.sv-af .sv-af-budgets-visual {
		order: 2;
	}

	.sv-af .sv-af-budgets-content {
		order: 1;
	}
}

@media (max-width: 767px) {
	.sv-af.sv-af-contacts-section,
	.sv-af.sv-af-budgets-section {
		padding: 70px 0;
	}

	.sv-af .sv-af-contacts-grid,
	.sv-af .sv-af-budgets-grid {
		gap: 32px;
	}

	.sv-af .sv-af-contacts-points,
	.sv-af .sv-af-budgets-points {
		gap: 12px;
		margin-top: 27px;
	}

	.sv-af .sv-af-contacts-point,
	.sv-af .sv-af-budgets-point {
		padding: 15px;
		border-radius: 17px;
	}

	.sv-af .sv-af-contacts-point strong,
	.sv-af .sv-af-budgets-point strong {
		font-size: 15.5px;
	}

	.sv-af .sv-af-contacts-point span,
	.sv-af .sv-af-budgets-point span {
		font-size: 14px;
	}

	.sv-af .sv-af-contacts-panel,
	.sv-af .sv-af-budgets-panel {
		padding: 18px;
		border-radius: 23px;
	}

	.sv-af .sv-af-contacts-panel-head,
	.sv-af .sv-af-budgets-panel-head {
		flex-direction: column;
	}

	.sv-af .sv-af-contacts-panel-title,
	.sv-af .sv-af-budgets-panel-title {
		font-size: 20px;
	}

	.sv-af .sv-af-contact-row,
	.sv-af .sv-af-budget-recipient {
		grid-template-columns: 42px minmax(0, 1fr);
	}

	.sv-af .sv-af-contact-status,
	.sv-af .sv-af-budget-recipient-status {
		display: none;
	}
}

@media (max-width: 480px) {
	.sv-af.sv-af-contacts-section,
	.sv-af.sv-af-budgets-section {
		padding: 60px 0;
	}

	.sv-af .sv-af-contacts-summary {
		grid-template-columns: 1fr;
	}

	.sv-af .sv-af-contact-row,
	.sv-af .sv-af-budget-recipient {
		grid-template-columns: 1fr;
	}

	.sv-af .sv-af-contact-avatar,
	.sv-af .sv-af-budget-recipient-number {
		margin-bottom: 2px;
	}

	.sv-af .sv-af-budget-decision {
		align-items: flex-start;
	}
}
/* ==================================================
   CALENDARIO, RECORDATORIOS Y AUTOMATIZACIÓN
   ================================================== */

.sv-af.sv-af-calendar-section {
	position: relative;
	padding: 96px 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 14% 18%, rgba(56, 189, 248, 0.18), transparent 31%),
		radial-gradient(circle at 90% 16%, rgba(37, 99, 235, 0.28), transparent 34%),
		linear-gradient(135deg, #0f172a 0%, #111827 48%, #1e3a8a 100%);
}

.sv-af.sv-af-calendar-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 64px 64px;
	opacity: 0.24;
	pointer-events: none;
}

.sv-af .sv-af-calendar-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
	gap: 56px;
	align-items: center;
}

.sv-af .sv-af-calendar-content {
	min-width: 0;
}

.sv-af .sv-af-calendar-content .sv-af-kicker {
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.08);
	color: #bfdbfe;
}

.sv-af .sv-af-calendar-content .sv-af-kicker-dot {
	background: #3b82f6;
	box-shadow: 0 0 0 6px rgba(59, 130, 246, 0.2);
}

.sv-af .sv-af-calendar-title {
	max-width: 690px;
	margin: 0;
	color: #ffffff;
	font-size: clamp(34px, 4vw, 56px);
	font-weight: 850;
	letter-spacing: -0.045em;
	line-height: 1.05;
}

.sv-af .sv-af-calendar-text {
	max-width: 660px;
	margin: 26px 0 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 19px;
	line-height: 1.75;
}

.sv-af .sv-af-calendar-points {
	display: grid;
	gap: 14px;
	margin-top: 34px;
}

.sv-af .sv-af-calendar-point {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 17px 18px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 19px;
	background: rgba(255, 255, 255, 0.095);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(10px);
}

.sv-af .sv-af-calendar-point-icon {
	display: flex;
	flex: 0 0 30px;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-top: 2px;
	border-radius: 999px;
	background: rgba(134, 239, 172, 0.13);
	color: #86efac;
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 900;
}

.sv-af .sv-af-calendar-point strong {
	display: block;
	margin-bottom: 5px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 850;
	line-height: 1.35;
}

.sv-af .sv-af-calendar-point span {
	display: block;
	color: rgba(255, 255, 255, 0.69);
	font-size: 14.5px;
	line-height: 1.6;
}

/* Panel visual del calendario */

.sv-af .sv-af-calendar-visual {
	position: relative;
	min-width: 0;
}

.sv-af .sv-af-calendar-glow {
	position: absolute;
	inset: -28px;
	border-radius: 38px;
	background: linear-gradient(
		135deg,
		rgba(37, 99, 235, 0.29),
		rgba(56, 189, 248, 0.2)
	);
	filter: blur(28px);
	pointer-events: none;
}

.sv-af .sv-af-calendar-panel {
	position: relative;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.97);
	box-shadow: 0 26px 72px rgba(0, 0, 0, 0.25);
}

.sv-af .sv-af-calendar-panel-head {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr) 38px;
	align-items: center;
	gap: 14px;
	margin-bottom: 20px;
	text-align: center;
}

.sv-af .sv-af-calendar-nav {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid var(--sv-af-border);
	border-radius: 12px;
	background: #f8fafc;
	color: var(--sv-af-primary-dark);
	font-size: 22px;
	font-weight: 850;
	line-height: 1;
	pointer-events: none;
}

.sv-af .sv-af-calendar-panel-label {
	display: block;
	margin-bottom: 4px;
	color: var(--sv-af-muted);
	font-size: 11.5px;
	font-weight: 750;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.sv-af .sv-af-calendar-panel-title {
	margin: 0;
	color: var(--sv-af-secondary);
	font-size: 23px;
	font-weight: 850;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.sv-af .sv-af-calendar-weekdays,
.sv-af .sv-af-calendar-days {
	display: grid;
	grid-template-columns: repeat(7, minmax(0, 1fr));
	gap: 6px;
}

.sv-af .sv-af-calendar-weekdays {
	margin-bottom: 7px;
}

.sv-af .sv-af-calendar-weekdays span {
	color: var(--sv-af-muted);
	font-size: 11px;
	font-weight: 850;
	text-align: center;
}

.sv-af .sv-af-calendar-day {
	display: grid;
	place-items: center;
	aspect-ratio: 1;
	border-radius: 10px;
	color: #475569;
	font-size: 12px;
	font-weight: 750;
	background: #f8fafc;
}

.sv-af .sv-af-calendar-day-muted {
	color: #b6c1cf;
	background: transparent;
}

.sv-af .sv-af-calendar-day-event {
	position: relative;
	border: 1px solid rgba(37, 99, 235, 0.16);
	background: rgba(37, 99, 235, 0.07);
	color: var(--sv-af-primary-dark);
}

.sv-af .sv-af-calendar-day-event::after {
	content: "";
	position: absolute;
	bottom: 4px;
	width: 4px;
	height: 4px;
	border-radius: 999px;
	background: var(--sv-af-primary);
}

.sv-af .sv-af-calendar-day-active {
	background: linear-gradient(135deg, var(--sv-af-primary), #1e40af);
	color: #ffffff;
	box-shadow: 0 8px 16px rgba(37, 99, 235, 0.24);
}

.sv-af .sv-af-calendar-events {
	display: grid;
	gap: 10px;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid var(--sv-af-border);
}

.sv-af .sv-af-calendar-event {
	display: grid;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	padding: 13px;
	border: 1px solid var(--sv-af-border);
	border-radius: 15px;
	background: #f8fafc;
}

.sv-af .sv-af-calendar-event-time {
	color: var(--sv-af-primary-dark);
	font-size: 12px;
	font-weight: 900;
}

.sv-af .sv-af-calendar-event strong,
.sv-af .sv-af-calendar-event small {
	display: block;
}

.sv-af .sv-af-calendar-event strong {
	color: var(--sv-af-secondary);
	font-size: 13.5px;
	font-weight: 850;
}

.sv-af .sv-af-calendar-event small {
	margin-top: 3px;
	color: var(--sv-af-muted);
	font-size: 11.5px;
}

.sv-af .sv-af-calendar-event-status {
	padding: 6px 8px;
	border-radius: 999px;
	background: rgba(22, 163, 74, 0.1);
	color: #15803d;
	font-size: 10px;
	font-weight: 900;
	white-space: nowrap;
}

.sv-af .sv-af-calendar-reminder {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 14px;
	padding: 14px;
	border: 1px solid rgba(37, 99, 235, 0.17);
	border-radius: 16px;
	background:
		linear-gradient(
			135deg,
			rgba(37, 99, 235, 0.06),
			rgba(56, 189, 248, 0.07)
		);
}

.sv-af .sv-af-calendar-reminder-icon {
	display: grid;
	flex: 0 0 38px;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 13px;
	background: #ffffff;
	color: var(--sv-af-primary-dark);
	font-size: 16px;
	box-shadow: 0 7px 16px rgba(15, 23, 42, 0.05);
}

.sv-af .sv-af-calendar-reminder strong,
.sv-af .sv-af-calendar-reminder small {
	display: block;
}

.sv-af .sv-af-calendar-reminder strong {
	color: var(--sv-af-secondary);
	font-size: 13.5px;
	font-weight: 850;
}

.sv-af .sv-af-calendar-reminder small {
	margin-top: 3px;
	color: var(--sv-af-muted);
	font-size: 11.5px;
}

/* ==================================================
   BUSCADOR Y ORGANIZACIÓN
   ================================================== */

.sv-af.sv-af-search-section {
	padding: 96px 0;
	overflow: hidden;
	background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

.sv-af .sv-af-search-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 54px;
	align-items: center;
}

.sv-af .sv-af-search-content {
	min-width: 0;
}

.sv-af .sv-af-search-content .sv-af-section-text {
	max-width: 680px;
	margin-right: 0;
	margin-left: 0;
}

.sv-af .sv-af-search-points {
	display: grid;
	gap: 14px;
	margin-top: 34px;
}

.sv-af .sv-af-search-point {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 17px 18px;
	border: 1px solid var(--sv-af-border);
	border-radius: 19px;
	background: #ffffff;
	box-shadow: 0 11px 26px rgba(15, 23, 42, 0.045);
}

.sv-af .sv-af-search-point-icon {
	display: flex;
	flex: 0 0 30px;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-top: 2px;
	border-radius: 999px;
	background: rgba(22, 163, 74, 0.1);
	color: var(--sv-af-success);
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 900;
}

.sv-af .sv-af-search-point strong {
	display: block;
	margin-bottom: 5px;
	color: var(--sv-af-secondary);
	font-size: 16px;
	font-weight: 850;
	line-height: 1.35;
}

.sv-af .sv-af-search-point span {
	display: block;
	color: var(--sv-af-muted);
	font-size: 14.5px;
	line-height: 1.6;
}

/* Panel visual del buscador */

.sv-af .sv-af-search-visual {
	position: relative;
	min-width: 0;
}

.sv-af .sv-af-search-glow {
	position: absolute;
	inset: -28px;
	border-radius: 38px;
	background: linear-gradient(
		135deg,
		rgba(37, 99, 235, 0.16),
		rgba(56, 189, 248, 0.14)
	);
	filter: blur(26px);
	pointer-events: none;
}

.sv-af .sv-af-search-panel {
	position: relative;
	padding: 25px;
	border: 1px solid var(--sv-af-border);
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 24px 66px rgba(15, 23, 42, 0.11);
}

.sv-af .sv-af-search-panel-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: 20px;
}

.sv-af .sv-af-search-panel-label {
	display: block;
	margin-bottom: 6px;
	color: var(--sv-af-muted);
	font-size: 12px;
	font-weight: 750;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.sv-af .sv-af-search-panel-title {
	margin: 0;
	color: var(--sv-af-secondary);
	font-size: 22px;
	font-weight: 850;
	letter-spacing: -0.025em;
	line-height: 1.22;
}

.sv-af .sv-af-search-panel-badge {
	padding: 8px 11px;
	border-radius: 999px;
	background: rgba(22, 163, 74, 0.1);
	color: #15803d;
	font-size: 11px;
	font-weight: 900;
	white-space: nowrap;
}

.sv-af .sv-af-search-box {
	display: grid;
	grid-template-columns: 34px minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	min-height: 52px;
	padding: 8px 10px;
	border: 2px solid rgba(37, 99, 235, 0.2);
	border-radius: 16px;
	background: #f8fafc;
}

.sv-af .sv-af-search-box-icon {
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	color: var(--sv-af-primary-dark);
	font-family: Arial, sans-serif;
	font-size: 22px;
	font-weight: 900;
}

.sv-af .sv-af-search-box-text {
	color: var(--sv-af-secondary);
	font-size: 13.5px;
	font-weight: 750;
}

.sv-af .sv-af-search-box-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 34px;
	padding: 0 13px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--sv-af-primary), #1e40af);
	color: #ffffff;
	font-size: 11.5px;
	font-weight: 900;
}

.sv-af .sv-af-search-results-label {
	margin: 18px 0 10px;
	color: var(--sv-af-muted);
	font-size: 11.5px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.sv-af .sv-af-search-results {
	display: grid;
	gap: 10px;
}

.sv-af .sv-af-search-result {
	display: grid;
	grid-template-columns: 40px minmax(0, 1fr) auto;
	align-items: center;
	gap: 12px;
	padding: 13px;
	border: 1px solid var(--sv-af-border);
	border-radius: 15px;
	background: #f8fafc;
}

.sv-af .sv-af-search-result-icon {
	display: grid;
	place-items: center;
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: #ffffff;
	font-size: 16px;
	box-shadow: 0 7px 16px rgba(15, 23, 42, 0.045);
}

.sv-af .sv-af-search-result strong,
.sv-af .sv-af-search-result small {
	display: block;
}

.sv-af .sv-af-search-result strong {
	color: var(--sv-af-secondary);
	font-size: 13.5px;
	font-weight: 850;
}

.sv-af .sv-af-search-result small {
	margin-top: 3px;
	color: var(--sv-af-muted);
	font-size: 11.5px;
}

.sv-af .sv-af-search-result-type {
	padding: 6px 8px;
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.09);
	color: var(--sv-af-primary-dark);
	font-size: 10px;
	font-weight: 900;
	white-space: nowrap;
}

.sv-af .sv-af-search-security {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 15px;
	padding: 14px;
	border: 1px solid rgba(22, 163, 74, 0.18);
	border-radius: 16px;
	background: rgba(22, 163, 74, 0.055);
}

.sv-af .sv-af-search-security-icon {
	display: grid;
	flex: 0 0 34px;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: rgba(22, 163, 74, 0.11);
	color: var(--sv-af-success);
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 900;
}

.sv-af .sv-af-search-security strong,
.sv-af .sv-af-search-security small {
	display: block;
}

.sv-af .sv-af-search-security strong {
	color: var(--sv-af-secondary);
	font-size: 13px;
	font-weight: 850;
}

.sv-af .sv-af-search-security small {
	margin-top: 3px;
	color: var(--sv-af-muted);
	font-size: 11.5px;
}

/* ==================================================
   RESPONSIVE: CALENDARIO Y BUSCADOR
   ================================================== */

@media (max-width: 1100px) {
	.sv-af .sv-af-calendar-grid,
	.sv-af .sv-af-search-grid {
		grid-template-columns: 1fr;
		gap: 42px;
	}

	.sv-af .sv-af-calendar-content {
		text-align: center;
	}

	.sv-af .sv-af-calendar-title,
	.sv-af .sv-af-calendar-text {
		margin-right: auto;
		margin-left: auto;
	}

	.sv-af .sv-af-calendar-points {
		max-width: 780px;
		margin-right: auto;
		margin-left: auto;
		text-align: left;
	}

	.sv-af .sv-af-calendar-visual,
	.sv-af .sv-af-search-visual {
		width: 100%;
		max-width: 780px;
		margin: 0 auto;
	}

	.sv-af .sv-af-search-visual {
		order: 2;
	}

	.sv-af .sv-af-search-content {
		order: 1;
	}
}

@media (max-width: 767px) {
	.sv-af.sv-af-calendar-section,
	.sv-af.sv-af-search-section {
		padding: 70px 0;
	}

	.sv-af .sv-af-calendar-grid,
	.sv-af .sv-af-search-grid {
		gap: 32px;
	}

	.sv-af .sv-af-calendar-title {
		font-size: 34px;
		letter-spacing: -0.04em;
		line-height: 1.08;
	}

	.sv-af .sv-af-calendar-text {
		margin-top: 22px;
		font-size: 17px;
		line-height: 1.7;
	}

	.sv-af .sv-af-calendar-points,
	.sv-af .sv-af-search-points {
		gap: 12px;
		margin-top: 27px;
	}

	.sv-af .sv-af-calendar-point,
	.sv-af .sv-af-search-point {
		padding: 15px;
		border-radius: 17px;
	}

	.sv-af .sv-af-calendar-point strong,
	.sv-af .sv-af-search-point strong {
		font-size: 15.5px;
	}

	.sv-af .sv-af-calendar-point span,
	.sv-af .sv-af-search-point span {
		font-size: 14px;
	}

	.sv-af .sv-af-calendar-panel,
	.sv-af .sv-af-search-panel {
		padding: 18px;
		border-radius: 23px;
	}

	.sv-af .sv-af-calendar-event,
	.sv-af .sv-af-search-result {
		grid-template-columns: 42px minmax(0, 1fr);
	}

	.sv-af .sv-af-calendar-event-status,
	.sv-af .sv-af-search-result-type {
		display: none;
	}

	.sv-af .sv-af-search-panel-head {
		flex-direction: column;
	}

	.sv-af .sv-af-search-panel-title {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.sv-af.sv-af-calendar-section,
	.sv-af.sv-af-search-section {
		padding: 60px 0;
	}

	.sv-af .sv-af-calendar-title {
		font-size: 30px;
	}

	.sv-af .sv-af-calendar-text {
		font-size: 16px;
	}

	.sv-af .sv-af-calendar-panel {
		padding: 14px;
	}

	.sv-af .sv-af-calendar-panel-head {
		grid-template-columns: 32px minmax(0, 1fr) 32px;
		gap: 8px;
	}

	.sv-af .sv-af-calendar-nav {
		width: 32px;
		height: 32px;
	}

	.sv-af .sv-af-calendar-day {
		border-radius: 8px;
		font-size: 10.5px;
	}

	.sv-af .sv-af-calendar-event,
	.sv-af .sv-af-search-result {
		grid-template-columns: 1fr;
	}

	.sv-af .sv-af-calendar-event-time {
		margin-bottom: 2px;
	}

	.sv-af .sv-af-search-box {
		grid-template-columns: 30px minmax(0, 1fr);
	}

	.sv-af .sv-af-search-box-action {
		display: none;
	}
}
/* ==================================================
   FLUJO DE TRABAJO
   ================================================== */

.sv-af.sv-af-workflow-section {
	padding: 96px 0;
	overflow: hidden;
	background:
		linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}

.sv-af .sv-af-workflow-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 58px;
}

.sv-af .sv-af-workflow-step {
	position: relative;
	min-height: 290px;
	padding: 28px 25px;
	overflow: hidden;
	border: 1px solid var(--sv-af-border);
	border-radius: 23px;
	background: #ffffff;
	box-shadow: 0 16px 38px rgba(15, 23, 42, 0.055);
	transition:
		transform 0.22s ease,
		box-shadow 0.22s ease,
		border-color 0.22s ease;
}

.sv-af .sv-af-workflow-step:hover {
	transform: translateY(-5px);
	border-color: rgba(37, 99, 235, 0.23);
	box-shadow: 0 24px 52px rgba(15, 23, 42, 0.09);
}

.sv-af .sv-af-workflow-number {
	position: absolute;
	top: 19px;
	right: 21px;
	color: rgba(37, 99, 235, 0.13);
	font-size: 36px;
	font-weight: 900;
	letter-spacing: -0.06em;
	line-height: 1;
}

.sv-af .sv-af-workflow-icon {
	display: grid;
	place-items: center;
	width: 52px;
	height: 52px;
	margin-bottom: 22px;
	border-radius: 17px;
	background:
		linear-gradient(
			135deg,
			rgba(37, 99, 235, 0.12),
			rgba(56, 189, 248, 0.15)
		);
	font-size: 22px;
}

.sv-af .sv-af-workflow-step h3 {
	margin: 0 0 12px;
	color: var(--sv-af-secondary);
	font-size: 21px;
	font-weight: 850;
	letter-spacing: -0.025em;
	line-height: 1.2;
}

.sv-af .sv-af-workflow-step p {
	margin: 0;
	color: var(--sv-af-muted);
	font-size: 15.5px;
	line-height: 1.68;
}

.sv-af .sv-af-workflow-example {
	max-width: 1030px;
	margin: 34px auto 0;
	padding: 28px;
	border: 1px solid rgba(37, 99, 235, 0.19);
	border-radius: 24px;
	background:
		linear-gradient(
			135deg,
			rgba(37, 99, 235, 0.065),
			rgba(56, 189, 248, 0.085)
		),
		#ffffff;
	box-shadow: 0 16px 38px rgba(15, 23, 42, 0.055);
}

.sv-af .sv-af-workflow-example-heading {
	display: flex;
	align-items: center;
	gap: 15px;
}

.sv-af .sv-af-workflow-example-icon {
	display: grid;
	flex: 0 0 42px;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	background: rgba(22, 163, 74, 0.11);
	color: var(--sv-af-success);
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: 900;
}

.sv-af .sv-af-workflow-example-heading span {
	display: block;
	color: var(--sv-af-primary-dark);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.sv-af .sv-af-workflow-example-heading strong {
	display: block;
	margin-top: 3px;
	color: var(--sv-af-secondary);
	font-size: 19px;
	font-weight: 850;
	line-height: 1.35;
}

.sv-af .sv-af-workflow-example-flow {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 24px;
}

.sv-af .sv-af-workflow-example-flow > span:not(.sv-af-workflow-arrow) {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid var(--sv-af-border);
	border-radius: 999px;
	background: #ffffff;
	color: var(--sv-af-secondary);
	font-size: 13px;
	font-weight: 850;
	box-shadow: 0 7px 18px rgba(15, 23, 42, 0.04);
}

.sv-af .sv-af-workflow-arrow {
	color: var(--sv-af-primary);
	font-size: 18px;
	font-weight: 900;
}

.sv-af .sv-af-workflow-example > p {
	max-width: 800px;
	margin: 22px auto 0;
	color: var(--sv-af-muted);
	font-size: 15px;
	line-height: 1.65;
	text-align: center;
}

/* ==================================================
   PRECIOS Y DEMO
   ================================================== */

.sv-af.sv-af-pricing-section {
	position: relative;
	padding: 96px 0;
	overflow: hidden;
	background:
		radial-gradient(circle at 16% 10%, rgba(56, 189, 248, 0.18), transparent 29%),
		radial-gradient(circle at 90% 14%, rgba(37, 99, 235, 0.3), transparent 32%),
		linear-gradient(135deg, #0f172a 0%, #111827 48%, #1e3a8a 100%);
}

.sv-af.sv-af-pricing-section::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
	background-size: 64px 64px;
	opacity: 0.22;
	pointer-events: none;
}

.sv-af .sv-af-pricing-header {
	position: relative;
	z-index: 2;
	max-width: 940px;
	margin: 0 auto;
	text-align: center;
}

.sv-af .sv-af-pricing-header .sv-af-kicker {
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.08);
	color: #bfdbfe;
}

.sv-af .sv-af-pricing-title {
	margin: 0;
	color: #ffffff;
	font-size: clamp(34px, 4vw, 56px);
	font-weight: 850;
	letter-spacing: -0.045em;
	line-height: 1.05;
}

.sv-af .sv-af-pricing-text {
	max-width: 760px;
	margin: 24px auto 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 18px;
	line-height: 1.75;
}

.sv-af .sv-af-pricing-grid {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	margin-top: 58px;
}

.sv-af .sv-af-price-card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 590px;
	padding: 29px 27px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.sv-af .sv-af-price-card-featured {
	border: 2px solid rgba(96, 165, 250, 0.85);
	transform: translateY(-12px);
	box-shadow:
		0 30px 76px rgba(0, 0, 0, 0.3),
		0 0 0 6px rgba(37, 99, 235, 0.12);
}

.sv-af .sv-af-price-popular {
	position: absolute;
	top: -15px;
	left: 50%;
	padding: 8px 15px;
	border-radius: 999px;
	background: linear-gradient(135deg, var(--sv-af-primary), #1e40af);
	color: #ffffff;
	font-size: 12px;
	font-weight: 900;
	white-space: nowrap;
	transform: translateX(-50%);
	box-shadow: 0 9px 22px rgba(37, 99, 235, 0.34);
}

.sv-af .sv-af-price-eyebrow {
	display: block;
	margin-bottom: 10px;
	color: var(--sv-af-primary-dark);
	font-size: 12px;
	font-weight: 850;
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.sv-af .sv-af-price-card-head h3 {
	margin: 0;
	color: var(--sv-af-secondary);
	font-size: 27px;
	font-weight: 900;
	letter-spacing: -0.035em;
	line-height: 1.15;
}

.sv-af .sv-af-price-card-head p {
	min-height: 50px;
	margin: 12px 0 0;
	color: var(--sv-af-muted);
	font-size: 14.5px;
	line-height: 1.6;
}

.sv-af .sv-af-price {
	display: flex;
	align-items: flex-end;
	gap: 9px;
	margin-top: 27px;
	padding-bottom: 23px;
	border-bottom: 1px solid var(--sv-af-border);
}

.sv-af .sv-af-price strong {
	color: var(--sv-af-secondary);
	font-size: 48px;
	font-weight: 900;
	letter-spacing: -0.055em;
	line-height: 0.95;
}

.sv-af .sv-af-price span {
	padding-bottom: 5px;
	color: var(--sv-af-muted);
	font-size: 13px;
	font-weight: 750;
}

.sv-af .sv-af-price-billing {
	margin-top: 10px;
	color: var(--sv-af-primary-dark);
	font-size: 12.5px;
	font-weight: 800;
}

.sv-af .sv-af-price-features {
	display: grid;
	gap: 13px;
	margin: 25px 0 28px;
	padding: 0;
	list-style: none;
}

.sv-af .sv-af-price-features li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	color: #475569;
	font-size: 14px;
	line-height: 1.5;
}

.sv-af .sv-af-price-features li span {
	display: grid;
	flex: 0 0 21px;
	place-items: center;
	width: 21px;
	height: 21px;
	margin-top: 1px;
	border-radius: 999px;
	background: rgba(22, 163, 74, 0.1);
	color: var(--sv-af-success);
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: 900;
}

.sv-af .sv-af-price-button {
	width: 100%;
	margin-top: auto;
}

.sv-af .sv-af-pricing-note {
	position: relative;
	z-index: 2;
	margin: 28px 0 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 12.5px;
	line-height: 1.5;
	text-align: center;
}

/* ==================================================
   PREGUNTAS FRECUENTES
   ================================================== */

.sv-af.sv-af-faq-section {
	padding: 96px 0;
	overflow: hidden;
	background: #f8fafc;
}

.sv-af .sv-af-faq-list {
	display: grid;
	gap: 14px;
	max-width: 940px;
	margin: 56px auto 0;
}

.sv-af .sv-af-faq-item {
	overflow: hidden;
	border: 1px solid var(--sv-af-border);
	border-radius: 19px;
	background: #ffffff;
	box-shadow: 0 11px 26px rgba(15, 23, 42, 0.045);
}

.sv-af .sv-af-faq-item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 74px;
	padding: 20px 22px;
	color: var(--sv-af-secondary);
	font-size: 16px;
	font-weight: 850;
	line-height: 1.4;
	list-style: none;
	cursor: pointer;
}

.sv-af .sv-af-faq-item summary::-webkit-details-marker {
	display: none;
}

.sv-af .sv-af-faq-symbol {
	display: grid;
	flex: 0 0 34px;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.09);
	color: var(--sv-af-primary-dark);
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	transition: transform 0.2s ease;
}

.sv-af .sv-af-faq-item[open] {
	border-color: rgba(37, 99, 235, 0.22);
	box-shadow: 0 17px 36px rgba(15, 23, 42, 0.07);
}

.sv-af .sv-af-faq-item[open] summary {
	border-bottom: 1px solid var(--sv-af-border);
	color: var(--sv-af-primary-dark);
}

.sv-af .sv-af-faq-item[open] .sv-af-faq-symbol {
	transform: rotate(45deg);
}

.sv-af .sv-af-faq-answer {
	padding: 20px 22px 22px;
}

.sv-af .sv-af-faq-answer p {
	margin: 0;
	color: var(--sv-af-muted);
	font-size: 15.5px;
	line-height: 1.7;
}

/* ==================================================
   CTA FINAL
   ================================================== */

.sv-af.sv-af-final-cta-section {
	padding: 96px 0;
	overflow: hidden;
	background: #ffffff;
}

.sv-af .sv-af-final-cta {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
	gap: 48px;
	align-items: center;
	padding: 58px;
	overflow: hidden;
	border-radius: 34px;
	background:
		radial-gradient(circle at 15% 10%, rgba(56, 189, 248, 0.2), transparent 32%),
		linear-gradient(135deg, #0f172a 0%, #172554 53%, #1e3a8a 100%);
	box-shadow: 0 32px 80px rgba(15, 23, 42, 0.2);
}

.sv-af .sv-af-final-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
		linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
	background-size: 52px 52px;
	opacity: 0.24;
	pointer-events: none;
}

.sv-af .sv-af-final-cta-glow {
	position: absolute;
	top: -120px;
	right: -100px;
	width: 390px;
	height: 390px;
	border-radius: 999px;
	background: rgba(56, 189, 248, 0.22);
	filter: blur(55px);
	pointer-events: none;
}

.sv-af .sv-af-final-cta-content,
.sv-af .sv-af-final-cta-visual {
	position: relative;
	z-index: 2;
}

.sv-af .sv-af-final-cta-kicker {
	display: inline-flex;
	align-items: center;
	min-height: 35px;
	padding: 0 14px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #bfdbfe;
	font-size: 12.5px;
	font-weight: 850;
}

.sv-af .sv-af-final-cta-content h2 {
	max-width: 700px;
	margin: 22px 0 0;
	color: #ffffff;
	font-size: clamp(36px, 4vw, 58px);
	font-weight: 850;
	letter-spacing: -0.05em;
	line-height: 1.03;
}

.sv-af .sv-af-final-cta-content > p {
	max-width: 680px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 17.5px;
	line-height: 1.75;
}

.sv-af .sv-af-final-cta-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 31px;
}

.sv-af .sv-af-btn-light,
.sv-af .sv-af-btn-light:visited {
	border-color: rgba(255, 255, 255, 0.25);
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff !important;
	box-shadow: none;
	backdrop-filter: blur(8px);
}

.sv-af .sv-af-btn-light:hover,
.sv-af .sv-af-btn-light:focus {
	border-color: rgba(255, 255, 255, 0.45);
	background: rgba(255, 255, 255, 0.16);
	color: #ffffff !important;
}

.sv-af .sv-af-final-cta-points {
	display: flex;
	flex-wrap: wrap;
	gap: 18px;
	margin-top: 25px;
}

.sv-af .sv-af-final-cta-points span {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 13px;
	font-weight: 700;
}

.sv-af .sv-af-final-cta-points strong {
	color: #86efac;
	font-family: Arial, sans-serif;
}

/* Tarjeta visual del CTA */

.sv-af .sv-af-final-cta-card {
	padding: 23px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 26px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 25px 65px rgba(0, 0, 0, 0.28);
	transform: rotate(1.5deg);
}

.sv-af .sv-af-final-cta-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	padding-bottom: 17px;
	border-bottom: 1px solid var(--sv-af-border);
}

.sv-af .sv-af-final-cta-logo {
	color: var(--sv-af-secondary);
	font-size: 15px;
	font-weight: 900;
	letter-spacing: 0.08em;
}

.sv-af .sv-af-final-cta-status {
	padding: 7px 9px;
	border-radius: 999px;
	background: rgba(22, 163, 74, 0.1);
	color: #15803d;
	font-size: 10px;
	font-weight: 900;
}

.sv-af .sv-af-final-cta-card-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 11px;
	margin-top: 17px;
}

.sv-af .sv-af-final-cta-card-grid > div {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 59px;
	padding: 12px;
	border: 1px solid var(--sv-af-border);
	border-radius: 15px;
	background: #f8fafc;
}

.sv-af .sv-af-final-cta-card-grid span {
	display: grid;
	flex: 0 0 34px;
	place-items: center;
	width: 34px;
	height: 34px;
	border-radius: 11px;
	background: #ffffff;
	font-size: 15px;
	box-shadow: 0 6px 14px rgba(15, 23, 42, 0.045);
}

.sv-af .sv-af-final-cta-card-grid strong {
	color: var(--sv-af-secondary);
	font-size: 12.5px;
	font-weight: 850;
}

.sv-af .sv-af-final-cta-card-footer {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 15px;
	padding: 14px;
	border: 1px solid rgba(37, 99, 235, 0.17);
	border-radius: 16px;
	background:
		linear-gradient(
			135deg,
			rgba(37, 99, 235, 0.055),
			rgba(56, 189, 248, 0.07)
		);
}

.sv-af .sv-af-final-cta-card-check {
	display: grid;
	flex: 0 0 35px;
	place-items: center;
	width: 35px;
	height: 35px;
	border-radius: 999px;
	background: rgba(22, 163, 74, 0.11);
	color: var(--sv-af-success);
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-weight: 900;
}

.sv-af .sv-af-final-cta-card-footer strong,
.sv-af .sv-af-final-cta-card-footer small {
	display: block;
}

.sv-af .sv-af-final-cta-card-footer strong {
	color: var(--sv-af-secondary);
	font-size: 13.5px;
	font-weight: 850;
}

.sv-af .sv-af-final-cta-card-footer small {
	margin-top: 3px;
	color: var(--sv-af-muted);
	font-size: 11.5px;
}

/* ==================================================
   RESPONSIVE: BLOQUES FINALES
   ================================================== */

@media (max-width: 1100px) {
	.sv-af .sv-af-workflow-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.sv-af .sv-af-pricing-grid {
		grid-template-columns: 1fr;
		max-width: 720px;
		margin-right: auto;
		margin-left: auto;
	}

	.sv-af .sv-af-price-card {
		min-height: auto;
	}

	.sv-af .sv-af-price-card-featured {
		transform: none;
	}

	.sv-af .sv-af-price-card-head p {
		min-height: auto;
	}

	.sv-af .sv-af-final-cta {
		grid-template-columns: 1fr;
	}

	.sv-af .sv-af-final-cta-content {
		text-align: center;
	}

	.sv-af .sv-af-final-cta-content h2,
	.sv-af .sv-af-final-cta-content > p {
		margin-right: auto;
		margin-left: auto;
	}

	.sv-af .sv-af-final-cta-buttons,
	.sv-af .sv-af-final-cta-points {
		justify-content: center;
	}

	.sv-af .sv-af-final-cta-visual {
		width: 100%;
		max-width: 620px;
		margin: 0 auto;
	}
}

@media (max-width: 767px) {
	.sv-af.sv-af-workflow-section,
	.sv-af.sv-af-pricing-section,
	.sv-af.sv-af-faq-section,
	.sv-af.sv-af-final-cta-section {
		padding: 70px 0;
	}

	.sv-af .sv-af-workflow-grid {
		grid-template-columns: 1fr;
		gap: 15px;
		margin-top: 42px;
	}

	.sv-af .sv-af-workflow-step {
		min-height: auto;
		padding: 24px;
		border-radius: 20px;
	}

	.sv-af .sv-af-workflow-example {
		padding: 22px;
		border-radius: 21px;
	}

	.sv-af .sv-af-workflow-example-heading {
		align-items: flex-start;
	}

	.sv-af .sv-af-workflow-example-heading strong {
		font-size: 17px;
	}

	.sv-af .sv-af-workflow-example-flow {
		justify-content: flex-start;
	}

	.sv-af .sv-af-pricing-title {
		font-size: 34px;
		letter-spacing: -0.04em;
		line-height: 1.08;
	}

	.sv-af .sv-af-pricing-text {
		font-size: 17px;
	}

	.sv-af .sv-af-pricing-grid {
		gap: 22px;
		margin-top: 45px;
	}

	.sv-af .sv-af-price-card {
		padding: 26px 22px;
		border-radius: 23px;
	}

	.sv-af .sv-af-price strong {
		font-size: 43px;
	}

	.sv-af .sv-af-faq-list {
		gap: 11px;
		margin-top: 42px;
	}

	.sv-af .sv-af-faq-item {
		border-radius: 17px;
	}

	.sv-af .sv-af-faq-item summary {
		min-height: 68px;
		padding: 17px 18px;
		font-size: 15px;
	}

	.sv-af .sv-af-faq-answer {
		padding: 17px 18px 19px;
	}

	.sv-af .sv-af-faq-answer p {
		font-size: 14.5px;
	}

	.sv-af .sv-af-final-cta {
		gap: 38px;
		padding: 42px 26px;
		border-radius: 27px;
	}

	.sv-af .sv-af-final-cta-content h2 {
		font-size: 38px;
	}

	.sv-af .sv-af-final-cta-content > p {
		font-size: 16.5px;
	}

	.sv-af .sv-af-final-cta-card {
		transform: none;
	}
}

@media (max-width: 480px) {
	.sv-af.sv-af-workflow-section,
	.sv-af.sv-af-pricing-section,
	.sv-af.sv-af-faq-section,
	.sv-af.sv-af-final-cta-section {
		padding: 60px 0;
	}

	.sv-af .sv-af-workflow-example-heading {
		display: grid;
		grid-template-columns: 1fr;
		text-align: center;
	}

	.sv-af .sv-af-workflow-example-icon {
		margin: 0 auto;
	}

	.sv-af .sv-af-workflow-example-flow {
		flex-direction: column;
		align-items: stretch;
	}

	.sv-af .sv-af-workflow-example-flow > span:not(.sv-af-workflow-arrow) {
		width: 100%;
	}

	.sv-af .sv-af-workflow-arrow {
		transform: rotate(90deg);
		text-align: center;
	}

	.sv-af .sv-af-pricing-title {
		font-size: 30px;
	}

	.sv-af .sv-af-price {
		align-items: flex-start;
		flex-direction: column;
	}

	.sv-af .sv-af-price span {
		padding-bottom: 0;
	}

	.sv-af .sv-af-faq-item summary {
		align-items: flex-start;
		gap: 15px;
	}

	.sv-af .sv-af-faq-symbol {
		flex-basis: 31px;
		width: 31px;
		height: 31px;
		font-size: 18px;
	}

	.sv-af .sv-af-final-cta {
		padding: 35px 20px;
	}

	.sv-af .sv-af-final-cta-content h2 {
		font-size: 32px;
	}

	.sv-af .sv-af-final-cta-buttons {
		flex-direction: column;
		align-items: stretch;
	}

	.sv-af .sv-af-final-cta-buttons .sv-af-btn {
		width: 100%;
	}

	.sv-af .sv-af-final-cta-points {
		display: grid;
		grid-template-columns: 1fr;
		justify-content: center;
	}

	.sv-af .sv-af-final-cta-points span {
		justify-content: center;
	}

	.sv-af .sv-af-final-cta-card {
		padding: 17px;
		border-radius: 21px;
	}

	.sv-af .sv-af-final-cta-card-head {
		align-items: flex-start;
		flex-direction: column;
	}

	.sv-af .sv-af-final-cta-card-grid {
		grid-template-columns: 1fr;
	}
}
