
.bestseo-redscore {
  margin: 44px auto;
  padding: 0 20px;
}
.bestseo-redscore__shell {
  max-width: 1180px;
  margin: 0 auto;
}
.bestseo-redscore__panel {
  background: #f7faff;
  border: 1px solid #d6e0ee;
  border-radius: 26px;
  padding: 30px 28px;
  box-shadow: 0 14px 34px rgba(10, 30, 60, 0.06);
}
.bestseo-redscore__panel + .bestseo-redscore__panel {
  margin-top: 22px;
}
.bestseo-redscore__eyebrow {
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #102446;
  font-weight: 700;
  margin-bottom: 12px;
}
.bestseo-redscore h2 {
  margin: 0 0 14px;
  color: #102446;
  font-size: clamp(1.5rem, 2.4vw, 2.3rem);
  line-height: 1.18;
}
.bestseo-redscore h3 {
  margin: 0 0 10px;
  color: #102446;
  font-size: 1.2rem;
  line-height: 1.3;
}
.bestseo-redscore p,
.bestseo-redscore li,
.bestseo-redscore summary,
.bestseo-redscore a {
  color: #1f355a;
  line-height: 1.75;
}
.bestseo-redscore p:last-child {
  margin-bottom: 0;
}
.bestseo-redscore__grid {
  display: grid;
  grid-template-columns: 1.25fr .95fr;
  gap: 22px;
  align-items: start;
}
.bestseo-redscore__bullets ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bestseo-redscore__bullets li {
  position: relative;
  padding-left: 18px;
  margin: 0 0 12px;
}
.bestseo-redscore__bullets li:before {
  content: '';
  position: absolute;
  left: 0;
  top: .75em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d8a945;
  transform: translateY(-50%);
}
.bestseo-redscore__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.bestseo-redscore__card {
  background: #fff;
  border: 1px solid #d6e0ee;
  border-radius: 22px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 210px;
}
.bestseo-redscore__card--outbound {
  background: #fdf8eb;
}
.bestseo-redscore__card-link {
  margin: 16px 0 0;
  font-weight: 700;
}
.bestseo-redscore__card-link a {
  color: #102446;
  text-decoration: none;
}
.bestseo-redscore__card-link a:hover {
  text-decoration: underline;
}
.bestseo-redscore__faq {
  background: #fff;
  border: 1px solid #d6e0ee;
  border-radius: 18px;
  padding: 0;
  overflow: hidden;
}
.bestseo-redscore__faq + .bestseo-redscore__faq {
  margin-top: 12px;
}
.bestseo-redscore__faq summary {
  padding: 18px 20px;
  cursor: pointer;
  list-style: none;
  font-weight: 700;
}
.bestseo-redscore__faq summary::-webkit-details-marker {
  display: none;
}
.bestseo-redscore__faq-answer {
  padding: 0 20px 18px;
}
.bestseo-redscore__panel--cta {
  display: grid;
  grid-template-columns: 1.2fr .9fr;
  gap: 20px;
  align-items: center;
  background: #102446;
}
.bestseo-redscore__panel--cta .bestseo-redscore__eyebrow,
.bestseo-redscore__panel--cta h2,
.bestseo-redscore__panel--cta p {
  color: #fff;
}
.bestseo-redscore__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
}
.bestseo-redscore__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s ease;
}
.bestseo-redscore__button--primary {
  background: #d8a945;
  color: #102446;
}
.bestseo-redscore__button--secondary {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.35);
}
.bestseo-redscore__button:hover {
  transform: translateY(-1px);
  text-decoration: none;
}
@media (max-width: 960px) {
  .bestseo-redscore__cards {
    grid-template-columns: 1fr 1fr;
  }
  .bestseo-redscore__grid,
  .bestseo-redscore__panel--cta {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .bestseo-redscore {
    padding: 0 14px;
    margin: 34px auto;
  }
  .bestseo-redscore__panel {
    padding: 24px 20px;
    border-radius: 22px;
  }
  .bestseo-redscore__cards {
    grid-template-columns: 1fr;
  }
}
