/* Quem Somos — hero */

.page-template-quem-somos-php #content.content-area,
.page-template-quem-somos #content.content-area,
.page-template-quem-somos-php #content.content-area.qs-page,
.page-template-quem-somos #content.content-area.qs-page {
	background: #120f17;
	margin-left: 0 !important;
	margin-right: 0 !important;
	max-width: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	width: 100% !important;
}

body.page-template-quem-somos-php,
body.page-template-quem-somos {
	overflow-x: hidden;
}

body.page-template-quem-somos-php #main,
body.page-template-quem-somos #main {
	padding-top: 0 !important;
}

.qs-hero {
	background: #120f17;
	box-sizing: border-box;
	display: block;
	margin-top: 0;
	min-height: 0;
	overflow: hidden;
	padding: 96px 0 0;
	position: relative;
}

.qs-hero__bg {
	background-color: #120f17;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	inset: 0;
	position: absolute;
	z-index: 0;
}

.qs-hero__bg--desktop {
	display: none !important;
}

.qs-hero__overlay {
	display: none;
}

.qs-hero__wrap {
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 1fr;
	position: relative;
	width: 100%;
	z-index: 2;
}

.qs-hero__wrap::after {
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.35) 0%,
		rgba(0, 0, 0, 0.55) 55%,
		rgba(0, 0, 0, 0.72) 100%
	);
	content: "";
	grid-area: 1 / 1;
	pointer-events: none;
	position: relative;
	z-index: 1;
}

.qs-hero__img-mobile {
	display: block;
	grid-area: 1 / 1;
	height: auto;
	line-height: 0;
	margin: 0;
	max-width: 100%;
	vertical-align: top;
	width: 100%;
	z-index: 0;
}

.qs-hero__inner {
	align-self: center;
	background: transparent;
	box-sizing: border-box;
	grid-area: 1 / 1;
	justify-self: center;
	margin: 0;
	max-width: 920px;
	padding: clamp(48px, 12vw, 72px) 24px clamp(56px, 14vw, 88px);
	position: relative;
	width: 100%;
	z-index: 2;
}

.qs-hero__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: clamp(14px, 2.5vw, 22px);
	text-align: center;
	width: 100%;
}

.qs-hero__badge {
	background: #09e968;
	border: none;
	border-radius: 99px;
	box-sizing: border-box;
	color: #171717;
	display: inline-block;
	font-size: clamp(0.625rem, 1.8vw, 0.75rem);
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.25;
	margin: 0;
	padding: 8px 18px;
	text-decoration: none;
	text-transform: uppercase;
	transition: background 0.2s ease;
}

a.qs-hero__badge:hover {
	background: #0dff75;
	color: #171717;
}

.qs-hero__title {
	color: #09e968;
	font-size: clamp(2.125rem, 8vw, 4.25rem);
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.06;
	margin: 0;
	max-width: none;
	text-transform: none;
}

.qs-hero__title br {
	display: block;
}

@media (min-width: 850px) {
	.qs-hero {
		align-items: center;
		box-sizing: border-box;
		display: flex;
		height: clamp(420px, 35vw, 596px);
		justify-content: center;
		margin: -100px auto 0;
		max-width: 1920px;
		min-height: 0;
		overflow: hidden;
		padding: 0;
		width: 100%;
	}

	.qs-hero__bg {
		background-position: center top;
		background-size: cover;
	}

	.qs-hero__bg--desktop {
		display: block !important;
	}

	.qs-hero__overlay {
		background: linear-gradient(
			180deg,
			rgba(0, 0, 0, 0.55) 0%,
			rgba(0, 0, 0, 0.72) 45%,
			rgba(0, 0, 0, 0.82) 100%
		);
		display: block;
		inset: 0;
		position: absolute;
		z-index: 1;
	}

	.qs-hero__wrap {
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		max-width: 1200px;
		min-height: 100%;
		padding: 0 32px;
		position: relative;
		width: 100%;
		z-index: 2;
	}

	.qs-hero__wrap::after {
		display: none;
	}

	.qs-hero__inner {
		margin: 0 auto;
		max-width: 920px;
		padding: clamp(72px, 8vw, 100px) 0 0;
		width: 100%;
	}

	.qs-hero__title {
		font-size: clamp(2.75rem, 4.6vw, 4.25rem);
		line-height: 1.05;
	}

	.qs-hero__img-mobile {
		display: none !important;
	}
}

