.best-system-page {
  --best-ink: #07152e;
  --best-muted: #53647d;
  --best-blue: #006aed;
  --best-cyan: #20c8f4;
  --best-line: #dce8f6;
  --best-soft: #f4f9ff;
  color: var(--best-ink);
}

.best-system-page main {
  overflow: hidden;
}

.best-system-hero {
  position: relative;
  padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(3.5rem, 7vw, 6rem);
  background:
    radial-gradient(circle at 88% 12%, rgba(32, 200, 244, .22), transparent 28rem),
    radial-gradient(circle at 12% 2%, rgba(0, 106, 237, .18), transparent 30rem),
    linear-gradient(145deg, #f8fbff 0%, #edf6ff 52%, #f8fcff 100%);
}

.best-system-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0, 106, 237, .28), transparent);
}

.best-system-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(29rem, .94fr);
  align-items: center;
  gap: clamp(2.5rem, 6vw, 5.5rem);
}

.best-system-eyebrow,
.best-system-kicker {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: 1rem;
  color: #0057c5;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.best-system-eyebrow::before {
  content: "";
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background: var(--best-cyan);
  box-shadow: 0 0 0 .32rem rgba(32, 200, 244, .17);
}

.best-system-hero h1 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(2.7rem, 5.2vw, 5rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.best-system-hero h1 strong {
  color: var(--best-blue);
  font-weight: inherit;
}

.best-system-lead {
  max-width: 42rem;
  margin: 1.55rem 0 0;
  color: #334865;
  font-size: clamp(1.08rem, 1.55vw, 1.28rem);
  line-height: 1.65;
}

.best-system-answer {
  max-width: 43rem;
  margin: 1.2rem 0 0;
  padding-left: 1rem;
  border-left: 3px solid var(--best-cyan);
  color: #253a56;
  line-height: 1.65;
}

.best-system-page .article-byline {
  margin-top: 1.25rem;
}

.best-system-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  margin-top: 1.65rem;
}

.best-system-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem 1.2rem;
  margin-top: 1.2rem;
  color: #38506d;
  font-size: .91rem;
  font-weight: 700;
}

.best-system-proof-row span::before {
  content: "✓";
  margin-right: .42rem;
  color: #098a62;
}

.best-system-product {
  position: relative;
  padding: .7rem;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 2rem 5rem rgba(31, 80, 137, .22);
  backdrop-filter: blur(18px);
}

.best-system-product::before {
  content: "";
  position: absolute;
  inset: -1.1rem -1.2rem auto auto;
  width: 6rem;
  height: 6rem;
  border: 1px solid rgba(0, 106, 237, .18);
  border-radius: 1.5rem;
  transform: rotate(12deg);
}

.best-system-product img {
  display: block;
  width: 100%;
  border-radius: 1.25rem;
}

.best-system-product-note {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: .55rem;
  padding: .7rem .25rem .05rem;
}

.best-system-product-note span {
  padding: .58rem .65rem;
  border-radius: .8rem;
  background: #fff;
  color: #263b59;
  font-size: .78rem;
  font-weight: 800;
  text-align: center;
}

.best-system-strip {
  position: relative;
  z-index: 2;
  margin-top: -1.25rem;
}

.best-system-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--best-line);
  border-radius: 1.4rem;
  background: #fff;
  box-shadow: 0 1.2rem 3rem rgba(31, 80, 137, .1);
}

.best-system-strip-item {
  padding: 1.25rem 1.5rem;
}

.best-system-strip-item + .best-system-strip-item {
  border-left: 1px solid var(--best-line);
}

.best-system-strip-item strong,
.best-system-strip-item span {
  display: block;
}

.best-system-strip-item strong {
  margin-bottom: .28rem;
  font-size: 1rem;
}

.best-system-strip-item span {
  color: var(--best-muted);
  font-size: .9rem;
  line-height: 1.5;
}

.best-system-heading {
  max-width: 49rem;
  margin-bottom: 2rem;
}

.best-system-heading h2 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.best-system-heading p {
  margin: 1rem 0 0;
  color: var(--best-muted);
  font-size: 1.06rem;
  line-height: 1.7;
}

.best-system-paths {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.best-system-path {
  display: flex;
  min-height: 15rem;
  flex-direction: column;
  padding: 1.4rem;
  border: 1px solid var(--best-line);
  border-radius: 1.35rem;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.best-system-path:hover {
  border-color: rgba(0, 106, 237, .45);
  box-shadow: 0 1rem 2.6rem rgba(31, 80, 137, .1);
  transform: translateY(-4px);
}

.best-system-path-number {
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  margin-bottom: 1.35rem;
  border-radius: .82rem;
  background: #eaf4ff;
  color: var(--best-blue);
  font-weight: 900;
}

.best-system-path h3 {
  margin: 0 0 .65rem;
  font-size: 1.2rem;
  line-height: 1.25;
}

.best-system-path p {
  margin: 0;
  color: var(--best-muted);
  font-size: .94rem;
  line-height: 1.6;
}

.best-system-path b {
  margin-top: auto;
  padding-top: 1rem;
  color: var(--best-blue);
  font-size: .9rem;
}

.best-system-comparison {
  background: var(--best-soft);
}

.best-system-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--best-line);
  border-radius: 1.35rem;
  background: #fff;
  box-shadow: 0 1rem 2.8rem rgba(31, 80, 137, .08);
}

.best-system-table {
  width: 100%;
  min-width: 48rem;
  border-collapse: collapse;
}

