/* High-contrast corrections for dark information panels */

.presentation-page .branch-reason,
.presentation-page .north-star {
  color:#ffffff;
  background:linear-gradient(145deg,#10141a,#1b222b);
}

.presentation-page .branch-reason h3,
.presentation-page .north-star h3 {
  color:#ffffff !important;
  font-size:28px;
  line-height:1.25;
}

.presentation-page .branch-reason p,
.presentation-page .branch-reason li,
.presentation-page .north-star p {
  color:#f1f3f5 !important;
  font-size:15px;
  font-weight:500;
  line-height:1.8;
  letter-spacing:0;
}

.presentation-page .branch-reason ol {
  margin-top:22px;
  padding-left:24px;
}

.presentation-page .branch-reason li {
  margin-bottom:10px;
  padding-left:5px;
}

.presentation-page .branch-reason li::marker {
  color:var(--lux-bronze-light);
  font-weight:800;
}

.presentation-page .north-star .button:not(.primary) {
  color:#ffffff;
  border-color:rgba(255,255,255,.28);
  background:rgba(255,255,255,.08);
}

@media (max-width:560px) {
  .presentation-page .branch-reason h3,
  .presentation-page .north-star h3 {
    font-size:24px;
  }

  .presentation-page .branch-reason p,
  .presentation-page .branch-reason li,
  .presentation-page .north-star p {
    font-size:14px;
  }
}
