/**
 * Página A Fundação.
 */

.fbb-main--a-fundacao {
	background: var( --fbb-color-white );
}

.fbb-page-title-bar {
	padding-block: 42px;
	background: var( --fbb-color-gray-page-bg );
}

.fbb-page-title-bar__title {
	margin: 0;
	color: var( --fbb-color-navy );
	font-size: var( --fbb-section-title-size );
	font-weight: var( --fbb-font-weight-bold );
	line-height: 1.2;
}

.fbb-page-title-bar__breadcrumb {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 10px;
	color: var( --fbb-color-text );
	font-size: 14px;
	font-weight: var( --fbb-font-weight-medium );
	line-height: 1.6;
}

.fbb-page-title-bar__breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.fbb-af-eyebrow {
	margin: 0 0 14px;
	color: var( --fbb-color-red );
	font-size: 14px;
	font-weight: var( --fbb-font-weight-bold );
	letter-spacing: .12em;
	line-height: 1.4;
	text-transform: uppercase;
}

.fbb-af-eyebrow--center,
.fbb-af-section-title--center {
	text-align: center;
}

.fbb-af-section-title {
	max-width: 720px;
	margin: 0;
	color: var( --fbb-color-navy );
	font-size: var( --fbb-section-title-size );
	font-weight: var( --fbb-font-weight-bold );
	line-height: 1.2;
}

.fbb-af-body {
	margin: 24px 0 0;
	color: var( --fbb-color-text );
	font-size: var( --fbb-body-size );
	font-weight: var( --fbb-font-weight-medium );
	line-height: 1.7;
}

.fbb-af-body p {
	margin: 0;
}

.fbb-af-body p + p {
	margin-top: 14px;
}

.fbb-af-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 32px;
}

.fbb-af-actions svg,
.fbb-af-final-cta svg {
	width: 18px;
	height: 18px;
}

.fbb-af-placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	min-height: 180px;
	place-items: center;
	color: #99a1af;
	background: #d9d9d9;
	border-radius: 4px;
}

.fbb-af-placeholder svg {
	width: 42px;
	height: 42px;
}

.fbb-af-placeholder svg * {
	stroke: currentColor;
}

.fbb-af-intro {
	padding-block: clamp( 72px, 8vw, 128px );
}

.fbb-af-intro__title {
	max-width: 1000px;
	margin: 0 auto;
	color: var( --fbb-color-navy );
	font-size: var( --fbb-section-title-small-size );
	font-weight: var( --fbb-font-weight-bold );
	line-height: 1.3;
	text-align: center;
}

.fbb-af-intro__layout {
	display: grid;
	grid-template-columns: minmax( 0, 1fr ) minmax( 300px, 400px );
	gap: 32px;
	align-items: start;
	margin-top: 64px;
}

.fbb-af-intro__gallery {
	display: grid;
	grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
	gap: 16px;
}

.fbb-af-intro__image-card {
	overflow: hidden;
	min-height: 240px;
	margin: 0;
	background: #d9d9d9;
	border-radius: 4px;
}

.fbb-af-intro__image {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 240px;
	object-fit: cover;
	transition: transform .35s ease;
}

.fbb-af-intro__image-card:hover .fbb-af-intro__image {
	transform: scale( 1.06 );
}

.fbb-af-intro__copy .fbb-rich-text {
	margin: 0;
	color: var( --fbb-color-text );
	font-size: var( --fbb-body-size );
	font-weight: var( --fbb-font-weight-medium );
	line-height: 1.7;
}

.fbb-af-numbers {
	padding-block: clamp( 72px, 7vw, 96px );
	color: var( --fbb-color-white );
	background: var( --fbb-color-navy );
}

.fbb-af-numbers__layout {
	display: grid;
	grid-template-columns: 320px minmax( 0, 1fr ) minmax( 280px, 350px );
	gap: 64px;
	align-items: center;
}

