/* ==========================================================================
   custo.css — Seção "O que custa não participar"
   ========================================================================== */

.custo {
  position: relative;
  background: var(--ink);
  padding: 72px var(--gutter);
}

.custo__head {
  text-align: center;
}

.custo__eyebrow {
  margin-bottom: 12px;
}

.custo__title {
  font-family: var(--font-serif);
  font-weight: 700;
  font-size: clamp(22px, 4.5vw, 30px);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 0 0 36px;
}

.custo__list {
  max-width: 560px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.custo__item {
  display: flex;
  gap: 14px;
  align-items: baseline;
  opacity: 0.55;
}

.custo__item--highlight {
  align-items: flex-start;
  opacity: 1;
}

.custo__icon {
  font-size: 18px;
  color: var(--on-dark-faint);
  flex: 0 0 auto;
}

.custo__text {
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  margin: 0;
}

.custo__highlight {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  margin: 0;
}

.custo__divider {
  height: 1px;
  background: var(--gold-soft);
  margin: 12px 0;
}

.custo__cta {
  text-align: center;
  margin-top: 44px;
}
