/* QA microsite — calidad-automatizacion.html */

.qa-microsite-page .qa-subnav {
	background: rgba(15, 23, 35, 0.92);
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding: 10px 0;
	position: relative;
	z-index: 10;
}

.qa-microsite-page .qa-subnav-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 8px 16px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.qa-microsite-page .qa-subnav-inner li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.qa-microsite-page .qa-subnav-inner a {
	color: rgba(255, 255, 255, 0.88);
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	padding: 6px 10px;
	border-radius: 4px;
	transition: background 0.2s, color 0.2s;
}

.qa-microsite-page .qa-subnav-inner a:hover,
.qa-microsite-page .qa-subnav-inner a:focus {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	text-decoration: none;
}

.qa-microsite-page .qa-section {
	padding: 70px 0;
}

.qa-microsite-page .qa-section-alt {
	background: #f5f7fa;
}

.qa-microsite-page .qa-section-dark {
	background: linear-gradient(135deg, #1a2332 0%, #0f1419 100%);
	color: #e8eaed;
}

.qa-microsite-page .qa-section-dark .title2,
.qa-microsite-page .qa-section-dark h2,
.qa-microsite-page .qa-section-dark h3 {
	color: #fff;
}

.qa-microsite-page .qa-section-dark .title-desc {
	color: rgba(255, 255, 255, 0.75);
}

.qa-microsite-page .qa-phase-card {
	background: #fff;
	border: 1px solid #e2e6ec;
	border-radius: 8px;
	padding: 28px 24px;
	height: 100%;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
	transition: box-shadow 0.25s, transform 0.25s;
}

.qa-microsite-page .qa-section-dark .qa-phase-card {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.12);
	color: #e8eaed;
}

.qa-microsite-page .qa-phase-card:hover {
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
	transform: translateY(-2px);
}

.qa-microsite-page .qa-phase-icon {
	font-size: 2rem;
	color: #c9a227;
	margin-bottom: 16px;
	display: block;
}

.qa-microsite-page .qa-phase-card h3 {
	font-size: 1.25rem;
	margin-top: 0;
	margin-bottom: 14px;
}

.qa-microsite-page .qa-phase-card ul {
	padding-left: 18px;
	margin-bottom: 0;
	line-height: 1.65;
}

.qa-microsite-page .qa-phase-card li {
	margin-bottom: 8px;
}

.qa-microsite-page .qa-test-tile {
	background: #fff;
	border: 1px solid #e2e6ec;
	border-radius: 8px;
	padding: 20px 18px;
	height: 100%;
	margin-bottom: 20px;
	transition: border-color 0.2s;
}

.qa-microsite-page .qa-test-tile:hover {
	border-color: #c9a227;
}

.qa-microsite-page .qa-test-tile .qa-test-icon {
	color: #2c5282;
	font-size: 1.35rem;
	margin-bottom: 10px;
}

.qa-microsite-page .qa-test-tile h4 {
	font-size: 1.05rem;
	margin: 0 0 8px;
	font-weight: 700;
}

.qa-microsite-page .qa-test-tile p {
	font-size: 14px;
	line-height: 1.55;
	margin: 0;
	color: #4a5568;
}

.qa-microsite-page .qa-equipo-highlight {
	background: linear-gradient(135deg, #f8f9fc 0%, #eef2f7 100%);
	border-left: 4px solid #c9a227;
	border-radius: 0 8px 8px 0;
	padding: 28px 32px;
	margin-top: 24px;
}

.qa-microsite-page .qa-equipo-highlight p.lead {
	font-size: 1.15rem;
	margin-bottom: 16px;
}

.qa-microsite-page .qa-equipo-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.qa-microsite-page .qa-equipo-list li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 12px;
	line-height: 1.55;
}

.qa-microsite-page .qa-equipo-list li .fa-check {
	position: absolute;
	left: 0;
	top: 3px;
	color: #2f855a;
}

.qa-microsite-page .qa-cta-box {
	text-align: center;
	max-width: 720px;
	margin: 0 auto;
}

/* Hide global .title2:after (style.css) here: subtitle is a sibling <p>, not a span inside h2. */
.qa-microsite-page .qa-cta-box .title2:after {
	content: none;
	display: none;
}

.qa-microsite-page .qa-cta-box > .title-desc {
	display: block;
	margin-bottom: 24px;
}

.qa-microsite-page .qa-cta-box .btn {
	margin: 6px;
}

/* Outlined contact button on dark CTA: white label (overrides .btn-primary #323232 and contact-modal hover). */
.qa-microsite-page .qa-cta-box .contact-menu-btn,
.qa-microsite-page .qa-cta-box .contact-menu-btn strong,
.qa-microsite-page .qa-cta-box .contact-menu-btn .fa-solid {
	color: #fff !important;
}

.qa-microsite-page .qa-cta-box .contact-menu-btn:hover,
.qa-microsite-page .qa-cta-box .contact-menu-btn:hover strong,
.qa-microsite-page .qa-cta-box .contact-menu-btn:hover .fa-solid {
	color: #fff !important;
}

.qa-microsite-page .gap-30 {
	height: 30px;
}

@media (max-width: 767px) {
	.qa-microsite-page .qa-subnav-inner {
		flex-direction: column;
	}

	.qa-microsite-page .qa-section {
		padding: 48px 0;
	}
}