.fbb-af-numbers__symbol {
	display: grid;
	width: min( 100%, 320px );
	aspect-ratio: 1;
	place-items: center;
	color: #6a7282;
	background: #d9d9d9;
	border-radius: 50%;
}

.fbb-af-numbers__symbol svg {
	width: 96px;
	height: 96px;
}

.fbb-af-numbers__title {
	margin: 0;
	padding-bottom: 32px;
	color: inherit;
	font-size: 32px;
	font-weight: var( --fbb-font-weight-bold );
	line-height: 1.25;
	border-bottom: 1px solid rgba( 255, 255, 255, .3 );
}

.fbb-af-numbers__title span {
	display: block;
}

.fbb-af-numbers__title span + span {
	margin-top: 8px;
}

.fbb-af-numbers__stats {
	display: flex;
	flex-wrap: wrap;
	gap: 52px;
	padding-top: 32px;
}

.fbb-af-numbers__stat {
	display: grid;
	gap: 4px;
	min-width: 148px;
}

.fbb-af-numbers__stat strong {
	color: var( --fbb-color-white );
	font-size: clamp( 52px, 5vw, 72px );
	font-weight: var( --fbb-font-weight-bold );
	line-height: 1.02;
}

.fbb-af-numbers__stat span {
	color: var( --fbb-color-offwhite );
	font-size: 15px;
	font-weight: var( --fbb-font-weight-extrabold );
	line-height: 1.25;
}

.fbb-af-numbers__aside .fbb-rich-text {
	margin: 0;
	color: inherit;
	font-size: var( --fbb-body-size );
	font-weight: var( --fbb-font-weight-medium );
	line-height: 1.7;
}

.fbb-af-numbers__contact {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
	margin-top: 32px;
}

.fbb-af-phone {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var( --fbb-color-white );
	font-size: 15px;
	font-weight: var( --fbb-font-weight-medium );
	text-decoration: none;
}

.fbb-af-phone svg {
	width: 20px;
	height: 20px;
}

.fbb-af-about {
	padding-block: clamp( 96px, 9vw, 140px );
}

.fbb-af-about__layout {
	display: grid;
	grid-template-columns: minmax( 0, 660px ) minmax( 360px, 520px );
	gap: clamp( 48px, 8vw, 128px );
	align-items: center;
}

