/**
 * Sección 2 — Franja azul SaaS auditoría de transporte.
 */

.iqdc-audit {
	background: linear-gradient(90deg, #008bff, #33a8ff);
	padding: 0.875rem clamp(1rem, 4vw, 2.5rem);
	font-family: Inter, "Segoe UI", system-ui, -apple-system, sans-serif;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.iqdc-audit *,
.iqdc-audit *::before,
.iqdc-audit *::after {
	box-sizing: border-box;
}

.iqdc-audit__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.35rem;
	text-align: center;
}

.iqdc-audit__line {
	margin: 0;
	width: 100%;
	font-size: 0.85rem;
	line-height: 1.45;
	color: #ffffff;
}

.iqdc-audit__line--strong {
	font-weight: 700;
}

.iqdc-audit__line--with-cta {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem 0.6rem;
	width: auto;
	max-width: 100%;
	font-weight: 400;
}

.iqdc-audit__line-text {
	display: inline;
}

.iqdc-audit__cta {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0;
	background: transparent;
	border: 0;
	color: #000000;
	font-size: 0.85rem;
	font-weight: 500;
	line-height: 1.2;
	text-decoration: none;
	white-space: nowrap;
	transition: font-weight 0.2s ease;
}

.iqdc-audit__cta-label,
.iqdc-audit__cta-arrow {
	display: inline-block;
	font-weight: inherit;
}

.iqdc-audit__cta:hover,
.iqdc-audit__cta:focus-visible {
	font-weight: 700;
	color: #000000;
	text-decoration: none;
}

.iqdc-audit__cta:focus-visible {
	outline: 2px solid #000000;
	outline-offset: 3px;
}
