/* ══ PARA VOCÊ MODULE ═════════════════ */
#s-pv {
  position: relative;
  padding: 130px 0;
  overflow: hidden;
}

/* ── Parallax background ──────────────── */
.pv-bg {
  position: absolute;
  inset: 0;
  background-image: url('../minas com vesperata capa02.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.pv-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(10,14,26,.97) 0%,
    rgba(22,58,115,.88) 40%,
    rgba(31,76,148,.60) 70%,
    rgba(31,76,148,.20) 100%
  );
}

#s-pv .wrap { position: relative; z-index: 2; }

/* ── Layout ───────────────────────────── */
.pv-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

/* ── Left col ─────────────────────────── */
.pv-title {
  font-family: var(--ff-serif);
  font-size: 44px;
  font-weight: 400;
  color: var(--white);
  line-height: 1.1;
  margin-bottom: 24px;
}

.pv-title em { font-style: italic; color: var(--orange); }

.pv-intro {
  font-size: 15px;
  color: rgba(255,255,255,.55);
  line-height: 1.7;
  font-weight: 300;
  margin: 0;
}

/* ── Right col — checklist ────────────── */
.pv-list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.pv-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(255,255,255,.82);
}

.pv-icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: var(--orange);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
  flex-shrink: 0;
}

.pv-icon svg {
  width: 10px;
  height: 10px;
  stroke: var(--white);
  fill: none;
  stroke-width: 2.5;
  stroke-linecap: round;
}

.pv-sep {
  border: none;
  border-top: 1px solid rgba(255,255,255,.15);
  margin: 24px 0;
}

.pv-not {
  font-size: 13px;
  color: rgba(255,255,255,.38);
  font-style: italic;
  line-height: 1.65;
  font-weight: 300;
  margin: 0;
}
