.seo-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
  justify-content: flex-end;
}

.breadcrumbs {
  margin-top: 1.25rem;
  font-size: 0.92rem;
  color: #526270;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 0.4rem;
  color: #8a98a4;
}

.breadcrumbs a {
  color: inherit;
}

.seo-hero {
  padding-bottom: 2.5rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.trust-row li {
  padding: 0.45rem 0.75rem;
  border: 1px solid rgba(11, 110, 178, 0.2);
  border-radius: 999px;
  background: rgba(11, 110, 178, 0.06);
  color: #174865;
  font-size: 0.92rem;
}

.step-grid,
.use-case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.step-card,
.use-case-card {
  padding: 1.25rem;
  border: 1px solid rgba(20, 52, 72, 0.12);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(13, 54, 78, 0.06);
}

.step-number {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.6rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #0b6eb2;
  color: #fff;
  font-weight: 700;
}

.price-table,
.compare-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}

.price-table th,
.price-table td,
.compare-table th,
.compare-table td {
  padding: 0.8rem;
  border-bottom: 1px solid rgba(20, 52, 72, 0.12);
  text-align: left;
  vertical-align: top;
}

.price-table th,
.compare-table th {
  background: rgba(11, 110, 178, 0.08);
}

.cta-panel {
  padding: 1.5rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #0b6eb2, #075488);
  color: #fff;
}

.cta-panel h2,
.cta-panel p {
  color: inherit;
}

.cta-panel .btn-secondary {
  border-color: #fff;
  background: #fff;
  color: #075488;
}

.source-list {
  font-size: 0.94rem;
}

.source-list li {
  margin-block: 0.35rem;
}

.source-list a {
  display: inline-block;
  padding-block: 0.15rem;
}

.editorial-note {
  padding: 1rem 1.1rem;
  border-left: 4px solid #0b6eb2;
  background: rgba(11, 110, 178, 0.06);
}

.seo-footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

@media (max-width: 860px) {
  .step-grid,
  .use-case-grid {
    grid-template-columns: 1fr;
  }

  .seo-nav .hide-md {
    display: none;
  }
}

@media (max-width: 600px) {
  .seo-nav {
    gap: 0.35rem;
  }

  .seo-nav .btn {
    padding: 0.62rem 0.72rem;
    font-size: 0.88rem;
  }

  .price-table,
  .compare-table {
    font-size: 0.9rem;
  }
}
