.article-page--versus .article-title {
  max-width: 980px;
}

.article-page--versus {
  --vs-shell-width: 1120px;
  --vs-content-width: 1060px;
}

.article-page--versus .breadcrumb-container,
.article-page--versus .article-hero-container,
.article-page--versus .article-related-container,
.article-page--versus .article-cta-container {
  max-width: var(--vs-shell-width);
}

.article-page--versus .article-main {
  max-width: var(--vs-content-width);
}

.article-page--versus .article-container {
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 2.5rem;
}

.article-page--versus .article-hero-content {
  max-width: 760px;
}

.article-page--versus .article-body {
  max-width: 720px;
}

.article-page--versus,
.article-page--versus .vs-logos,
.article-page--versus .vs-table-wrap {
  max-width: 100%;
}

.vs-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin: 0 0 1.5rem;
  padding: 1rem 1.25rem;
  background: rgba(248, 249, 255, 0.9);
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  max-width: 420px;
}

.vs-logos img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: block;
}

.vs-logos img.vs-logo--zoom {
  transform: scale(3);
  transform-origin: center;
}

.vs-logos span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 54px;
  border-radius: 999px;
  background: linear-gradient(135deg, #818cf8 0%, #6366f1 100%);
  color: #fff;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.vs-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 1rem 0 1.5rem;
}

.vs-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.06);
}

.vs-table th,
.vs-table td {
  padding: 1rem 1.1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e5e7eb;
}

.vs-table thead th {
  background: linear-gradient(135deg, #f0f4ff 0%, #f8f9ff 100%);
  color: #1f2937;
  font-weight: 700;
}

.vs-table tbody tr:last-child td {
  border-bottom: 0;
}

.vs-table tbody td:nth-child(2) {
  color: #4338ca;
  font-weight: 700;
}

.vs-table tbody td:nth-child(3) {
  color: #4b5563;
}

.vs-future-list {
  margin: 0;
  padding-left: 1.1rem;
}

.vs-future-list li {
  margin-bottom: 0.6rem;
}

.vs-future-list a,
.vs-future-list span {
  color: #4b5563;
  text-decoration: none;
}

.vs-future-list a:hover {
  color: #6366f1;
}

@media (max-width: 768px) {
  .vs-logos {
    gap: 1rem;
    max-width: none;
    width: 100%;
    overflow: hidden;
  }

  .vs-logos img {
    width: 72px;
    height: 72px;
  }

  .vs-logos span {
    min-width: 46px;
    height: 46px;
    font-size: 0.9rem;
  }
}

@media (max-width: 1024px) {
  .article-page--versus .article-main,
  .article-page--versus .breadcrumb-container,
  .article-page--versus .article-hero-container,
  .article-page--versus .article-related-container,
  .article-page--versus .article-cta-container {
    max-width: 100%;
  }

  .article-page--versus .article-container,
  .article-page--versus .article-body,
  .article-page--versus .article-hero-content {
    max-width: 100%;
  }
}

@media (max-width: 520px) {
  .vs-logos {
    padding: 0.9rem;
  }

  .vs-logos img {
    width: 60px;
    height: 60px;
  }

  .vs-table-wrap {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
  }
}
