/* ============================================
   PRIVACIDADE — Forja Marketing
   Premium Privacy Policy Page
   ============================================ */

/* =============================================
   HERO
   ============================================= */
.pv-hero {
  position: relative;
  padding: 200px 0 100px;
  text-align: center;
  overflow: hidden;
  z-index: 2;
}

.pv-hero__bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 50% 50% at 50% 40%, rgba(140, 106, 59, 0.04) 0%, transparent 70%),
    radial-gradient(ellipse 35% 35% at 30% 60%, rgba(140, 106, 59, 0.02) 0%, transparent 60%);
  pointer-events: none;
}

.pv-hero__inner {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
}

.pv-hero__eyebrow {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 24px;
  opacity: 0.7;
}

.pv-hero__title {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--text-primary);
  line-height: 1.15;
  margin-bottom: 24px;
}

.pv-hero__subtitle {
  font-family: var(--font-body);
  font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
  line-height: 1.7;
  color: var(--text-secondary);
  max-width: 580px;
  margin: 0 auto;
}

.pv-hero__line {
  width: 48px;
  height: 1px;
  background: var(--accent);
  margin: 48px auto 0;
  box-shadow: 0 0 16px rgba(140, 106, 59, 0.3);
}

/* =============================================
   CONTENT LAYOUT
   ============================================= */
.pv-content {
  position: relative;
  z-index: 2;
  padding-bottom: var(--section-py);
}

.pv-content__layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 80px;
  max-width: 1100px;
}

/* =============================================
   SIDEBAR NAVIGATION
   ============================================= */
.pv-sidebar {
  position: sticky;
  top: 140px;
  height: fit-content;
}

.pv-sidebar__nav {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-left: 1px solid var(--border-subtle);
  padding-left: 0;
}

.pv-sidebar__label {
  font-family: var(--font-heading);
  font-size: 0.5625rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--accent);
  opacity: 0.5;
  padding: 0 0 20px 20px;
  display: block;
}

.pv-sidebar__link {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  font-weight: 400;
  color: var(--text-muted);
  padding: 9px 20px;
  border-left: 1px solid transparent;
  margin-left: -1px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.pv-sidebar__link:hover {
  color: var(--text-secondary);
}

.pv-sidebar__link--active {
  color: var(--text-primary);
  border-left-color: var(--accent);
}

/* =============================================
   SECTIONS
   ============================================= */
.pv-section {
  padding-bottom: 56px;
  margin-bottom: 56px;
  border-bottom: 1px solid var(--border-subtle);
  scroll-margin-top: 120px;
}

.pv-section:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}

.pv-section__header {
  display: flex;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 28px;
}

.pv-section__number {
  font-family: var(--font-heading);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: var(--accent);
  opacity: 0.5;
  flex-shrink: 0;
}

.pv-section__title {
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--text-primary);
}

.pv-section__content p {
  font-family: var(--font-body);
  font-size: 0.9375rem;
  line-height: 1.8;
  color: var(--text-secondary);
  margin-bottom: 20px;
}

.pv-section__content p:last-child {
  margin-bottom: 0;
}

.pv-section__subtitle {
  font-family: var(--font-heading);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: var(--text-primary);
  margin: 28px 0 12px;
}

.pv-inline-link {
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.pv-inline-link:hover {
  color: var(--latao-light);
}

/* =============================================
   LIST
   ============================================= */
.pv-list {
  list-style: none;
  padding: 0;
  margin: 8px 0 0;
}

.pv-list li {
  position: relative;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  line-height: 1.8;
  color: var(--text-secondary);
  padding-left: 24px;
  margin-bottom: 8px;
}

.pv-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 11px;
  width: 6px;
  height: 1px;
  background: var(--accent);
  opacity: 0.6;
}

.pv-list li:last-child {
  margin-bottom: 0;
}

/* =============================================
   CONTACT CARD
   ============================================= */
.pv-contact-card {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 12px;
  padding: 18px 28px;
  background: var(--black-card);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  transition: border-color 0.3s ease;
}

.pv-contact-card:hover {
  border-color: var(--border-accent);
}

.pv-contact-card svg {
  color: var(--accent);
  flex-shrink: 0;
}

.pv-contact-card__email {
  font-family: var(--font-heading);
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--text-primary);
  text-decoration: none;
  transition: color 0.3s ease;
}

.pv-contact-card__email:hover {
  color: var(--accent);
}

/* =============================================
   ÚLTIMA ATUALIZAÇÃO
   ============================================= */
.pv-updated {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 32px 0;
  margin-top: 24px;
  border-top: 1px solid var(--border-subtle);
}

.pv-updated__label {
  font-family: var(--font-heading);
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.pv-updated__date {
  font-family: var(--font-body);
  font-size: 0.875rem;
  color: var(--text-secondary);
}

/* =============================================
   LINKS RELACIONADOS
   ============================================= */
.pv-related {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 28px 0 0;
}

.pv-related__link {
  font-family: var(--font-heading);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  text-decoration: none;
  transition: color 0.3s ease;
}

.pv-related__link:hover {
  color: var(--accent);
}

.pv-related__sep {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--text-muted);
  opacity: 0.3;
  flex-shrink: 0;
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .pv-content__layout {
    grid-template-columns: 180px 1fr;
    gap: 48px;
  }
}

@media (max-width: 768px) {
  .pv-hero {
    padding: 160px 0 72px;
  }

  .pv-content__layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .pv-sidebar {
    position: relative;
    top: 0;
    margin-bottom: 48px;
    padding-bottom: 32px;
    border-bottom: 1px solid var(--border-subtle);
  }

  .pv-sidebar__nav {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px 0;
    border-left: none;
    border-top: 1px solid var(--border-subtle);
    padding-left: 0;
    padding-top: 16px;
  }

  .pv-sidebar__label {
    width: 100%;
    padding: 0 0 12px 0;
  }

  .pv-sidebar__link {
    border-left: none;
    margin-left: 0;
    padding: 6px 14px;
    font-size: 0.75rem;
    border: 1px solid var(--border-subtle);
    border-radius: 2px;
    margin: 2px 4px;
  }

  .pv-sidebar__link--active {
    border-color: var(--accent);
    color: var(--accent);
  }

  .pv-section {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .pv-contact-card {
    width: 100%;
    justify-content: center;
  }

  .pv-related {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .pv-hero {
    padding: 140px 0 56px;
  }

  .pv-hero__title {
    font-size: 1.75rem;
  }

  .pv-section__header {
    flex-direction: column;
    gap: 6px;
  }

  .pv-updated {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}