@media (min-width: 850px) and (max-width: 1512px) {
	.qs-hero {
		height: clamp(420px, 42vw, 500px);
	}

	.qs-hero__wrap {
		padding: 0 28px;
	}

	.qs-hero__inner {
		padding-top: clamp(76px, 8vw, 96px);
	}

	.qs-hero__badge {
		font-size: 0.6875rem;
		padding: 7px 18px;
	}

	.qs-hero__title {
		font-size: clamp(2.75rem, 4.15vw, 3.55rem);
		max-width: 18ch;
	}
}

/* Intro — texto + números */

.qs-intro {
	background: #120f17;
	box-sizing: border-box;
	padding: clamp(48px, 6vw, 80px) 0 clamp(56px, 7vw, 96px);
	width: 100%;
}

.qs-intro__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 clamp(16px, 4vw, 32px);
	width: 100%;
}

.qs-intro__grid {
	align-items: start;
	box-sizing: border-box;
	display: grid;
	gap: clamp(32px, 5vw, 56px);
	grid-template-columns: 1fr;
	width: 100%;
}

.qs-intro__content {
	box-sizing: border-box;
	width: 100%;
}

.qs-intro__eyebrow {
	color: #fff;
	font-size: clamp(0.6875rem, 1.6vw, 0.8125rem);
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.4;
	margin: 0 0 clamp(16px, 2.5vw, 24px);
	text-transform: uppercase;
}

.qs-intro__title {
	color: #09e968;
	font-size: clamp(2rem, 4.5vw, 3.25rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.12;
	margin: 0 0 clamp(20px, 3vw, 28px);
	max-width: 14ch;
}

.qs-intro__desc,
.qs-intro__desc p {
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(0.9375rem, 1.4vw, 1.0625rem);
	line-height: 1.65;
	margin: 0;
}

.qs-intro__desc p + p {
	margin-top: 1em;
}

.qs-intro__stats {
	box-sizing: border-box;
	width: 100%;
}

.qs-intro__stats-grid {
	display: grid;
	gap: clamp(12px, 2vw, 16px);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 100%;
}

.qs-intro__stat {
	align-items: center;
	background: #262626;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: clamp(140px, 22vw, 180px);
	padding: clamp(24px, 4vw, 36px) clamp(16px, 3vw, 24px);
	text-align: center;
}

.qs-intro__stat-value {
	color: #09e968;
	font-family: "Space Grotesk", sans-serif;
	font-size: clamp(2.5rem, 6vw, 4.5rem);
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1;
	margin: 0 0 12px;
}

.qs-intro__stat-label {
	color: #fff;
	font-size: clamp(0.875rem, 1.2vw, 1.0625rem);
	line-height: 1.45;
	margin: 0;
	max-width: 14ch;
}

@media (min-width: 981px) {
	.qs-intro__grid {
		align-items: center;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
		gap: clamp(40px, 5vw, 72px);
	}

	.qs-intro__title {
		max-width: 12ch;
	}

	.qs-intro__stat {
		min-height: 180px;
	}
}

@media (max-width: 549px) {
	.qs-intro__stats-grid {
		gap: 12px;
	}

	.qs-intro__stat {
		min-height: 132px;
		padding: 20px 14px;
	}

	.qs-intro__stat-value {
		font-size: 2.25rem;
		margin-bottom: 8px;
	}

	.qs-intro__stat-label {
		font-size: 0.8125rem;
	}
}

/* Porque trabalhar */

.qs-porque {
	background: #120f17;
	box-sizing: border-box;
	padding: clamp(48px, 6vw, 80px) 0 clamp(56px, 7vw, 96px);
	width: 100%;
}

.qs-porque__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 clamp(16px, 4vw, 32px);
	width: 100%;
}

.qs-porque__title {
	color: #09e968;
	font-size: clamp(2rem, 4.2vw, 3rem);
	font-weight: 700;
	line-height: 1.12;
	margin: 0 0 clamp(28px, 4vw, 40px);
	text-align: left;
	text-transform: none;
}

.qs-porque__grid {
	display: grid;
	gap: clamp(16px, 2.5vw, 20px);
	grid-template-columns: 1fr;
	width: 100%;
}

