.elementor-51 .elementor-element.elementor-element-4799a05{--display:flex;}/* Start custom CSS for html, class: .elementor-element-869aa38 *//* ─────────────────────────────────────────────────
   ERICK THE BARBER VIP — Política de Privacidad
   privacidad.css
   Importa estilos base de styles.css
───────────────────────────────────────────────── */

/* ─── HERO ─── */
.priv-hero {
  min-height: 36vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 140px 5% 80px;
  position: relative;
  overflow: hidden;
}

.priv-hero-content {
  position: relative;
  z-index: 1;
}

.priv-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 14px;
  color: var(--white);
}

.priv-subtitle {
  font-family: 'DM Mono', monospace;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--white-faint);
}

/* ─── MAIN CONTAINER ─── */
.priv-main {
  background: var(--black-mid);
  padding: 80px 5% 100px;
}

.priv-container {
  max-width: 820px;
  margin: 0 auto;
}

/* ─── INTRO ─── */
.priv-intro {
  background: linear-gradient(135deg, rgba(184,146,74,0.07), rgba(184,146,74,0.02));
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px 36px;
  margin-bottom: 48px;
}

.priv-intro p {
  font-size: 1rem;
  color: var(--white-dim);
  line-height: 1.85;
}

.priv-intro strong {
  color: var(--white);
}

/* ─── BLOCKS ─── */
.priv-block {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 24px;
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.priv-block:last-of-type {
  border-bottom: none;
}

.priv-block-num {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: rgba(184,146,74,0.25);
  line-height: 1;
  padding-top: 4px;
  flex-shrink: 0;
}

.priv-block-body h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  font-weight: 600;
  color: var(--white);
  margin-bottom: 18px;
  line-height: 1.2;
}

.priv-block-body p {
  font-size: 0.93rem;
  color: var(--white-dim);
  line-height: 1.85;
  margin-bottom: 14px;
}

.priv-block-body p:last-child {
  margin-bottom: 0;
}

/* ─── LIST ─── */
.priv-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 14px 0;
}

.priv-list li {
  font-size: 0.91rem;
  color: var(--white-dim);
  line-height: 1.75;
  padding-left: 20px;
  position: relative;
}

.priv-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--gold-dim);
}

.priv-list li strong {
  color: var(--white);
}

/* ─── TABLE ─── */
.priv-table {
  border: 1px solid var(--border);
  border-radius: 14px;
  overflow: hidden;
  margin: 18px 0;
}

.priv-table-row {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.priv-table-row:last-child {
  border-bottom: none;
}

.priv-table-header .priv-table-label,
.priv-table-header .priv-table-val {
  background: rgba(184,146,74,0.08);
  font-family: 'DM Mono', monospace;
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.priv-table-label {
  padding: 14px 18px;
  font-size: 0.85rem;
  color: var(--white);
  font-weight: 500;
  border-right: 1px solid rgba(255,255,255,0.05);
  background: rgba(255,255,255,0.02);
}

.priv-table-val {
  padding: 14px 18px;
  font-size: 0.85rem;
  color: var(--white-dim);
  line-height: 1.6;
}

/* ─── HIGHLIGHT BOX ─── */
.priv-highlight {
  background: linear-gradient(135deg, rgba(184,146,74,0.08), rgba(184,146,74,0.02));
  border: 1px solid var(--border-strong);
  border-radius: 12px;
  padding: 22px 26px;
  margin-top: 20px;
}

.priv-highlight p {
  font-size: 0.9rem !important;
  color: var(--white-dim) !important;
  line-height: 1.8 !important;
  margin-bottom: 0 !important;
}

.priv-highlight strong {
  color: var(--white);
}

.priv-highlight a {
  color: var(--gold);
  text-decoration: none;
  border-bottom: 1px solid rgba(184,146,74,0.3);
  transition: border-color 0.2s;
}

.priv-highlight a:hover {
  border-color: var(--gold);
}

/* ─── CTA ─── */
.priv-cta {
  text-align: center;
  padding-top: 32px;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 600px) {
  .priv-block {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .priv-block-num {
    font-size: 1.4rem;
  }

  .priv-table-row {
    grid-template-columns: 1fr;
  }

  .priv-table-label {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    padding-bottom: 8px;
  }

  .priv-intro {
    padding: 24px 20px;
  }

  .priv-main {
    padding: 60px 4% 80px;
  }
}/* End custom CSS */