.header-section {
  text-align: center;
  margin-bottom: 40px;
  padding: 25px 0;
  background: linear-gradient(135deg, #1e3a8a 0%, #334155 100%);
  color: white;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.header-section h1 {
  font-size: 24pt;
  font-weight: bold;
  margin: 0 0 10px 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.header-section .subtitle {
  font-size: 12pt;
  opacity: 0.9;
  margin: 0;
}

.legal-basis {
  background-color: #f8fafc;
  border-left: 4px solid #1e3a8a;
  padding: 15px 20px;
  margin: 25px 0;
  border-radius: 0 8px 8px 0;
}

.legal-basis h3 {
  color: #1e3a8a;
  font-size: 12pt;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.legal-basis p {
  margin: 5px 0;
  font-size: 10pt;
  color: #64748b;
}

.content-section {
  margin: 30px 0;
}

.section-title {
  background: linear-gradient(90deg, #1e3a8a, #334155);
  color: white;
  padding: 12px 20px;
  font-size: 14pt;
  font-weight: bold;
  margin: 25px 0 15px 0;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.section-content {
  padding: 0 10px;
  margin-bottom: 20px;
}

.section-content p {
  margin: 12px 0;
  text-align: justify;
  line-height: 1.6;
}

.highlight-box {
  background-color: #f1f5f9;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 15px;
  margin: 15px 0;
}

.highlight-box h4 {
  color: #1e293b;
  margin: 0 0 10px 0;
  font-size: 12pt;
}

.data-list {
  background-color: #f8fafc;
  border-left: 4px solid #d97706;
  padding: 15px;
  margin: 15px 0;
}

.data-list ul {
  margin: 10px 0;
  padding-left: 20px;
}

.data-list li {
  margin: 8px 0;
  color: #374151;
}

.usage-list {
  background-color: #f9fafb;
  border-left: 4px solid #6b7280;
  padding: 15px;
  margin: 15px 0;
}

.usage-list ul {
  margin: 10px 0;
  padding-left: 20px;
}

.usage-list li {
  margin: 8px 0;
  color: #374151;
}

.rights-section {
  background-color: #f8fafc;
  border: 2px solid #64748b;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
}

.rights-section h4 {
  color: #1e293b;
  margin: 0 0 15px 0;
  font-size: 13pt;
}

.contact-box {
  background: linear-gradient(135deg, #1e3a8a 0%, #475569 100%);
  color: white;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  margin: 30px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.contact-box h3 {
  margin: 0 0 10px 0;
  font-size: 14pt;
}

.contact-box p {
  margin: 5px 0;
  font-size: 12pt;
}

.important-note {
  background-color: #fffbeb;
  border: 2px solid #d97706;
  border-radius: 8px;
  padding: 15px;
  margin: 20px 0;
}

.important-note h4 {
  color: #92400e;
  margin: 0 0 10px 0;
  font-size: 12pt;
}

.numbered-section {
  counter-increment: section-counter;
  margin: 25px 0;
}

.numbered-section::before {
  content: counter(section-counter) ". ";
  font-weight: bold;
  color: #1e3a8a;
  font-size: 14pt;
}

body {
  counter-reset: section-counter;
}

strong,
b {
  color: #1e293b;
  font-weight: bold;
}

.footer-section {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 2px solid #e5e7eb;
  text-align: center;
  color: #6b7280;
  font-size: 10pt;
}
