.header-profile-container img {
  display: none;
}

.privacy-policy-content {
  margin-left: 96px;
  margin-right: 128px;
  max-width: 1112px;
}

.page-content {
  display: flex;
}

.privacy-policy-content {
  padding-top: 206px;
  padding-bottom: 96px;
}

.privacy-policy-content ul {
  list-style: none;
}

.privacy-btn {
  background-color: #091931;
}

.profile-options a{
  color: rgba(205, 205, 205, 1);
}

.profile-options a:hover{
  text-decoration: none!important;
  border-bottom: none!important;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.header {
  background: linear-gradient(
    135deg,
    rgba(42, 54, 71, 1) 0%,
    rgba(41, 171, 226, 1) 100%
  );
  color: white;
  padding: 60px 40px;
  text-align: center;
}

.header h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
  font-weight: 700;
}

.header p {
  font-size: 1.1em;
  opacity: 0.9;
}

.content {
  padding: 50px 40px;
}

.toc {
  background: rgba(41, 171, 226, 0.1);
  border-left: 4px solid rgba(41, 171, 226, 1);
  padding: 30px;
  margin: 30px 0;
  border-radius: 10px;
}

.toc h2 {
  color: rgba(42, 54, 71, 1);
  margin-bottom: 20px;
  font-size: 1.5em;
}

.toc ul {
  list-style: none;
}

.toc li {
  margin: 10px 0;
}

.toc a {
  color: #555;
  text-decoration: none;
  transition: all 0.125s;
  display: inline-block;
  padding: 5px 0;
}

.toc a:hover {
  color: rgba(41, 171, 226, 1);
  padding-left: 10px;
}

section {
  margin: 40px 0;
  scroll-margin-top: 100px;
}

h2 {
  color: rgba(42, 54, 71, 1);
  font-size: 1.8em;
  margin: 30px 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 3px solid rgba(41, 171, 226, 1);
  scroll-margin-top: 100px;
}

h3 {
  color: rgba(42, 54, 71, 0.8);
  font-size: 1.3em;
  margin: 25px 0 15px 0;
}

p {
  margin: 15px 0;
  text-align: justify;
}

ul,
ol {
  margin: 15px 0 15px 30px;
}

li {
  margin: 10px 0;
}

strong {
  color: rgba(42, 54, 71, 1);
  font-weight: 600;
}

a {
  color: rgba(41, 171, 226, 1);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.125s;
}

a:hover {
  border-bottom-color: rgba(41, 171, 226, 1);
}

.contact-box {
  background: rgba(41, 171, 226, 0.1);
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
  border-left: 4px solid rgba(41, 171, 226, 1);
}

.info-box {
  background: rgba(41, 171, 226, 0.08);
  border-left: 4px solid rgba(41, 171, 226, 1);
  padding: 20px;
  margin: 20px 0;
  border-radius: 5px;
}

.warning-box {
  background: rgba(42, 54, 71, 0.05);
  border-left: 4px solid rgba(42, 54, 71, 1);
  padding: 20px;
  margin: 20px 0;
  border-radius: 5px;
}

.glossary {
  list-style: none;
  margin-left: 0;
}

.glossary li {
  background: rgba(41, 171, 226, 0.05);
  padding: 15px;
  margin: 10px 0;
  border-radius: 8px;
  border-left: 3px solid rgba(41, 171, 226, 1);
}

.footer {
  background: rgba(42, 54, 71, 1);
  color: white;
  text-align: center;
  padding: 30px;
}

.footer a {
  color: rgba(41, 171, 226, 1);
}


