/* ============================================================
   PARLAMALAMENT · landing 1 — muro "Aquesta web utilitza l'antagonisme"
   ============================================================ */
.consent-wall {
  position: relative; z-index: 1;
  min-height: 100vh;
  display: grid; place-items: center;
  padding: 32px 20px;
}
.consent-card {
  width: 100%; max-width: 760px;
  padding: 40px 36px 48px;
  text-align: center;
  background: rgba(255,255,255,.96);
  box-shadow: var(--shadow);
}
.consent-card h1 {
  margin: 0 0 22px;
  font-size: clamp(1.8rem, 4.5vw, 2.8rem); font-weight: 400; line-height: 1.15;
}
.consent-card p {
  max-width: 560px; margin: 0 auto 14px;
  font-size: 1rem; color: #222;
}
.consent-card .more {
  display: inline-block; margin: 6px auto 26px;
  font-weight: 500; color: var(--red);
}
.consent-actions {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 22px;
}

@media (max-width: 520px) {
  .consent-card { padding: 28px 20px 32px; }
  .consent-actions { gap: 14px; }
}
