/* Experts landing page */

body.ibc-experts-page-active {
	background: var(--ibc-bg-page);
}

.ibc-experts-page > section:not(.ibc-hero):not(.ibc-lead-form) {
	background: transparent;
}

.ibc-experts-page .ibc-lead-form {
	background-color: transparent;
}

.ibc-hero--experts .ibc-hero__title {
	margin-top: 0;
}

.ibc-experts-hero__eyebrow {
	margin: 0 0 var(--ibc-space-16);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: var(--ibc-accent);
}

.ibc-experts-section-title {
	margin: 0 0 var(--ibc-space-16);
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: var(--ibc-accent);
}

.ibc-experts-section-lead {
	margin: 0 0 var(--ibc-space-32);
	max-width: 72ch;
	font-size: 18px;
	line-height: var(--ibc-line-height);
	color: var(--ibc-text-secondary);
}

.ibc-experts-card {
	padding: var(--ibc-space-32);
	background: var(--ibc-white);
	border: 1px solid #e2e8f0;
	border-radius: 24px;
	box-shadow: var(--ibc-shadow-card);
}

.ibc-experts-card__title {
	margin: 0 0 var(--ibc-space-12);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	color: var(--ibc-accent);
}

.ibc-experts-card__text {
	margin: 0;
	font-size: 16px;
	line-height: 1.5;
	color: var(--ibc-text-secondary);
}

.ibc-experts-scope {
	padding: 0 0 var(--ibc-section-padding-y);
}

.ibc-experts-scope__container,
.ibc-experts-how__container {
	max-width: var(--ibc-container-max);
	margin: 0 auto;
	padding: 0 var(--ibc-container-padding);
}

.ibc-experts-scope__title {
	margin: 0 0 var(--ibc-space-24);
	font-size: clamp(22px, 2.4vw, 28px);
	font-weight: 700;
	line-height: 1.2;
	color: var(--ibc-accent);
}

.ibc-experts-scope__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--ibc-space-8);
	margin: 0;
	padding: 0;
	list-style: none;
}

.ibc-experts-scope__item {
	display: inline-flex;
	align-items: center;
	gap: var(--ibc-space-8);
}

.ibc-experts-scope__chip {
	display: inline-flex;
	align-items: center;
	padding: 8px 14px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	color: var(--ibc-accent);
	background: var(--ibc-white);
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	white-space: nowrap;
}

.ibc-experts-scope__arrow {
	color: var(--ibc-text-muted);
	font-size: 14px;
}

.ibc-experts-how {
	padding: var(--ibc-section-padding-y) 0;
}

.ibc-team--directory {
	padding-top: 0;
}

.ibc-experts-formats .ibc-tasks__card-title {
	color: var(--ibc-accent);
}

.ibc-experts-formats .ibc-tasks__card--featured .ibc-tasks__card-title {
	color: var(--ibc-white);
}

.ibc-experts-formats .ibc-tasks__card-text {
	margin-bottom: 0;
}

.ibc-experts-formats .ibc-tasks__card--featured .ibc-tasks__card-text {
	margin-bottom: var(--ibc-space-32);
}

@media (max-width: 1024px) {
	.ibc-experts-scope__container,
	.ibc-experts-how__container {
		padding: 0 var(--ibc-container-padding-md);
	}

	.ibc-experts-section-lead {
		font-size: 16px;
	}
}

@media (max-width: 640px) {
	.ibc-experts-scope__container,
	.ibc-experts-how__container {
		padding: 0 var(--ibc-container-padding-sm);
	}

	.ibc-experts-scope__chip {
		white-space: normal;
	}
}
