* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
}

body {
  font-family: "Noto Sans", sans-serif;
  /* background: #e6f4ff; */
  background-color: #f8f9fa;
  color: #222;
  line-height: 1.6;
}

.investor-header {
  background: linear-gradient(135deg, #003c71, #0071ce);
  color: #fff;
  text-align: center;
  padding: 3rem 1rem;
}

.investor-header h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.section {
  padding: 2rem 1rem;
  max-width: 1000px;
  margin: auto;
  border-bottom: 1px solid #ddd;
}

.section h2 {
  color: #003c71;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.section p {
  font-size: 1rem;
  margin-bottom: 1rem;
}

.section ul {
  list-style: none;
  padding-left: 0;
}

.section ul li {
  margin: 0.5rem 0;
}

.section ul li a {
  color: #0071ce;
  text-decoration: none;
  font-weight: 500;
}

.section ul li a:hover {
  text-decoration: underline;
}

.stock-widget {
  margin-top: 1rem;
  border: 1px solid #ccc;
  background: #fff;
}

.footer {
  text-align: center;
  padding: 1rem;
  background: #003c71;
  color: #fff;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .investor-header h1 {
    font-size: 2rem;
  }

  .section h2 {
    font-size: 1.5rem;
  }

  .stock-widget iframe {
    height: 200px;
  }
}
