/* =========================================================
   PRIVACIDAD — VIDAMOTOS
   Depende de style.css (reset, navbar, footer, wa-btn)
========================================================= */

/* =========================================================
   HERO
========================================================= */

.priv-hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 8%;
  overflow: hidden;
  background: #0d0d0d;
}

.priv-hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #C8102E 0%, #7a0019 45%, #0d0d0d 72%);
  opacity: .88;
  z-index: 0;
}

.priv-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 26px 26px;
}

.priv-hero-content {
  position: relative;
  z-index: 2;
  max-width: 680px;
}

.priv-tag {
  display: inline-block;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.5px;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.priv-hero-content h1 {
  font-size: 76px;
  font-weight: 900;
  color: #fff;
  line-height: 1.0;
  margin-bottom: 18px;
}

.priv-hero-content p {
  font-size: 17px;
  color: rgba(255,255,255,.72);
  line-height: 1.7;
  max-width: 520px;
}

.priv-hero-icon {
  position: relative;
  z-index: 2;
  font-size: 100px;
  opacity: .25;
  flex-shrink: 0;
  margin-left: 40px;
}

/* =========================================================
   AVISO RÁPIDO
========================================================= */

.priv-notice {
  background: #fff8f8;
  border-top: 3px solid #C8102E;
  padding: 36px 8%;
}

.priv-notice-inner {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}

.priv-notice-icon {
  font-size: 28px;
  flex-shrink: 0;
  margin-top: 2px;
}

.priv-notice-inner strong {
  display: block;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #C8102E;
  margin-bottom: 8px;
}

.priv-notice-inner p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

/* =========================================================
   CUERPO
========================================================= */

.priv-body {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 5% 80px;
}

/* =========================================================
   SECCIONES
========================================================= */

.priv-section {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 40px;
  padding: 60px 0;
  border-bottom: 1px solid #f0f0f0;
}


.priv-section:last-of-type {
  border-bottom: none;
}

.priv-section-label {
  font-size: 56px;
  font-weight: 900;
  color: #C8102E;
  opacity: .15;
  line-height: 1;
  padding-top: 6px;
  text-align: right;
}

.priv-section-content h2 {
  font-size: 30px;
  font-weight: 900;
  color: #111;
  margin-bottom: 20px;
}

.priv-section-content h4 {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin: 24px 0 8px;
}

.priv-section-content p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 14px;
}

/* =========================================================
   TARJETA DE CONTACTO
========================================================= */

.priv-contact-card {
  background: #f9f9f9;
  border-radius: 14px;
  padding: 24px 28px;
  margin-top: 24px;
  border-left: 4px solid #C8102E;
}

.priv-contact-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.priv-contact-row:last-child {
  border-bottom: none;
}

.priv-contact-row span {
  color: #999;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 11px;
  min-width: 110px;
}

.priv-contact-row a {
  color: #C8102E;
  text-decoration: none;
  font-weight: 600;
}

.priv-contact-row a:hover {
  text-decoration: underline;
}

/* =========================================================
   GRID DE DATOS
========================================================= */

.priv-data-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 28px 0;
}

.priv-data-card {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 24px;
  transition: border-color .25s, box-shadow .25s;
}

.priv-data-card:hover {
  border-color: #C8102E;
  box-shadow: 0 6px 20px rgba(200,16,46,.08);
}

.priv-data-icon {
  font-size: 28px;
  margin-bottom: 12px;
}

.priv-data-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin-bottom: 12px;
}

.priv-data-card ul {
  list-style: none;
  padding: 0;
}

.priv-data-card ul li {
  font-size: 14px;
  color: #555;
  padding: 5px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.priv-data-card ul li::before {
  content: '·';
  color: #C8102E;
  font-weight: 900;
}

.priv-data-note {
  font-size: 12px !important;
  color: #999 !important;
  margin-top: 10px !important;
  font-style: italic;
}

/* =========================================================
   AVISOS
========================================================= */

.priv-warning {
  background: #fff5f5;
  border: 1px solid rgba(200,16,46,.2);
  border-left: 4px solid #C8102E;
  border-radius: 0 10px 10px 0;
  padding: 16px 20px;
  font-size: 14px;
  color: #555;
  margin-top: 24px;
  line-height: 1.6;
}

.priv-info-box {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 18px 22px;
  font-size: 14px;
  color: #666;
  margin-top: 20px;
  line-height: 1.7;
}

.priv-info-box a {
  color: #C8102E;
  text-decoration: none;
  font-weight: 600;
}

/* =========================================================
   FLUJO DE PASOS
========================================================= */

.priv-flow {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 24px;
}

.priv-flow-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 24px;
  transition: border-color .25s;
}

