.sobre {
  background-color: #ffffff;
}
.sobre__hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 72px 32px 56px;
  text-align: center;
  background-color: #04363b;
}
.sobre__eyebrow {
  color: #fc861a;
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.sobre__heading {
  margin: 0;
  max-width: 42ch;
  color: #ffffff;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.25;
}
.sobre__subheading {
  margin: 0;
  max-width: 60ch;
  color: #cfe3e5;
  font-size: 1rem;
  line-height: 1.6;
}
.sobre__story {
  background-color: #f1f5f5;
}
.sobre__story-inner {
  max-width: 780px;
  margin: 0 auto;
  padding: 64px 32px;
}
.sobre__section-title {
  margin: 0 0 24px;
  color: #04363b;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.sobre__story-inner p {
  margin: 0 0 18px;
  color: #3d5c60;
  font-size: 1rem;
  line-height: 1.75;
}
.sobre__story-inner p:last-child {
  margin-bottom: 0;
}
.sobre__highlight {
  color: #fc861a;
}
.sobre__leadership {
  background-color: #e5f5f6;
}
.sobre__leadership-inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 56px 32px 80px;
}
.sobre__ceo-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 24px;
  border-radius: 16px;
  background-color: #ffffff;
  border-top: 4px solid #fc861a;
}
.sobre__avatar {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #066d74;
}
.sobre__avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sobre__ceo-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sobre__ceo-name {
  margin: 0;
  color: #04363b;
  font-size: 1.05rem;
  font-weight: 700;
}
.sobre__ceo-role {
  margin: 0 0 8px;
  color: #066d74;
  font-size: 0.8rem;
  font-weight: 700;
}
.sobre__ceo-bio {
  margin: 0 0 12px;
  color: #3d5c60;
  font-size: 0.85rem;
  line-height: 1.55;
}
.sobre__quote {
  margin: 0 0 10px;
  padding-left: 12px;
  border-left: 3px solid #fc861a;
  color: #04363b;
  font-size: 0.85rem;
  font-style: italic;
  line-height: 1.5;
}
.sobre__linkedin {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 7px 14px;
  border-radius: 999px;
  background-color: #066d74;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 700;
  transition: background-color 0.15s ease;
}
.sobre__linkedin:hover {
  background-color: #04555a;
}
@media (max-width: 480px) {
  .sobre__ceo-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
}
