/* TELOGENIS Privacy Banner & Page Styles */
.telo-privacy-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #0d1117 0%, #161b22 100%);
  border-top: 1px solid rgba(212, 175, 55, 0.3);
  padding: 18px 24px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  box-shadow: 0 -4px 24px rgba(0,0,0,0.4);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.telo-privacy-banner.hidden { display: none; }
.telo-privacy-banner p {
  color: #c9d1d9;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  flex: 1;
  min-width: 280px;
}
.telo-privacy-banner p strong { color: #d4af37; font-weight: 600; }
.telo-privacy-banner a {
  color: #d4af37;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s;
}
.telo-privacy-banner a:hover { color: #f0d878; }
.telo-privacy-btn {
  background: linear-gradient(135deg, #d4af37 0%, #b8941f 100%);
  color: #0d1117;
  border: none;
  padding: 10px 24px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.telo-privacy-btn:hover {
  background: linear-gradient(135deg, #e0bc42 0%, #c4a028 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.25);
}
.telo-privacy-btn-secondary {
  background: transparent;
  color: #8b949e;
  border: 1px solid #30363d;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}
.telo-privacy-btn-secondary:hover {
  border-color: #d4af37;
  color: #d4af37;
}
.telo-privacy-section {
  max-width: 900px;
  margin: 48px auto;
  padding: 0 24px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.telo-privacy-section h2 {
  color: #d4af37;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.telo-privacy-section h3 {
  color: #e6edf3;
  font-size: 18px;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 12px;
}
.telo-privacy-section p,
.telo-privacy-section li {
  color: #c9d1d9;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 12px;
}
.telo-privacy-section ul { margin-bottom: 16px; padding-left: 24px; }
.telo-privacy-section li { margin-bottom: 8px; }
.telo-privacy-section strong { color: #e6edf3; }
.telo-privacy-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.3), transparent);
  margin: 40px 0;
  border: none;
}
.telo-privacy-meta {
  color: #8b949e;
  font-size: 13px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid #21262d;
}
.telo-footer-privacy {
  text-align: center;
  padding: 24px;
  color: #8b949e;
  font-size: 13px;
}
.telo-footer-privacy a {
  color: #8b949e;
  text-decoration: none;
  transition: color 0.2s;
}
.telo-footer-privacy a:hover { color: #d4af37; }
