.seo-hub-shell .page {
  background: transparent;
}

.seo-hub-main {
  padding: clamp(26px, 5vw, 68px) 0 96px;
}

.seo-hub-width {
  width: min(calc(100% - 48px), 1320px);
  margin-inline: auto;
}

.seo-breadcrumbs {
  margin-bottom: 22px;
  color: var(--vone-muted);
  font-size: 13px;
}

.seo-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 8px;
  color: var(--vone-soft);
}

.seo-breadcrumbs a:hover,
.seo-card-action:hover,
.seo-sources a:hover,
.seo-footer-inner a:hover {
  color: var(--vone-cyan);
}

.seo-hub-hero,
.seo-support-panel {
  border: 1px solid var(--vone-line-soft);
  background:
    radial-gradient(circle at 82% 18%, rgba(119, 238, 231, .1), transparent 30%),
    rgba(12, 12, 12, .72);
  box-shadow: var(--vone-shadow), var(--vone-inset);
  -webkit-backdrop-filter: blur(28px) saturate(125%);
  backdrop-filter: blur(28px) saturate(125%);
}

.seo-hub-hero {
  padding: clamp(28px, 6vw, 72px);
  border-radius: var(--vone-radius-xl);
}

.seo-eyebrow,
.seo-section-heading > span,
.seo-support-panel > div > span {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--vone-line);
  border-radius: 999px;
  color: rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .045);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.seo-hub-hero h1 {
  max-width: 1050px;
  margin-top: 24px !important;
  font-size: clamp(42px, 7.4vw, 94px);
  line-height: .96;
  letter-spacing: -.065em;
  text-wrap: balance;
}

.seo-hub-hero > p {
  max-width: 850px;
  margin-top: 24px !important;
  color: var(--vone-muted);
  font-size: clamp(17px, 2vw, 22px);
}

.seo-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 32px;
}

.seo-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid var(--vone-line);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .055);
  font-size: 14px;
  font-weight: 760;
  transition: transform 180ms var(--vone-ease), background 180ms var(--vone-ease);
}

.seo-button:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .1);
}

.seo-button-primary {
  color: #060606 !important;
  border-color: #fff;
  background: #fff;
}

.seo-section {
  margin-top: clamp(54px, 8vw, 96px);
}

.seo-section-heading {
  display: grid;
  justify-items: start;
  gap: 18px;
  margin-bottom: 26px;
}

.seo-section-heading h2,
.seo-support-panel h2 {
  max-width: 900px;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.03;
  letter-spacing: -.05em;
  text-wrap: balance;
}

.seo-card-grid,
.seo-copy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

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

.seo-link-card,
.seo-copy-grid article,
.seo-faq-list details,
.seo-sources,
.seo-related-links a {
  border: 1px solid var(--vone-line-soft);
  background: rgba(14, 14, 14, .72);
  box-shadow: var(--vone-inset);
}

.seo-link-card,
.seo-copy-grid article {
  min-height: 100%;
  padding: clamp(22px, 3vw, 34px);
  border-radius: var(--vone-radius-lg);
}

.seo-link-card > span,
.seo-copy-grid article > span {
  color: var(--vone-cyan);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.seo-link-card h3,
.seo-copy-grid h2 {
  margin-top: 16px !important;
  font-size: clamp(22px, 2.7vw, 32px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.seo-link-card h3 a::after {
  content: "";
  position: absolute;
  inset: 0;
}

.seo-link-card {
  position: relative;
  display: flex;
  flex-direction: column;
}

.seo-link-card p,
.seo-copy-grid p,
.seo-support-panel p {
  margin-top: 16px !important;
  color: var(--vone-muted);
  font-size: 16px;
}

.seo-card-action {
  position: relative;
  z-index: 1;
  margin-top: auto;
  padding-top: 24px;
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  font-weight: 730;
}

.seo-steps ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  counter-reset: none;
  list-style: none;
}

.seo-steps li {
  min-height: 150px;
  padding: 22px;
  border-top: 1px solid var(--vone-line);
  color: rgba(255, 255, 255, .84);
  background: linear-gradient(180deg, rgba(255, 255, 255, .04), transparent);
}

.seo-steps li > span {
  display: block;
  margin-bottom: 22px;
  color: var(--vone-cyan);
  font-size: 12px;
  font-weight: 800;
}

.seo-faq-list {
  display: grid;
  gap: 10px;
}

.seo-faq-list details {
  padding: 0 24px;
  border-radius: var(--vone-radius-md);
}

.seo-faq-list summary {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 720;
  list-style: none;
}

.seo-faq-list summary::-webkit-details-marker { display: none; }
.seo-faq-list summary::after { content: "+"; color: var(--vone-cyan); font-size: 24px; }
.seo-faq-list details[open] summary::after { content: "−"; }
.seo-faq-list details p { max-width: 880px; padding: 0 0 24px; color: var(--vone-muted); }

.seo-sources {
  padding: clamp(24px, 4vw, 42px);
  border-radius: var(--vone-radius-lg);
}

.seo-sources ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-sources li {
  display: grid;
  grid-template-columns: minmax(220px, .7fr) minmax(0, 1fr);
  gap: 20px;
  padding-top: 14px;
  border-top: 1px solid var(--vone-line-soft);
}

.seo-sources a { font-weight: 720; }
.seo-sources li span { color: var(--vone-muted); }

.seo-related-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.seo-related-links a {
  display: grid;
  gap: 8px;
  padding: 22px;
  border-radius: var(--vone-radius-md);
  transition: background 180ms var(--vone-ease);
}

.seo-related-links a:hover { background: rgba(255, 255, 255, .07); }
.seo-related-links span { color: var(--vone-cyan); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.seo-related-links strong { font-size: 18px; }

.seo-support-panel {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-top: clamp(54px, 8vw, 96px);
  padding: clamp(28px, 5vw, 52px);
  border-radius: var(--vone-radius-xl);
}

.seo-support-panel > div { max-width: 820px; }
.seo-support-panel h2 { margin-top: 18px !important; }

.seo-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 90px;
  color: var(--vone-muted);
  font-size: 13px;
}

.seo-footer-inner nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px;
}

@media (max-width: 900px) {
  .seo-hub-width { width: min(calc(100% - 24px), 1320px); }
  .seo-card-grid-wide,
  .seo-card-grid,
  .seo-copy-grid,
  .seo-steps ol { grid-template-columns: 1fr; }
  .seo-steps li { min-height: 0; }
  .seo-sources li { grid-template-columns: 1fr; gap: 6px; }
  .seo-support-panel { align-items: stretch; flex-direction: column; }
  .seo-support-panel .seo-button { width: 100%; }
  .seo-footer-inner { align-items: flex-start; flex-direction: column; padding: 26px 0; }
  .seo-footer-inner nav { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .seo-hub-hero { padding: 26px 20px; border-radius: 24px; }
  .seo-hub-hero h1 { font-size: clamp(38px, 13vw, 58px); }
  .seo-hero-actions { align-items: stretch; flex-direction: column; }
  .seo-button { width: 100%; }
  .seo-related-links { grid-template-columns: 1fr; }
  .seo-breadcrumbs li[aria-current="page"] { max-width: 230px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
}

@media (prefers-reduced-motion: reduce) {
  .seo-button { transition: none; }
}
