* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
}

body {
  background-color: #f0f8ff;
  color: #333;
  line-height: 1.6;
}

.navbar {
  background-color: #fff;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar-second {
  background-color: #fff;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar-btn {
  background-color: #fff;
  padding: 10px 20px;
  border: 3px;
  border-color: #000000;
  display: flex;
  align-items: center;
  position: sticky;
  top: 0;
  z-index: 1000;
  color: #333;
  text-decoration: none;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgb(0, 0, 0);
  font-size: 1.5em;
}

.logo h1 {
  justify-content: center;
  margin-bottom: 3px;
  font-size: 1.1em;
  font-weight: normal;
}

.logo img {
  width: 60px;
  height: 30px;
  margin-right: 10px;
}

header {
  background-color: #026fbb;
  padding: 20px;
  text-align: center;
  color: white;
}

.legal-content {
  max-width: 800px;
  margin: 30px auto;
  padding: 30px 24px 40px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.legal-content h2 {
  font-size: 1.3em;
  margin: 0 0 10px;
  color: #026fbb;
}

.legal-content h2:not(:first-child) {
  margin-top: 24px;
}

.legal-content h3 {
  font-size: 1.1em;
  margin: 16px 0 8px;
}

.legal-content p,
.legal-content li {
  margin-bottom: 12px;
}

.legal-content ul {
  margin: 0 0 16px 24px;
}

.legal-content a {
  color: #026fbb;
}

.footer-dark {
  padding: 50px 0;
  color: #000000;
  background-color: #ffffff;
}

.footer-dark h4 {
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark .item.social>a {
  font-size: 20px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
  margin: 0 8px;
  color: #026fbb;
  opacity: 0.75;
}

.footer-dark .item.social>a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}

.footer-dark .copyright a {
  color: inherit;
  text-decoration: none;
}