.best-system-table th,
.best-system-table td {
  padding: 1.1rem 1.2rem;
  border-bottom: 1px solid var(--best-line);
  text-align: left;
  vertical-align: top;
}

.best-system-table th {
  background: #091b38;
  color: #fff;
  font-size: .78rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.best-system-table td {
  color: #435671;
  font-size: .92rem;
  line-height: 1.55;
}

.best-system-table td:first-child {
  color: var(--best-ink);
  font-weight: 800;
}

.best-system-table tr:last-child td {
  border-bottom: 0;
}

.best-system-table .best-system-highlight td {
  background: #edf7ff;
}

.best-system-criteria {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  counter-reset: criterion;
}

.best-system-criterion {
  position: relative;
  padding: 1.45rem 1.45rem 1.45rem 4.3rem;
  border: 1px solid var(--best-line);
  border-radius: 1.2rem;
  background: #fff;
  counter-increment: criterion;
}

.best-system-criterion::before {
  content: counter(criterion, decimal-leading-zero);
  position: absolute;
  top: 1.35rem;
  left: 1.3rem;
  color: var(--best-blue);
  font-size: 1.05rem;
  font-weight: 900;
}

.best-system-criterion h3 {
  margin: 0 0 .4rem;
  font-size: 1.07rem;
}

.best-system-criterion p {
  margin: 0;
  color: var(--best-muted);
  font-size: .93rem;
  line-height: 1.55;
}

.best-system-fit {
  background: #07162f;
  color: #fff;
}

.best-system-fit-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  align-items: start;
  gap: clamp(2rem, 6vw, 5rem);
}

.best-system-fit .best-system-kicker {
  color: #75dcff;
}

.best-system-fit h2 {
  max-width: 15ch;
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 3.25rem);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.best-system-fit-copy > p {
  margin: 1rem 0 0;
  color: #bfd0e7;
  line-height: 1.7;
}

.best-system-fit-cards {
  display: grid;
  gap: 1rem;
}

.best-system-fit-card {
  padding: 1.35rem;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, .07);
}

.best-system-fit-card strong {
  display: block;
  margin-bottom: .55rem;
  color: #fff;
  font-size: 1.05rem;
}

.best-system-fit-card p {
  margin: 0;
  color: #bfd0e7;
  font-size: .94rem;
  line-height: 1.6;
}

.best-system-fit-card.is-positive {
  border-color: rgba(32, 200, 244, .42);
  background: linear-gradient(135deg, rgba(0, 106, 237, .24), rgba(32, 200, 244, .1));
}

.best-system-features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.best-system-feature {
  padding: 1.4rem;
  border: 1px solid var(--best-line);
  border-radius: 1.2rem;
  background: #fff;
}

.best-system-feature strong {
  display: block;
  margin-bottom: .5rem;
  font-size: 1.02rem;
}

.best-system-feature p {
  margin: 0;
  color: var(--best-muted);
  font-size: .92rem;
  line-height: 1.55;
}

.best-system-conversion {
  padding-top: 0;
}

.best-system-conversion-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  padding: clamp(1.6rem, 4vw, 3rem);
  border: 1px solid #b8dcff;
  border-radius: 1.6rem;
  background:
    radial-gradient(circle at 90% 10%, rgba(32, 200, 244, .2), transparent 18rem),
    linear-gradient(135deg, #eaf5ff, #f9fcff);
}

.best-system-conversion-card h2 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.best-system-conversion-card p {
  max-width: 44rem;
  margin: .8rem 0 0;
  color: var(--best-muted);
  line-height: 1.65;
}

.best-system-faq-list {
  display: grid;
  gap: .75rem;
}

.best-system-faq-list details {
  border: 1px solid var(--best-line);
  border-radius: 1rem;
  background: #fff;
}

.best-system-faq-list summary {
  padding: 1.15rem 3rem 1.15rem 1.2rem;
  color: var(--best-ink);
  font-weight: 800;
  cursor: pointer;
}

.best-system-faq-list details p {
  margin: 0;
  padding: 0 1.2rem 1.2rem;
  color: var(--best-muted);
  line-height: 1.65;
}

.best-system-faq-list a {
  color: var(--best-blue);
  font-weight: 700;
}

.best-system-page .useful-links-section {
  background: var(--best-soft);
}

@media (max-width: 1020px) {
  .best-system-hero-grid,
  .best-system-fit-grid {
    grid-template-columns: 1fr;
  }

  .best-system-hero h1,
  .best-system-fit h2 {
    max-width: 18ch;
  }

  .best-system-product {
    max-width: 48rem;
  }

  .best-system-paths,
  .best-system-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 720px) {
  .best-system-hero {
    padding-top: 3.6rem;
  }

  .best-system-hero-grid {
    gap: 2.25rem;
  }

  .best-system-hero h1 {
    font-size: clamp(2.45rem, 12vw, 3.5rem);
  }

  .best-system-actions .btn {
    width: 100%;
  }

  .best-system-product-note,
  .best-system-strip-grid,
  .best-system-paths,
  .best-system-criteria,
  .best-system-features,
  .best-system-conversion-card {
    grid-template-columns: 1fr;
  }

  .best-system-strip-item + .best-system-strip-item {
    border-top: 1px solid var(--best-line);
    border-left: 0;
  }

  .best-system-path {
    min-height: 0;
  }

  .best-system-conversion-card .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .best-system-path {
    transition: none;
  }
}
