.seo-shell {
  max-width: 1040px;
  margin: 0 auto;
  padding: 32px 20px;
  color: #0f172a;
  font-family: Inter, Arial, sans-serif;
  line-height: 1.55;
}

.seo-shell h1,
.seo-shell h2,
.seo-shell h3,
.seo-shell h4 {
  line-height: 1.15;
  color: #0f172a;
}

.seo-shell h1 {
  margin: 18px 0 14px;
  font-size: clamp(32px, 5vw, 52px);
  letter-spacing: 0;
}

.seo-shell h2 {
  margin: 30px 0 12px;
  font-size: 28px;
}

.seo-shell h3 {
  margin: 22px 0 8px;
  font-size: 20px;
}

.seo-shell h4 {
  margin: 14px 0 6px;
  font-size: 16px;
}

.seo-shell p {
  margin: 10px 0;
}

.seo-shell a {
  color: #1d4ed8;
  font-weight: 800;
}

.seo-logo {
  box-sizing: border-box;
  width: 170px;
  height: 116px;
  object-fit: contain;
  border-radius: 16px;
  padding: 8px;
  background: #fff;
}

.seo-eyebrow {
  margin: 16px 0 6px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #475569;
}

.seo-eyebrow-blue {
  color: #2563eb;
}

.seo-eyebrow-green {
  color: #047857;
}

.seo-actions,
.seo-link-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 18px 0;
}

.seo-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.seo-card,
.seo-model-card,
.seo-panel {
  border: 1px solid #cbd5e1;
  border-radius: 14px;
  padding: 14px;
  background: #fff;
}

.seo-card strong {
  font-size: 24px;
}

.seo-list-grid {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 12px;
}

.seo-model-link {
  color: #0f172a;
  font-weight: 900;
  text-decoration: none;
}

.seo-muted {
  color: #475569;
  font-weight: 700;
}

.seo-note {
  margin-top: 20px;
}

.seo-two-column {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .85fr);
  gap: 18px;
  margin-top: 24px;
}

.seo-compare-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.seo-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 14px;
}

.seo-table th,
.seo-table td {
  border: 1px solid #cbd5e1;
  padding: 9px;
  text-align: left;
}

.seo-table th {
  width: 38%;
}

.seo-preview {
  position: relative;
  min-height: 300px;
  border-radius: 16px;
  background: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-weight: 800;
  overflow: hidden;
}

.seo-card-preview {
  position: relative;
  height: 210px;
  overflow: hidden;
  background: #f8fafc;
  border-radius: 12px;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seo-preview-image {
  position: absolute;
  inset: 18px;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  object-fit: contain;
}

.seo-small-label {
  font-size: 12px;
  font-weight: 900;
  color: #64748b;
  text-transform: uppercase;
}

.seo-hidden-year {
  display: none;
}

.autosize-api-card-image {
  position: absolute;
  left: 42px;
  right: 42px;
  top: 34px;
  bottom: 30px;
  z-index: 1;
  width: calc(100% - 84px);
  height: calc(100% - 64px);
  object-fit: contain;
  font-size: 0;
  opacity: 0;
  transition: opacity 120ms ease;
}

.autosize-api-card-image--loaded {
  opacity: 1;
}

@media (max-width: 720px) {
  .seo-shell {
    padding: 24px 16px;
  }

  .seo-two-column {
    grid-template-columns: 1fr;
  }
}
