/* Presenca de Performance: processo styles */

.acb-presenca-process-steps {
  width: 100%;
  margin: 0 auto;
}

.acb-presenca-process-steps__inner {
  width: 100%;
  max-width: 1520px;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 64px;
  align-items: stretch;
}

.acb-presenca-process-steps__left {
  padding-top: 18px;
  align-self: stretch;
}

.acb-presenca-process-steps__lead {
  position: -webkit-sticky;
  position: sticky;
  top: 96px;
  display: grid;
  gap: 24px;
  align-self: flex-start;
  z-index: 2;
}

.acb-presenca-process-steps__lead .acb-section-meta {
  margin-bottom: 0;
}

.acb-presenca-process-steps__lead .acb-section-meta__icon {
  background: #0a0a0a;
}

.acb-presenca-process-steps__lead .acb-section-meta__icon::before,
.acb-presenca-process-steps__lead .acb-section-meta__icon::after {
  background: #f5f5f5;
}

.acb-presenca-process-steps__title {
  margin: 0;
  color: #090909;
  font-family: "Bricolage Grotesque", Inter, sans-serif;
  font-size: clamp(34px, 4.7vw, 42px);
  line-height: 1.03;
  font-weight: 600;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.acb-presenca-process-steps__title-muted {
  color: rgba(10, 10, 10, 0.54);
}

.acb-presenca-process-steps__copy {
  display: grid;
  gap: 12px;
  max-width: 560px;
}

.acb-presenca-process-steps__copy p {
  margin: 0;
  color: rgba(10, 10, 10, 0.58);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
  letter-spacing: -0.04em;
  text-wrap: pretty;
}

.acb-presenca-process-steps__right {
  padding-left: 72px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.acb-presenca-process-steps__card {
  min-height: 136px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(10, 10, 10, 0.04);
  border-radius: 18px;
  padding: 10px 14px 11px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transition:
    background-color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 420ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.acb-presenca-process-steps__card--active {
  background: rgba(255, 255, 255, 0.8);
  border-color: rgba(10, 10, 10, 0.12);
  box-shadow: 0 8px 22px rgba(10, 10, 10, 0.08);
}

.acb-presenca-process-steps__card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.acb-presenca-process-steps__dots {
  display: inline-flex;
  gap: 2px;
  align-items: center;
}

.acb-presenca-process-steps__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d0d0d0;
  flex: 0 0 8px;
  transition: background-color 320ms cubic-bezier(0.22, 1, 0.36, 1);
}

.acb-presenca-process-steps__dot--active {
  background: #7a7a7a;
}

.acb-presenca-process-steps__number {
  color: rgba(10, 10, 10, 0.22);
  font-size: clamp(12px, 1.05vw, 16px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.acb-presenca-process-steps__card-body {
  flex: 1;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.acb-presenca-process-steps__thumb {
  width: 68px;
  height: 68px;
  border-radius: 9px;
  object-fit: cover;
  display: block;
  filter: grayscale(1);
  transition: filter 480ms cubic-bezier(0.22, 1, 0.36, 1);
}

.acb-presenca-process-steps__thumb--color {
  filter: none;
}

.acb-presenca-process-steps__content {
  display: grid;
  gap: 6px;
}

.acb-presenca-process-steps__name {
  margin: 0;
  color: rgba(10, 10, 10, 0.82);
  font-size: clamp(14px, 1.25vw, 20px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.acb-presenca-process-steps__text {
  margin: 0;
  color: rgba(10, 10, 10, 0.54);
  font-size: 15px;
  line-height: 1.32;
  font-weight: 500;
  letter-spacing: -0.035em;
}
