.seo-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
  color: var(--muted);
  font-size: 0.95rem;
}

.seo-breadcrumbs a:hover {
  color: var(--accent);
}

.seo-hero-copy {
  max-width: 820px;
}

.seo-hero-panel {
  background: linear-gradient(180deg, rgba(255, 106, 0, 0.12), rgba(255, 106, 0, 0.03));
  border: 1px solid rgba(255, 106, 0, 0.24);
  border-radius: 24px;
  padding: 26px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
}

.seo-hero-panel-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  margin-bottom: 18px;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.seo-hero-panel-media img {
  display: block;
  max-width: 100%;
  max-height: 112px;
  object-fit: contain;
}

.seo-hero-panel h3,
.seo-hero-panel p,
.seo-hero-panel li {
  margin-top: 0;
}

.seo-card-grid,
.seo-category-grid,
.seo-related-grid,
.seo-metrics-grid,
.seo-faq-grid {
  display: grid;
  gap: 24px;
}

.seo-card-grid,
.seo-related-grid,
.seo-faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.seo-category-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seo-card,
.seo-category,
.seo-related-card,
.seo-metric,
.seo-faq-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid var(--border);
  border-radius: 22px;
  padding: 24px;
}

.seo-card h3,
.seo-category h2,
.seo-related-card h3,
.seo-faq-card h3 {
  margin-bottom: 12px;
}

.seo-list,
.seo-checklist,
.seo-pill-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.seo-checklist li,
.seo-pill-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
}

.seo-checklist li::before,
.seo-pill-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 5px rgba(255, 106, 0, 0.12);
}

.seo-cta-band {
  margin-top: 30px;
  padding: 28px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.18), rgba(20, 20, 20, 0.96));
  border: 1px solid rgba(255, 106, 0, 0.28);
}

.seo-cta-band p:last-child,
.seo-card p:last-child,
.seo-related-card p:last-child,
.seo-faq-card p:last-child,
.seo-category p:last-child {
  margin-bottom: 0;
}

.seo-steps {
  counter-reset: step;
}

.seo-step {
  position: relative;
  padding-left: 72px;
}

.seo-step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(180deg, var(--accent), #ff8c42);
}

.seo-link-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
}

.seo-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.seo-status.available {
  background: rgba(54, 211, 153, 0.16);
  color: #9ef2cf;
}

.seo-status.coming {
  background: rgba(255, 255, 255, 0.08);
  color: #d7d7d7;
}

.seo-status.case {
  background: #ff6a00;
  color: #000000;
}

.seo-category-list {
  display: grid;
  gap: 14px;
  position: relative;
  z-index: 3;
}

.seo-category-item {
  display: block;
  position: relative;
  z-index: 4;
  pointer-events: auto;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.seo-category-item.has-image {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 116px;
  gap: 18px;
  align-items: center;
}

.seo-category-item.active:hover {
  border-color: rgba(255, 106, 0, 0.34);
  transform: translateY(-2px);
}

.seo-category-item.soon {
  opacity: 0.82;
}

.seo-category-item strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
}

.seo-category-item .seo-status {
  margin-bottom: 10px;
}

.seo-item-meta {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.seo-category-item span {
  display: block;
  color: var(--muted);
}

.seo-category-item em {
  display: inline-block;
  margin-top: 10px;
  color: var(--accent);
  font-style: normal;
  font-weight: 700;
}

.seo-category-item-copy {
  min-width: 0;
}

.seo-category-item-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  min-height: 92px;
  padding: 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.seo-category-item-visual img {
  display: block;
  max-width: 100%;
  max-height: 80px;
  object-fit: contain;
}

.seo-category-item-placeholder {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.seo-rich-text {
  max-width: 980px;
}

.seo-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.seo-anchor-nav a {
  padding: 10px 16px;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text);
}

.seo-anchor-nav a:hover {
  border-color: rgba(255, 106, 0, 0.34);
  color: var(--accent);
}

.seo-metrics-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.seo-metric strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.1rem;
  color: #fff;
}

.seo-inline-note {
  color: #fff;
  font-weight: 600;
}

.stack-page.stack-page-linear .stack-section {
  position: relative;
  top: auto;
  min-height: auto;
  height: auto;
  overflow: visible;
}

.stack-page.stack-page-linear .stack-section > .section,
.stack-page.stack-page-linear .stack-section .section,
.stack-page.stack-page-linear .stack-section > .hero,
.stack-page.stack-page-linear .stack-section .hero {
  position: relative;
  min-height: auto;
  height: auto;
  overflow: visible;
}

.stack-page.stack-page-linear .stack-section[class*="section-"] {
  z-index: auto;
}

@media (max-width: 1100px) {
  .seo-card-grid,
  .seo-related-grid,
  .seo-faq-grid,
  .seo-metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 768px) {
  .seo-card-grid,
  .seo-related-grid,
  .seo-faq-grid,
  .seo-metrics-grid {
    grid-template-columns: 1fr;
  }

  .seo-step {
    padding-left: 0;
    padding-top: 66px;
  }

  .seo-step::before {
    top: 0;
  }

  .seo-category-item.has-image {
    grid-template-columns: 1fr;
  }

  .seo-category-item-visual {
    width: 100%;
    justify-content: flex-start;
  }

  .seo-hero-panel-media {
    min-height: 110px;
    padding: 12px;
  }
}
/* Unified ORBI public-content template */
.orbi-content-header {
  padding: clamp(48px, 7vw, 96px) 0 56px;
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 106, 0, 0.2), transparent 30%),
    radial-gradient(circle at 86% 10%, rgba(255, 106, 0, 0.1), transparent 28%),
    linear-gradient(180deg, #050505 0%, #0a0a0a 100%);
}

