/* ==========================================================================
   Página Sobre Nós — sobre-nos.css
   ========================================================================== */

.sobre-hero {
	background: var(--gp-green-dark);
	padding: 40px 0 36px;
	text-align: center;
}
.sobre-hero__title {
	font-size: 28px; font-weight: 500; color: #fff;
	line-height: 1.25; margin-bottom: 14px;
}
.sobre-hero__title em { color: var(--gp-yellow); font-style: normal; }
.sobre-hero__desc {
	font-size: 15.5px; color: rgba(255,255,255,.85);
	max-width: 500px; margin: 0 auto; line-height: 1.7;
}

.sobre-body { padding: 28px 0 40px; }

.sobre-stats {
	display: grid; grid-template-columns: repeat(4, 1fr);
	gap: 12px; margin-bottom: 32px;
}
.sobre-stat {
	background: var(--gp-light); border-radius: var(--gp-radius);
	padding: 18px 14px; text-align: center;
	border: 1px solid var(--gp-border);
}
.sobre-stat__val { font-size: 24px; font-weight: 500; color: var(--gp-text); }
.sobre-stat__label { font-size: 12.5px; color: var(--gp-muted); margin-top: 4px; line-height: 1.4; }

.sobre-section-label {
	font-size: 10px; font-weight: 500; letter-spacing: .07em;
	text-transform: uppercase; color: var(--gp-muted); margin-bottom: 14px;
}

.sobre-pillars {
	display: grid; grid-template-columns: repeat(3, 1fr);
	gap: 14px; margin-bottom: 32px;
}
.sobre-pillar {
	background: var(--gp-white); border: 1px solid var(--gp-border);
	border-radius: 12px; padding: 18px;
}
.sobre-pillar__icon {
	width: 38px; height: 38px; border-radius: 8px;
	display: flex; align-items: center; justify-content: center;
	font-size: 18px; margin-bottom: 12px;
}
.sobre-pillar__icon--green { background: var(--gp-green-light); color: #2a5e10; }
.sobre-pillar__icon--red   { background: var(--gp-red-light);   color: #8b1a1a; }
.sobre-pillar__icon--blue  { background: #e8f0fb;                color: #1a3e78; }
.sobre-pillar h3 { font-size: 15px; font-weight: 500; color: var(--gp-text); margin-bottom: 6px; }
.sobre-pillar p  { font-size: 15px; color: var(--gp-muted); line-height: 1.65; margin: 0; }

.sobre-steps {
	display: flex; flex-direction: column; gap: 10px;
	margin-bottom: 32px;
}
.sobre-step {
	display: grid; grid-template-columns: 36px 1fr;
	gap: 14px; align-items: flex-start;
	background: var(--gp-white); border: 1px solid var(--gp-border);
	border-radius: var(--gp-radius); padding: 14px 16px;
}
.sobre-step__num {
	width: 28px; height: 28px; border-radius: 50%;
	background: var(--gp-green-light); color: #2a5e10;
	display: flex; align-items: center; justify-content: center;
	font-size: 12px; font-weight: 500; flex-shrink: 0; margin-top: 1px;
}
.sobre-step__title { font-size: 15px; font-weight: 500; color: var(--gp-text); margin-bottom: 3px; }
.sobre-step__desc  { font-size: 15px; color: var(--gp-muted); line-height: 1.6; }

.sobre-model {
	border: 1px solid var(--gp-border); border-radius: 12px;
	overflow: hidden; margin-bottom: 24px;
}
.sobre-model__header {
	background: var(--gp-light); padding: 14px 20px;
	border-bottom: 1px solid var(--gp-border);
}
.sobre-model__header h2 { font-size: 15px; font-weight: 500; margin: 0; color: var(--gp-text); }
.sobre-model__items { padding: 16px 20px; display: flex; flex-direction: column; gap: 18px; }
.sobre-model__item { display: flex; gap: 14px; align-items: flex-start; }
.sobre-model__icon {
	width: 34px; height: 34px; border-radius: 8px;
	display: flex; align-items: center; justify-content: center;
	font-size: 16px; flex-shrink: 0;
}
.sobre-model__icon--green { background: var(--gp-green-light); color: #2a5e10; }
.sobre-model__icon--blue  { background: #e8f0fb;                color: #1a3e78; }
.sobre-model__icon--amber { background: #fef3e2;                color: #7a4f0a; }
.sobre-model__icon--red   { background: var(--gp-red-light);    color: #8b1a1a; }
.sobre-model__item-title { font-size: 15px; font-weight: 500; color: var(--gp-text); margin-bottom: 3px; }
.sobre-model__item-desc  { font-size: 15px; color: var(--gp-muted); line-height: 1.65; }

.sobre-responsible {
	background: #1a2e28; border-radius: 12px;
	padding: 22px 24px; margin-bottom: 20px;
	display: flex; gap: 16px; align-items: flex-start;
}
.sobre-responsible i    { font-size: 22px; color: var(--gp-yellow); flex-shrink: 0; margin-top: 2px; }
.sobre-responsible h3   { font-size: 15px; font-weight: 500; color: var(--gp-yellow); margin-bottom: 7px; }
.sobre-responsible p    { font-size: 15px; color: rgba(255,255,255,.82); line-height: 1.7; margin: 0; }

.sobre-contact {
	background: var(--gp-light); border: 1px solid var(--gp-border);
	border-radius: 12px; padding: 20px 24px;
	display: flex; justify-content: space-between; align-items: center; gap: 20px;
}
.sobre-contact h3 { font-size: 15px; font-weight: 500; color: var(--gp-text); margin-bottom: 4px; }
.sobre-contact p  { font-size: 15px; color: var(--gp-muted); margin: 0; }
.sobre-contact__btn {
	background: var(--gp-green-dark); color: #fff;
	font-size: 14px; font-weight: 500;
	padding: 10px 20px; border-radius: var(--gp-radius);
	text-decoration: none; white-space: nowrap;
	display: flex; align-items: center; gap: 7px;
}
.sobre-contact__btn:hover { opacity: .9; color: #fff; text-decoration: none; }

@media (max-width: 760px) {
	.sobre-stats   { grid-template-columns: 1fr 1fr; }
	.sobre-pillars { grid-template-columns: 1fr; }
	.sobre-contact { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 480px) {
	.sobre-stats { grid-template-columns: 1fr 1fr; }
	.sobre-hero__title { font-size: 22px; }
}