.fbb-af-values {
	display: grid;
	gap: 10px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.fbb-af-values li {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var( --fbb-color-navy );
	font-size: 15px;
	font-weight: var( --fbb-font-weight-bold );
}

.fbb-af-values li::before {
	content: "";
	display: block;
	width: 9px;
	height: 9px;
	flex: 0 0 auto;
	background: var( --fbb-color-red );
	border-radius: 50%;
}

.fbb-af-about__media {
	position: relative;
	min-height: 430px;
}

.fbb-af-about__image {
	position: absolute;
	overflow: hidden;
	margin: 0;
	background: #d9d9d9;
	border-radius: 6px;
}

.fbb-af-about__image--primary {
	top: 0;
	left: 0;
	width: 72%;
	height: 78%;
}

.fbb-af-about__image--secondary {
	right: 0;
	bottom: 0;
	width: 55%;
	height: 58%;
	border: 4px solid var( --fbb-color-white );
}

.fbb-af-about__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.fbb-af-about__image:hover .fbb-af-about__img {
	transform: scale( 1.06 );
}

.fbb-af-about__seal {
	position: absolute;
	right: -18px;
	bottom: -18px;
	display: grid;
	width: 112px;
	height: 112px;
	padding: 18px;
	place-items: center;
	color: var( --fbb-color-white );
	background: var( --fbb-color-red );
	border-radius: 50%;
	font-size: 12px;
	font-weight: var( --fbb-font-weight-extrabold );
	line-height: 1.2;
	text-align: center;
}

.fbb-af-history {
	padding-block: clamp( 96px, 8vw, 125px );
}

.fbb-af-history__layout {
	display: grid;
	gap: clamp( 72px, 8vw, 125px );
}

.fbb-af-history__row {
	display: grid;
	gap: clamp( 40px, 5vw, 77px );
	align-items: center;
}

.fbb-af-history__row--intro,
.fbb-af-history__row--final {
	grid-template-columns: minmax( 0, .9fr ) minmax( 0, 1fr );
}

.fbb-af-history__row--middle {
	grid-template-columns: minmax( 0, .85fr ) minmax( 0, 1.1fr );
}

.fbb-af-history__media {
	overflow: hidden;
	margin: 0;
	background: #d9d9d9;
	border-radius: 8px;
}

.fbb-af-history__media--portrait {
	aspect-ratio: 1;
}

.fbb-af-history__media--landscape {
	aspect-ratio: 2.2;
}

.fbb-af-history__media--final {
	aspect-ratio: 1.24;
}

.fbb-af-history__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.fbb-af-history__media:hover .fbb-af-history__image {
	transform: scale( 1.06 );
}

.fbb-af-history__content {
	max-width: 660px;
}

.fbb-af-history__body {
	max-width: 660px;
	margin-top: 0;
}

.fbb-af-history__subtitle {
	margin: 0;
	color: var( --fbb-color-navy );
	font-size: 24px;
	font-weight: var( --fbb-font-weight-bold );
	line-height: 1.35;
}

.fbb-af-governance {
	padding-block: clamp( 96px, 8vw, 132px );
	background: var( --fbb-color-gray-page-bg );
}

.fbb-af-governance__grid {
	display: grid;
	grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
	gap: 24px;
	margin-top: 48px;
}

.fbb-af-governance__card {
	min-height: 196px;
	padding: 28px;
	background: var( --fbb-color-white );
	border: 1px solid rgba( 0, 0, 0, .04 );
	border-radius: 8px;
	box-shadow: 0 10px 24px rgba( 0, 0, 0, .04 );
}

.fbb-af-governance__icon {
	width: 36px;
	height: 36px;
	margin-bottom: 20px;
	color: var( --fbb-color-navy );
}

.fbb-af-governance__icon svg,
.fbb-af-governance__icon-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.fbb-af-governance__card h3 {
	margin: 0 0 12px;
	color: var( --fbb-color-navy );
	font-size: 18px;
	font-weight: var( --fbb-font-weight-bold );
	line-height: 1.3;
}

.fbb-af-governance__card p {
	margin: 0;
	color: var( --fbb-color-text );
	font-size: 14px;
	font-weight: var( --fbb-font-weight-medium );
	line-height: 1.7;
}

.fbb-af-testimonials {
	padding-block: clamp( 96px, 9vw, 140px );
}

.fbb-af-testimonials__grid {
	display: grid;
	grid-template-columns: repeat( 3, minmax( 0, 1fr ) );
	gap: 24px;
	max-width: 1060px;
	margin: 48px auto 0;
}

.fbb-af-testimonial {
	position: relative;
	padding: 28px;
	background: var( --fbb-color-gray-page-bg );
	border-radius: 8px;
}

.fbb-af-testimonial::after {
	content: "”";
	position: absolute;
	right: 22px;
	bottom: -6px;
	color: rgba( 0, 35, 120, .12 );
	font-size: 72px;
	font-weight: var( --fbb-font-weight-bold );
	line-height: 1;
}

.fbb-af-testimonial blockquote {
	margin: 0;
	color: var( --fbb-color-text );
	font-size: 15px;
	font-weight: var( --fbb-font-weight-medium );
	line-height: 1.7;
}

.fbb-af-testimonial__person {
	display: flex;
	gap: 12px;
	align-items: center;
	margin-top: 24px;
}

.fbb-af-testimonial__photo-frame,
.fbb-af-testimonial__avatar {
	display: block;
	width: 42px;
	height: 42px;
	flex: 0 0 auto;
	background: #d9d9d9;
	border-radius: 50%;
	overflow: hidden;
}

.fbb-af-testimonial__photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.fbb-af-testimonial__photo-frame:hover .fbb-af-testimonial__photo {
	transform: scale( 1.04 );
}

.fbb-af-testimonial cite {
	display: grid;
	gap: 2px;
	color: var( --fbb-color-navy );
	font-style: normal;
	font-size: 12px;
	font-weight: var( --fbb-font-weight-bold );
	line-height: 1.35;
}

.fbb-af-testimonial cite span {
	color: var( --fbb-color-text );
	font-weight: var( --fbb-font-weight-medium );
}

.fbb-af-final-cta {
	padding-block: clamp( 96px, 8vw, 132px );
	color: var( --fbb-color-white );
	background: var( --fbb-color-navy );
	text-align: center;
}

.fbb-af-final-cta h2 {
	max-width: 860px;
	margin: 0 auto;
	color: inherit;
	font-size: var( --fbb-section-title-small-size );
	font-weight: var( --fbb-font-weight-bold );
	line-height: 1.25;
}

.fbb-af-final-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: center;
	margin-top: 36px;
}

