@charset "UTF-8";
body {
  font-family: "Inter", sans-serif;
  background-color: #FFFFFF;
  color: #1D1D1B;
  line-height: 1.7;
  letter-spacing: 0.01em;
}

.navbar {
  background-color: #FFFFFF !important;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.navbar-brand img {
  display: block;
  margin: 0 auto;
}

.container.my-5 {
  max-width: 960px;
}

.large-text {
  font-weight: 300;
  font-size: 1.35rem;
  line-height: 1.6;
  color: rgba(29, 29, 27, 0.9);
}

.document-section {
  padding: 40px 0;
  border-bottom: 1px solid rgba(214, 214, 214, 0.3);
  margin-bottom: 0;
}
.document-section:first-of-type {
  padding-top: 20px;
}
.document-section.last-section {
  border-bottom: none;
  padding-bottom: 20px;
}

h1 {
  color: #0160BF;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.2;
}

h2.section-title {
  color: #1D1D1B;
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

h3.section-subtitle {
  color: #1D1D1B;
  font-weight: 500;
  font-size: 1.5rem;
  margin-top: 30px;
  margin-bottom: 15px;
}

p {
  color: #1D1D1B;
  font-weight: 400;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}

.highlight-text {
  color: #FB8405;
  font-weight: 600;
}

.custom-list {
  list-style-type: none;
  padding-left: 0;
}
.custom-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #1D1D1B;
  font-size: 1.1rem;
}
.custom-list li::before {
  content: "•";
  color: #9CE34C;
  font-size: 1.6em;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 5px;
}

.footer {
  background-color: #1D1D1B;
  color: #FFFFFF;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 30px 0;
  margin-top: 50px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}
.footer .container span {
  color: #FFFFFF !important;
  font-size: 0.9em;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .container.my-5 {
    padding: 30px 15px !important;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2.section-title {
    font-size: 1.8rem;
  }
  h3.section-subtitle {
    font-size: 1.3rem;
  }
  p,
  .custom-list li {
    font-size: 1rem;
  }
  .large-text {
    font-size: 1.1rem;
  }
  .document-section {
    padding: 30px 0;
  }
}
@media (max-width: 576px) {
  h1 {
    font-size: 2rem;
  }
  h2.section-title {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=style.css.map */
