.company-links .points-nav-link { color: var(--yellow); }
.company-links .points-nav-link:hover { color: #ffe38d; }

.points-entry {
  scroll-margin-top: 66px;
  border-top: 1px solid #d5dce0;
  border-bottom: 1px solid #d5dce0;
  color: #172431;
  background: #eef2f2;
}
.points-entry-inner {
  max-width: 1200px;
  min-height: 610px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 430px;
  gap: 70px;
  align-items: center;
  margin: auto;
  padding: 58px 24px;
}
.points-entry-copy > p:first-child {
  margin: 0 0 12px;
  color: #147c89;
  font: 900 11px/1.3 Consolas, monospace;
}
.points-entry h2 {
  max-width: 670px;
  margin: 0;
  color: #172431;
  font-size: 42px;
  line-height: 1.15;
}
.points-entry-lead {
  max-width: 690px;
  margin: 20px 0 30px;
  color: #526272;
  font-size: 16px;
  line-height: 1.85;
}
.points-supply {
  max-width: 690px;
  padding: 23px 0;
  border-top: 1px solid #bdc9cf;
  border-bottom: 1px solid #bdc9cf;
}
.points-supply > div:first-child { display: flex; align-items: baseline; gap: 14px; }
.points-supply small { color: #6b7884; font-size: 11px; font-weight: 800; }
.points-supply strong { color: #172431; font-size: 34px; line-height: 1; }
.points-supply span { color: #b94436; font-size: 11px; font-weight: 900; }
.points-allocation-bar {
  height: 11px;
  display: grid;
  grid-template-columns: 7fr 1fr 1fr 1fr;
  gap: 2px;
  margin: 18px 0 10px;
}
.points-allocation-bar i:nth-child(1) { background: #1f6fc7; }
.points-allocation-bar i:nth-child(2) { background: #e5b72d; }
.points-allocation-bar i:nth-child(3) { background: #d95849; }
.points-allocation-bar i:nth-child(4) { background: #2f8a62; }
.points-supply ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.points-supply li { color: #64727e; font-size: 11px; }
.points-supply li b { display: block; color: #172431; font-size: 13px; }
.points-entry-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 27px; }
.points-entry-actions a {
  min-height: 41px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid #9baab4;
  border-radius: 6px;
  color: #253542;
  background: transparent;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
}
.points-entry-actions a:hover { border-color: #172431; background: #fff; transform: translateY(-2px); }
.points-entry-actions .points-primary { border-color: #172431; color: #fff; background: #172431; }
.points-entry-actions .points-primary:hover { color: #172431; background: #ffc94d; }
.points-entry-visual {
  position: relative;
  height: 500px;
  margin: 0;
  overflow: hidden;
  background: #d9e0e1;
}
.points-entry-visual img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center 51%; }
.points-entry-visual figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  color: #fff;
  background: rgba(23, 36, 49, .91);
}
.points-entry-visual figcaption span {
  min-height: 54px;
  display: grid;
  place-items: center;
  padding: 8px;
  border-left: 1px solid rgba(255, 255, 255, .18);
  font-size: 10px;
  font-weight: 850;
  text-align: center;
}
.points-entry-visual figcaption span:first-child { border-left: 0; }

@media (max-width: 960px) {
  .points-entry-inner { grid-template-columns: minmax(0, 1fr) 340px; gap: 35px; }
  .points-entry h2 { font-size: 34px; }
  .points-entry-visual { height: 460px; }
}

@media (max-width: 720px) {
  .points-entry-inner { min-height: 0; grid-template-columns: 1fr; gap: 34px; padding: 50px 16px 0; }
  .points-entry h2 { font-size: 31px; }
  .points-entry-lead { font-size: 14px; }
  .points-entry-visual { width: calc(100% + 32px); height: 480px; margin-left: -16px; }
  .points-supply ul { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 420px) {
  .points-entry h2 { font-size: 28px; }
  .points-supply > div:first-child { align-items: flex-start; flex-direction: column; gap: 7px; }
  .points-supply strong { font-size: 29px; }
  .points-entry-actions a { flex: 1 1 auto; justify-content: center; }
  .points-entry-actions .points-primary { flex-basis: 100%; }
  .points-entry-visual { height: 420px; }
  .chat-launcher { width: 54px; height: 54px; padding: 6px; border-radius: 50%; }
  .chat-launcher .launcher-faces { width: 40px; height: 40px; flex-basis: 40px; }
  .chat-launcher .launcher-faces img { width: 40px; height: 40px; }
  .chat-launcher .launcher-faces img:not(:first-child),
  .chat-launcher > span:nth-child(2),
  .chat-launcher > em { display: none; }
}
