body {
  font-family: Georgia, serif;
  background-color: #efefef;
  color: #555;
  max-width: 1200px;
  margin: 0 auto;
  padding: 25px 30px;
  line-height: 1.35;
}

h1 {
  color: #5a5a5a;
  font-size: 3.2em;
  margin: 0 0 20px 0;
}

h2 {
  color: #d96f36;
  margin-top: 0;
}

ul {
  list-style: none;
  margin: 25px 0 30px 0;
  padding: 0;
  background: #000;
}

li {
  display: inline-block;
  margin: 0;
}

li a {
  display: inline-block;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-family: Arial, sans-serif;
  font-size: 1.1em;
  padding: 14px 28px;
}

li a:hover {
  background-color: #222;
  text-decoration: none;
}

.current {
  background-color: #efefef;
  color: #000;
}
.section-title {
  color: #d96f36;
  font-size: 2em;
  margin-bottom: 20px;
}

.content-row {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.main-content {
  flex: 1;
  min-width: 0;
}

.main-content p {
  font-size: 1.1em;
  margin-bottom: 26px;
}

.quote-box {
  width: 260px;
  background-color: #d96f36;
  color: white;
  padding: 28px 22px;
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  margin-top: 10px;
}

.footer-info {
  color: #d96f36;
  font-size: 1em;
  margin-top: 35px;
  line-height: 1.4;
}