/* ==========================================================================
   Research Page — reuses .wwp-quality-hero / .wwp-quality-split patterns
   from quality.css; this file covers the sections unique to Research.
   ========================================================================== */

.wwp-research-role-item { text-align: center; }
.wwp-research-role-item .wwp-icon-circle {
	width: 56px; height: 56px; margin: 0 auto 16px;
	background: #fff; color: var(--wwp-color-accent);
	display: flex; align-items: center; justify-content: center; border-radius: 50%;
}
.wwp-research-role-item h5 { margin: 0 0 8px; }
.wwp-research-role-item p { margin: 0; font-size: 13px; color: var(--wwp-color-text-muted); }
.wwp-research-role-grid { position: relative; }
.wwp-research-role-grid > div:not(:last-child)::after {
	content: ''; position: absolute; top: 10%; bottom: 10%; right: 0; width: 1px;
	background: var(--wwp-color-border);
}

.wwp-research-trusted-banner {
	background: var(--wwp-color-bg-alt); border-radius: var(--wwp-radius-card);
	padding: 40px 44px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap;
}
.wwp-research-trusted-banner > .wwp-icon-circle {
	width: 56px; height: 56px; flex-shrink: 0; background: #fff; color: var(--wwp-color-accent);
	display: flex; align-items: center; justify-content: center; border-radius: 50%;
}
.wwp-research-trusted-text .wwp-eyebrow { display: block; margin-bottom: 4px; }
.wwp-research-trusted-text h3 { margin: 0; font-size: 22px; }
.wwp-research-trusted-desc { flex: 1 1 320px; margin: 0; color: var(--wwp-color-text-muted); font-size: 14px; min-width: 240px; }

.wwp-research-resources-list { display: flex; flex-direction: column; gap: 18px; margin-top: 28px; }
.wwp-research-resource-item { display: flex; align-items: flex-start; gap: 14px; }
.wwp-research-resource-item .wwp-icon-circle {
	width: 44px; height: 44px; flex-shrink: 0; background: #fff; color: var(--wwp-color-accent);
	display: flex; align-items: center; justify-content: center; border-radius: 50%;
}
.wwp-research-resource-item h5 { margin: 0 0 4px; font-size: 15px; }
.wwp-research-resource-item p { margin: 0; font-size: 13px; color: var(--wwp-color-text-muted); }

@media (max-width: 992px) {
	.wwp-research-role-grid > div::after { display: none; }
}
@media (max-width: 600px) {
	.wwp-research-trusted-banner { flex-direction: column; text-align: center; }
}