.priv-flow-step:hover {
  border-color: #C8102E;
}

.priv-flow-step h4 {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin-bottom: 6px;
}

.priv-flow-step p {
  font-size: 14px;
  color: #666;
  line-height: 1.65;
  margin: 0;
}

.priv-flow-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #C8102E;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.priv-flow-arrow {
  text-align: center;
  font-size: 20px;
  color: #ddd;
  padding: 6px 0;
}

/* =========================================================
   FINALIDADES
========================================================= */

.priv-purpose-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0;
}

.priv-purpose-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px;
  background: #fafafa;
  border-radius: 12px;
  border: 1px solid #eee;
}

.priv-check {
  color: #22c55e;
  font-size: 18px;
  font-weight: 900;
  flex-shrink: 0;
  margin-top: 2px;
}

.priv-purpose-item strong {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin-bottom: 4px;
}

.priv-purpose-item p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* =========================================================
   DERECHOS
========================================================= */

.priv-rights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 24px 0;
}

.priv-right {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 24px 20px;
  text-align: center;
  transition: border-color .25s, transform .25s;
}

.priv-right:hover {
  border-color: #C8102E;
  transform: translateY(-4px);
}

.priv-right-icon {
  font-size: 32px;
  margin-bottom: 12px;
}

.priv-right h4 {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
}

.priv-right p {
  font-size: 13px;
  color: #777;
  line-height: 1.6;
  margin: 0;
}

/* =========================================================
   LISTA SIMPLE
========================================================= */

.priv-list {
  list-style: none;
  padding: 0;
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.priv-list li {
  padding: 12px 16px;
  background: #fafafa;
  border-radius: 8px;
  border-left: 3px solid #C8102E;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* =========================================================
   AUTORIZACIÓN
========================================================= */

.priv-auth-box {
  background: linear-gradient(135deg, #fff8f8 0%, #fff 100%);
  border: 1px solid rgba(200,16,46,.2);
  border-radius: 16px;
  padding: 32px;
}

.priv-auth-box p {
  font-size: 15px;
  line-height: 1.8;
  color: #444;
}

/* =========================================================
   VERSIÓN
========================================================= */

.priv-version {
  font-size: 13px !important;
  color: #aaa !important;
  margin-top: 16px !important;
  font-style: italic;
}

/* =========================================================
   FOOTER LEGAL
========================================================= */

.priv-footer-note {
  text-align: center;
  padding: 36px;
  background: #f9f9f9;
  border-radius: 16px;
  margin-top: 40px;
}

.priv-footer-note p {
  font-size: 14px;
  color: #888;
  margin-bottom: 6px;
}

.priv-footer-note a {
  color: #C8102E;
  text-decoration: none;
  font-weight: 600;
}

/* =========================================================
   RESPONSIVE
========================================================= */

@media(max-width: 768px) {

  .priv-hero {
    flex-direction: column;
    align-items: flex-start;
    padding: 56px 6%;
    gap: 24px;
    min-height: auto;
  }

  .priv-hero-content h1 {
    font-size: 48px;
  }

  .priv-hero-icon {
    display: none;
  }

  .priv-notice {
    padding: 28px 6%;
  }

  .priv-notice-inner {
    flex-direction: column;
    gap: 12px;
  }

  .priv-body {
    padding: 0 5% 50px;
  }

  .priv-section {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 40px 0;
  }

  .priv-section-label {
    font-size: 36px;
    text-align: left;
  }

  .priv-section-content h2 {
    font-size: 24px;
  }

  .priv-data-grid {
    grid-template-columns: 1fr;
  }

  .priv-rights-grid {
    grid-template-columns: 1fr 1fr;
  }

  .priv-contact-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

}

@media(max-width: 480px) {

  .priv-rights-grid {
    grid-template-columns: 1fr;
  }

}