/* Tablet e abaixo (≤1023px) */
@media ( max-width: 1023px ) {
	.fbb-af-intro__layout,
	.fbb-af-numbers__layout,
	.fbb-af-about__layout,
	.fbb-af-history__row {
		grid-template-columns: minmax( 0, 1fr );
	}

	.fbb-af-history__row--middle .fbb-af-history__media {
		order: -1;
	}

	.fbb-af-numbers__symbol {
		width: 220px;
	}

	.fbb-af-numbers__layout {
		gap: 36px;
	}

	.fbb-af-intro__gallery,
	.fbb-af-governance__grid,
	.fbb-af-testimonials__grid {
		grid-template-columns: repeat( 2, minmax( 0, 1fr ) );
	}

	.fbb-af-intro__image-card,
	.fbb-af-intro__image {
		min-height: 220px;
	}

	.fbb-af-about__media {
		min-height: 360px;
	}
}

/* Mobile (≤767px) */
@media ( max-width: 767px ) {
	.fbb-af-intro__layout,
	.fbb-af-numbers__layout,
	.fbb-af-about__layout,
	.fbb-af-history__row {
		grid-template-columns: minmax( 0, 1fr );
	}

	.fbb-af-history__row--middle .fbb-af-history__media {
		order: -1;
	}

	.fbb-af-numbers__symbol {
		width: 220px;
	}

	.fbb-af-numbers__layout {
		gap: 36px;
	}

	.fbb-af-numbers__title {
		font-size: 24px;
	}

	.fbb-af-intro__gallery,
	.fbb-af-governance__grid,
	.fbb-af-testimonials__grid {
		grid-template-columns: minmax( 0, 1fr );
	}

	.fbb-af-intro__image-card,
	.fbb-af-intro__image {
		min-height: 220px;
	}

	.fbb-page-title-bar {
		padding-block: 32px;
	}

	.fbb-af-intro__layout {
		margin-top: 40px;
	}

	.fbb-af-intro__gallery {
		gap: 12px;
	}

	.fbb-af-actions,
	.fbb-af-numbers__contact,
	.fbb-af-final-cta__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.fbb-af-actions .fbb-btn--pill,
	.fbb-af-final-cta__actions .fbb-btn--pill {
		justify-content: center;
		width: 100%;
	}

	.fbb-af-numbers__stats {
		gap: 28px;
	}

	.fbb-af-about__media {
		min-height: 300px;
	}

	.fbb-af-history__layout {
		gap: 64px;
	}

	.fbb-af-history__row {
		gap: 28px;
	}

	.fbb-af-about__seal {
		right: 0;
		bottom: 0;
		width: 92px;
		height: 92px;
		font-size: 10px;
	}
}
