/* Stránka o zpracování osobních údajů – navazuje na style.css. */

.gdpr-card{
  max-width: 660px;
}

.gdpr-head{
  text-align: center;
}

.zpet{
  display: inline-block;
  margin-bottom: 26px;
  font-size: 0.7rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-2);
  text-decoration: none;
}
.zpet:hover{ color: var(--ink-0); }

.gdpr-title{
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(1.5rem, 6vw, 2rem);
  line-height: 1.2;
  color: var(--ink-0);
  margin: 0 0 16px;
  text-shadow: 0 2px 24px rgba(255,255,255,0.08);
}

.gdpr-lead{
  margin: 0 auto;
  max-width: 46ch;
  font-size: 0.86rem;
  line-height: 1.65;
  color: var(--ink-2);
}

.sekce{
  margin-bottom: 34px;
}

.sekce h2{
  margin: 0 0 12px;
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--ink-2);
}

.sekce p{
  margin: 0 0 12px;
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--ink-1);
}

.sekce strong{ color: var(--ink-0); font-weight: 700; }

.sekce a{
  color: var(--ink-0);
  text-decoration: underline;
  text-decoration-color: var(--line-strong);
  text-underline-offset: 3px;
}

.udaje{
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 14px;
  font-size: 0.86rem;
  line-height: 1.6;
}

.udaje th{
  text-align: left;
  font-weight: 400;
  color: var(--ink-0);
  padding: 9px 16px 9px 0;
  vertical-align: top;
  white-space: nowrap;
  border-bottom: 1px solid var(--line);
}

.udaje td{
  padding: 9px 0;
  color: var(--ink-1);
  vertical-align: top;
  border-bottom: 1px solid var(--line);
}

.pozn{
  padding: 13px 15px;
  background: var(--bg-1);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-size: 0.84rem !important;
}

.gdpr-footer{
  padding-top: 30px;
}

@media (max-width: 520px){
  .udaje, .udaje tr, .udaje th, .udaje td{ display: block; width: 100%; }
  .udaje th{ border-bottom: none; padding-bottom: 2px; }
  .udaje td{ padding-top: 0; padding-bottom: 12px; }
}
