/* SebS ecosystem support launch — shared, static-only additions. */
.nav-beta {
  margin-left: .42rem;
  padding: .18rem .42rem;
  border: 1px solid var(--border);
  border-radius: 999px;
  color: var(--text-muted);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  vertical-align: middle;
}

.support-nav-link span[aria-hidden="true"] { color: var(--accent-bright, #ff4f64); }

.support-hero h1 span[aria-hidden="true"],
.support-thanks h2 span[aria-hidden="true"] { margin-left: .18em; }
.sidebar a[href="/support/"] > span[aria-hidden="true"] { margin-right: .42rem; }
.support-quick { display: none; text-decoration: none; }
.support-quick span { color: var(--accent-bright, #ff4f64); font-size: 1.05rem; line-height: 1; }

.support-pref-footer {
  width: min(720px, calc(100vw - 32px));
  margin: 0 auto 1rem;
  text-align: center;
}
.support-pref-footer a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .45rem .8rem;
  color: var(--text-muted);
  font-size: .84rem;
  font-weight: 600;
  text-decoration: none;
  gap: .38rem;
  transition: color .2s ease, transform .2s ease;
}
.support-pref-footer a span { color: var(--accent-bright, #ff4f64); }
.support-pref-footer a:hover,
.support-pref-footer a:focus-visible { color: var(--text-main); transform: translateY(-1px); }

.support-page {
  width: min(900px, calc(100vw - 40px));
  margin: 0 auto;
  padding: clamp(4.5rem, 9vw, 7rem) 0 5rem;
}
.support-hero { max-width: 760px; margin-bottom: 2rem; }
.support-eyebrow {
  margin: 0 0 .7rem;
  color: var(--accent-bright, #ff4f64);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.support-hero h1 {
  margin: 0;
  font-size: clamp(2.25rem, 6vw, 4rem);
  line-height: 1;
  letter-spacing: -.055em;
}
.support-lead {
  max-width: 66ch;
  margin: 1.1rem 0 0;
  color: var(--text-soft);
  font-size: clamp(1rem, 2vw, 1.12rem);
  line-height: 1.75;
}
.support-thanks {
  margin: 0 0 1.25rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(72, 229, 176, .28);
  border-radius: 18px;
  background: rgba(72, 229, 176, .08);
}
.support-thanks h2 { margin: 0 0 .35rem; font-size: 1.05rem; }
.support-thanks p { margin: 0; color: var(--text-soft); line-height: 1.55; }
.support-layout { display: grid; gap: 1.2rem; }
.support-card {
  padding: clamp(1.35rem, 4vw, 2.2rem);
  border: 1px solid var(--border);
  border-radius: 22px;
  background: var(--surface-strong);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(14px);
}
.support-card--primary { border-color: var(--border-strong); }
.support-card h2 { margin: 0 0 .7rem; font-size: clamp(1.3rem, 3vw, 1.65rem); }
.support-card p { margin: 0; color: var(--text-muted); line-height: 1.7; }
.support-card__actions { margin-top: 1.4rem; display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.support-checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: .82rem 1.35rem;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255,79,100,.94), rgba(139,0,0,.9));
  color: #fff;
  font-weight: 750;
  text-decoration: none;
  gap: .4rem;
  box-shadow: 0 12px 26px rgba(139,0,0,.18);
}
.support-checkout:hover,
.support-checkout:focus-visible { transform: translateY(-1px); }
.support-reassurance { color: var(--text-muted); font-size: .82rem; font-weight: 600; }
.support-unavailable {
  margin-top: 1.2rem;
  color: var(--text-muted);
  font-size: .9rem;
  line-height: 1.6;
}
.support-secondary-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 1rem;
  color: var(--text-soft);
  font-weight: 700;
  text-decoration: none;
}
.support-secondary-link:hover,
.support-secondary-link:focus-visible { color: var(--accent-bright, #ff4f64); }

@media (max-width: 980px) {
  .support-quick { display: grid; }
}
@media (max-width: 760px) {
  .support-page { width: calc(100vw - 24px); padding-top: 3.7rem; padding-bottom: 3.5rem; }
  .support-layout { gap: .9rem; }
  .support-card { border-radius: 20px; }
}
@media (max-width: 520px) {
  .support-card__actions { align-items: stretch; }
  .support-checkout { width: 100%; }
  .support-reassurance { width: 100%; text-align: center; line-height: 1.5; }
}
@media (max-width: 420px) {
  .header-shell { gap: 8px; padding-inline: 10px; }
  .header-actions { gap: 6px; }
  .icon-button { width: 42px; height: 42px; }
  .brand { gap: 8px; }
  .brand__mark { width: 38px; height: 38px; border-radius: 12px; }
  .brand__mark img { width: 25px; height: 25px; }
}
@media (max-width: 340px) {
  .header-shell { padding-inline: 8px; }
  .header-actions { gap: 4px; }
  .icon-button { width: 40px; height: 40px; }
  .brand__mark { width: 36px; height: 36px; }
  .brand__title { font-size: .9rem; }
}
@media (prefers-reduced-motion: reduce) {
  .support-pref-footer a,
  .support-checkout { transition: none; }
}