.orbi-content-header .seo-breadcrumbs,
.orbi-content-header .seo-breadcrumbs a,
.orbi-content-header time {
  color: rgba(255, 255, 255, 0.72);
}

.orbi-content-header .seo-breadcrumbs a:hover {
  color: var(--accent);
}

.orbi-content-header .eyebrow,
.orbi-content-header h1 {
  color: #ffffff;
}

.orbi-content-header-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  align-items: center;
  gap: clamp(32px, 6vw, 80px);
}

.orbi-content-header h1 {
  max-width: 820px;
  margin: 18px 0 14px;
}

.orbi-content-header time {
  display: block;
  font-size: 0.92rem;
}

.orbi-content-lead {
  max-width: 720px;
  margin-top: 24px;
  font-size: clamp(1.08rem, 1.6vw, 1.3rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.orbi-featured-image {
  margin: 0;
  overflow: hidden;
  border-radius: 28px 8px 28px 8px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  aspect-ratio: 19 / 13;
}

.orbi-featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.orbi-article-shell {
  max-width: 980px;
}

.orbi-article-body {
  font-size: 1.08rem;
  line-height: 1.8;
}

.orbi-article-body h2 {
  margin-top: 2.4em;
}

.orbi-article-body h3 {
  margin-top: 1.8em;
}

.orbi-article-body a {
  color: #087f6d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.orbi-article-body blockquote {
  margin: 2em 0;
  padding: 20px 24px;
  border-left: 4px solid #00a98f;
  background: #f0f8f6;
}

.tpd-article-shell {
  max-width: 1040px;
}

.tpd-article {
  display: grid;
  gap: 28px;
}

.tpd-article-hero,
.tpd-index,
.tpd-article section,
.tpd-faq,
.tpd-related {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: clamp(22px, 3vw, 34px);
}

.tpd-article-hero {
  background:
    radial-gradient(circle at top left, rgba(255, 106, 0, 0.2), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
}

.tpd-eyebrow {
  margin-bottom: 10px;
  color: var(--accent);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tpd-article h1 {
  max-width: 900px;
  margin-bottom: 18px;
}

.tpd-lead {
  max-width: 860px;
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
}

.tpd-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.tpd-btn-primary,
.tpd-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.tpd-btn-primary {
  color: #fff;
  background: linear-gradient(180deg, var(--accent), #ff8c42);
  box-shadow: 0 14px 34px rgba(255, 106, 0, 0.28);
}

.tpd-btn-secondary {
  color: var(--text);
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
}

.tpd-btn-primary:hover,
.tpd-btn-secondary:hover {
  transform: translateY(-2px);
}

.tpd-index h2,
.tpd-article section h2,
.tpd-faq h2,
.tpd-related h2 {
  margin-bottom: 16px;
}

.tpd-index ul,
.tpd-article ul,
.tpd-related ul {
  padding-left: 20px;
}

.tpd-index li,
.tpd-article li,
.tpd-related li {
  margin-bottom: 10px;
}

.tpd-index a,
.tpd-related a,
.tpd-article a {
  color: #ffb17a;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tpd-article a.btn-primary,
.tpd-article a.btn-primary:visited,
.tpd-article a.btn-primary:hover,
.tpd-article a.btn-primary:focus,
.tpd-article a.btn-primary:active {
  color: #fff;
  text-decoration: none;
}

.tpd-article p,
.tpd-article li,
.tpd-faq p {
  line-height: 1.82;
}

.tpd-article h3 {
  margin-top: 26px;
  margin-bottom: 10px;
}

.tpd-cta-box {
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.17), rgba(12, 12, 12, 0.96));
  border-color: rgba(255, 106, 0, 0.3);
}

.tpd-faq details {
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.tpd-faq details:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.tpd-faq summary {
  cursor: pointer;
  font-weight: 700;
  color: #fff;
}

.tpd-faq summary::-webkit-details-marker {
  display: none;
}

.tpd-faq details p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.tpd-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
}

.tpd-table th,
.tpd-table td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.tpd-table th {
  color: #fff;
  background: rgba(255, 106, 0, 0.12);
}

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

.tpd-seo-meta {
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 106, 0, 0.22);
  border-radius: 18px;
  background: rgba(255, 106, 0, 0.06);
}

.tpd-seo-meta p {
  margin: 0 0 8px;
}

.tpd-seo-meta p:last-child {
  margin-bottom: 0;
}

@media (max-width: 820px) {
  .orbi-content-header-grid {
    grid-template-columns: 1fr;
  }

  .orbi-featured-image {
    order: -1;
  }

  .tpd-article-hero,
  .tpd-index,
  .tpd-article section,
  .tpd-faq,
  .tpd-related {
    padding: 22px;
  }

  .tpd-table,
  .tpd-table thead,
  .tpd-table tbody,
  .tpd-table tr,
  .tpd-table th,
  .tpd-table td {
    display: block;
  }

  .tpd-table thead {
    display: none;
  }

  .tpd-table td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}
