/* ==========================================================================
   POLÍTICA DE PRIVACIDADE — CAMARÕES LUXURY EDITORIAL EXPERIENCE
   Baseado no Design System Aman & Amanyara / B.E.M. Architecture
   ========================================================================== */

/* Main Wrapper & Stacking Context para Footer Reveal */
.politica-main {
  position: relative;
  z-index: 2;
  background-color: var(--color-sand-light, #fdfaf6);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

/* --------------------------------------------------------------------------
   1. HERO HEADER IMAGE (Padrão Editorial Fasano / Camarões)
   -------------------------------------------------------------------------- */
.politica-header {
  position: relative;
  width: 100%;
  height: 52vh;
  min-height: 380px;
  max-height: 560px;
  overflow: hidden;
  background-color: #1a1816;
}

.politica-header__picture {
  width: 100%;
  height: 100%;
  display: block;
}

.politica-header__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: brightness(0.85);
  transform: scale(1.02);
  transition: transform 1.8s var(--ease-luxury, cubic-bezier(0.16, 1, 0.3, 1));
}

.politica-header:hover .politica-header__img {
  transform: scale(1.05);
}

.politica-header__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0.2) 40%,
    rgba(0, 0, 0, 0.75) 100%
  );
  pointer-events: none;
}

.politica-header__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 24px 45px;
  z-index: 2;
  box-sizing: border-box;
}

.politica-header__caption-inner {
  max-width: 1500px;
  margin: 0 auto;
}

.politica-header__eyebrow {
  display: block;
  font-family: var(--font-sans, "WhitneySSm", "Inter", sans-serif);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--color-gold, #bfa665);
  margin-bottom: 12px;
}

.politica-header__title {
  font-family: var(--font-display, "Lyon Display Web", "Cormorant Garamond", Georgia, serif);
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 300;
  line-height: 1.15;
  color: #ffffff;
  letter-spacing: 0.02em;
  margin: 0;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

/* --------------------------------------------------------------------------
   2. CONTEÚDO EDITORIAL DO TEXTO
   -------------------------------------------------------------------------- */
.politica-content-section {
  width: 100%;
  padding: 90px 24px 130px;
  box-sizing: border-box;
  background-image: radial-gradient(
    circle at 50% 10%,
    rgba(191, 114, 30, 0.04) 0%,
    transparent 70%
  );
}

.politica-content-container {
  max-width: 900px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid var(--color-border, #dad9d7);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.04);
  padding: 70px 65px;
  box-sizing: border-box;
}

/* Subtítulo Principal da Política */
.politica-lead {
  font-family: var(--font-display, "Lyon Display Web", "Cormorant Garamond", Georgia, serif);
  font-size: clamp(1.7rem, 2.8vw, 2.35rem);
  font-weight: 400;
  line-height: 1.32;
  color: var(--color-charcoal, #313131);
  margin-top: 0;
  margin-bottom: 30px;
  letter-spacing: 0.015em;
}

.politica-p {
  font-family: var(--font-sans, "WhitneySSm", "Inter", sans-serif);
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(49, 49, 49, 0.88);
  margin-bottom: 24px;
  letter-spacing: 0.015em;
}

.politica-p strong {
  font-weight: 600;
  color: var(--color-charcoal, #313131);
}

/* Caixa de Alerta / Importante */
.politica-callout {
  background-color: rgba(191, 114, 30, 0.05);
  border-left: 3px solid var(--color-copper, #bf721e);
  padding: 24px 28px;
  margin: 35px 0 40px;
  border-radius: 0 4px 4px 0;
}

.politica-callout__title {
  font-family: var(--font-sans, "WhitneySSm", "Inter", sans-serif);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--color-copper, #bf721e);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.politica-callout__title svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.politica-callout p {
  font-family: var(--font-sans, "WhitneySSm", "Inter", sans-serif);
  font-size: 0.98rem;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(49, 49, 49, 0.9);
  margin: 0;
}

/* Divisores Elegantes */
.politica-divider {
  width: 50px;
  height: 1px;
  background-color: var(--color-copper, #bf721e);
  margin: 45px 0 35px;
  opacity: 0.6;
}

/* Títulos de Seção (H2) */
.politica-section-title {
  font-family: var(--font-display, "Lyon Display Web", "Cormorant Garamond", Georgia, serif);
  font-size: clamp(1.5rem, 2.3vw, 1.95rem);
  font-weight: 400;
  line-height: 1.3;
  color: var(--color-charcoal, #313131);
  margin: 50px 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(49, 49, 49, 0.1);
  letter-spacing: 0.02em;
}

.politica-section-title:first-of-type {
  margin-top: 30px;
}

/* Lista Estruturada de Canais e Casos */
.politica-list {
  list-style: none;
  padding: 0;
  margin: 25px 0 35px;
}

.politica-list-item {
  position: relative;
  padding-left: 28px;
  margin-bottom: 22px;
  font-family: var(--font-sans, "WhitneySSm", "Inter", sans-serif);
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(49, 49, 49, 0.88);
}

.politica-list-item::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-copper, #bf721e);
}

.politica-list-item strong {
  font-weight: 600;
  color: var(--color-charcoal, #313131);
}

/* Links Internos & Externos */
.politica-link {
  color: var(--color-copper, #bf721e);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  transition: color var(--transition-fast, 250ms cubic-bezier(0.16, 1, 0.3, 1));
}

.politica-link:hover {
  color: var(--color-brown, #6a4b35);
}

/* Frase de Destaque Final */
.politica-highlight-box {
  background-color: var(--color-sand-light, #fdfaf6);
  border: 1px solid rgba(191, 166, 101, 0.3);
  padding: 24px 30px;
  margin: 35px 0;
  text-align: center;
}

.politica-highlight-box p {
  font-family: var(--font-display, "Lyon Display Web", "Cormorant Garamond", Georgia, serif);
  font-size: 1.15rem;
  font-style: italic;
  color: var(--color-copper, #bf721e);
  margin: 0;
  line-height: 1.6;
}

/* Nota de Atualização no Rodapé */
.politica-update-note {
  margin-top: 50px;
  padding-top: 25px;
  border-top: 1px dashed rgba(49, 49, 49, 0.15);
  font-family: var(--font-sans, "WhitneySSm", "Inter", sans-serif);
  font-size: 0.92rem;
  font-style: italic;
  color: rgba(49, 49, 49, 0.65);
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   3. RESPONSIVIDADE (Tablet & Mobile)
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .politica-content-section {
    padding: 70px 24px 100px;
  }

  .politica-content-container {
    padding: 55px 45px;
  }
}

@media (max-width: 768px) {
  .politica-header {
    height: 40vh;
    min-height: 300px;
  }

  .politica-header__caption {
    padding: 0 16px 30px;
  }

  .politica-content-section {
    padding: 45px 16px 80px;
  }

  .politica-content-container {
    padding: 38px 22px;
    border-radius: 2px;
  }

  .politica-p {
    font-size: 0.98rem;
    line-height: 1.75;
    margin-bottom: 20px;
  }

  .politica-callout {
    padding: 18px 20px;
    margin: 25px 0 30px;
  }

  .politica-list-item {
    font-size: 0.96rem;
    line-height: 1.7;
    padding-left: 22px;
  }

  .politica-list-item::before {
    left: 4px;
    top: 10px;
  }
}