.qs-porque__card {
	background: #262626;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: clamp(24px, 3.5vw, 32px);
}

.qs-porque__badge {
	align-items: center;
	align-self: flex-start;
	background: #09e968;
	border-radius: 99px;
	box-sizing: border-box;
	color: #171717;
	display: inline-flex;
	font-size: 0.6875rem;
	font-weight: 700;
	gap: 8px;
	letter-spacing: 0.04em;
	line-height: 1;
	padding: 8px 14px;
	text-transform: uppercase;
}

.qs-porque__badge-icon {
	align-items: center;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 0.875rem;
	line-height: 1;
}

.qs-porque__badge-icon i {
	color: #171717 !important;
	font-size: 0.875rem;
	line-height: 1;
}

.qs-porque__badge-text {
	line-height: 1.2;
}

.qs-porque__card-title {
	color: #fff;
	font-size: clamp(1.125rem, 2vw, 1.375rem);
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}

.qs-porque__card-desc,
.qs-porque__card-desc p {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(0.875rem, 1.2vw, 0.9375rem);
	line-height: 1.65;
	margin: 0;
}

.qs-porque__card-desc p + p {
	margin-top: 0.85em;
}

@media (min-width: 768px) {
	.qs-porque__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 549px) {
	.qs-porque__card {
		gap: 14px;
		padding: 20px;
	}

	.qs-porque__title {
		margin-bottom: 24px;
	}
}

/* Nossa história — accordion */

.qs-historia {
	background: #120f17;
	box-sizing: border-box;
	padding: 0 0 clamp(56px, 7vw, 96px);
	width: 100%;
}

.qs-historia__inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 clamp(16px, 4vw, 32px);
	width: 100%;
}

.qs-historia__panel {
	background: #262626;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 16px;
	box-sizing: border-box;
	padding: clamp(28px, 4vw, 40px) clamp(24px, 3.5vw, 36px);
	width: 100%;
}

.qs-historia__title {
	color: #09e968;
	font-size: clamp(2rem, 4.2vw, 3rem);
	font-weight: 700;
	line-height: 1.12;
	margin: 0 0 clamp(24px, 3.5vw, 32px);
	text-align: left;
	text-transform: none;
}

.qs-historia__list {
	box-sizing: border-box;
	width: 100%;
}

.qs-historia__item {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
	width: 100%;
}

.qs-historia__item:first-child {
	border-top: none;
}

.qs-historia__trigger {
	align-items: center;
	background: transparent;
	border: none;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: flex;
	gap: 14px;
	padding: clamp(18px, 2.5vw, 22px) 0;
	text-align: left;
	width: 100%;
}

.qs-historia__icon {
	align-items: center;
	color: #09e968;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 1.125rem;
	justify-content: center;
	line-height: 1;
	width: 1.5rem;
}

.qs-historia__icon i {
	color: #09e968 !important;
	font-size: 1.125rem;
	line-height: 1;
}

.qs-historia__label {
	color: #fff;
	flex: 1;
	font-size: clamp(0.9375rem, 1.4vw, 1.0625rem);
	font-weight: 500;
	line-height: 1.4;
}

.qs-historia__symbol {
	color: #fff;
	flex-shrink: 0;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1;
	min-width: 1.25rem;
	text-align: right;
}

.qs-historia__content {
	box-sizing: border-box;
	padding: 0 0 clamp(18px, 2.5vw, 24px);
	width: 100%;
}

.qs-historia__content-inner {
	display: grid;
	gap: clamp(20px, 3vw, 28px);
	grid-template-columns: 1fr;
	width: 100%;
}

.qs-historia__desc,
.qs-historia__desc p {
	color: rgba(255, 255, 255, 0.78);
	font-size: clamp(0.875rem, 1.2vw, 0.9375rem);
	line-height: 1.65;
	margin: 0;
}

.qs-historia__desc p + p {
	margin-top: 0.85em;
}

.qs-historia__media img {
	border-radius: 12px;
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

@media (min-width: 768px) {
	.qs-historia__content-inner {
		align-items: start;
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}
}

@media (max-width: 549px) {
	.qs-historia__panel {
		padding: 24px 18px;
	}

	.qs-historia__trigger {
		gap: 12px;
		padding: 16px 0;
	}

	.qs-historia__symbol {
		font-size: 1.25rem;
	}
}
