/* =====================================================================
   status.css  -  ServerCrate status page.
   Loaded AFTER /css/site.css and /css/sc-premium-v3.css so nav + footer
   continue to inherit marketing globals. All page-specific rules below
   are scoped under .st-page or .st-body to avoid colliding with
   sc-premium-v3.css.

   Tokens mirror sc-premium-v3.css exactly. State palette extended
   with proper up/down/warn/maint accents (Anthropic-style flat fills,
   no per-bar gradients).

   Single source of design. Last updated 2026-05-17.
   ===================================================================== */

:root {
  --st-bg-0:   #05070b;
  --st-bg-1:   #090c13;
  --st-bg-2:   #10141d;

  --st-line:   rgba(255,255,255,.07);
  --st-line-2:   rgba(137,196,225,.16);
  --st-line-strong: rgba(255,255,255,.14);

  --st-ink:   #ffffff;
  --st-ink-2:   rgba(255,255,255,.74);
  --st-ink-3:   rgba(255,255,255,.54);
  --st-ink-4:   rgba(255,255,255,.38);
  --st-ink-5:   rgba(255,255,255,.22);

  --st-up:   #34d399;
  --st-down:   #f87171;
  --st-warn:   #fbbf24;
  --st-maint:   #a78bfa;
  --st-info:   #89c4e1;

  --st-grad-headline: linear-gradient(92deg, #5eead4 0%, #6ea8ff 48%, #a78bfa 100%);
  --st-grad-up:   linear-gradient(92deg, #34d399 0%, #5eead4 100%);
  --st-grad-warn:   linear-gradient(92deg, #fbbf24 0%, #f59e0b 100%);
  --st-grad-down:   linear-gradient(92deg, #f87171 0%, #ef4444 100%);
  --st-grad-maint:  linear-gradient(92deg, #a78bfa 0%, #818cf8 100%);

  --st-display: "Syne", ui-sans-serif, system-ui, sans-serif;
  --st-sans: "DM Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --st-mono: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;

  --st-container: 1120px;
  --st-radius: 18px;
  --st-radius-lg: 24px;
}

/* ========================== BASE ========================== */
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--st-bg-0); }

body.st-body {
  margin: 0;
  background:
   radial-gradient(900px 540px at 84% -8%, rgba(110,168,255,.16), transparent 62%),
   radial-gradient(700px 540px at 2% 100%, rgba(94,234,212,.09), transparent 62%),
   linear-gradient(180deg, var(--st-bg-0) 0%, var(--st-bg-1) 100%);
  color: var(--st-ink-2);
  font-family: var(--st-sans);
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  line-height: 1.55;
  overflow-x: hidden;
}

body.st-body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
   linear-gradient(rgba(255,255,255,.028) 1px, transparent 1px),
   linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px);
  background-size: 84px 84px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.6), transparent 78%);
  z-index: -1;
}

.st-page a { color: inherit; text-decoration: none; }

/* Skip link */
.st-skip {
  position: absolute; left: -9999px; top: 0;
  padding: 10px 14px;
  background: #fff; color: #05070b;
  font-weight: 800;
  border-radius: 0 0 10px 0;
  z-index: 200;
}
.st-skip:focus { left: 0; }

/* noscript banner */
.st-noscript {
  padding: 16px clamp(18px,5vw,42px);
  background: rgba(248,113,113,.08);
  border-bottom: 1px solid rgba(248,113,113,.2);
  color: #fff;
  text-align: center;
  font-family: var(--st-mono);
  font-size: .85rem;
}
.st-noscript a { color: var(--st-info); text-decoration: underline; }

/* ============================================================
   Header - re-uses marketing .nav-* class names so the global
   marketing CSS handles styling. Scoping for safety only.
   ============================================================ */
#site-header { position: sticky; top: 0; z-index: 80; }

.st-page .nav-shell {
  min-height: 68px;
  background: rgba(5,7,11,.78);
  border-bottom: 1px solid var(--st-line);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.st-page .nav-bar {
  width: 100%;
  max-width: var(--st-container);
  margin: 0 auto;
  padding: 0 clamp(18px,5vw,42px);
  min-height: 68px;
  display: flex; align-items: center; gap: 18px;
}
.st-page .site-logo { display: flex; align-items: center; gap: 10px; margin-right: auto; }
.st-page .site-logo img { height: 30px; width: auto; }

.st-page .nav-links {
  display: flex; align-items: center; gap: 2px;
  list-style: none; margin: 0; padding: 0;
}
.st-page .nav-links a,
.st-page .nav-signin {
  display: inline-flex; align-items: center;
  padding: 8px 12px;
  border-radius: 10px;
  color: var(--st-ink-3);
  font-size: .9rem;
  font-weight: 600;
  transition: background .18s ease, color .18s ease;
}
.st-page .nav-links a:hover,
.st-page .nav-signin:hover {
  background: rgba(255,255,255,.06);
  color: #fff;
}
.st-page .nav-links .nav-active {
  background: rgba(137,196,225,.1);
  color: var(--st-info);
}

.st-page .nav-right { display: flex; align-items: center; gap: 8px; }
.st-page .nav-cta {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 9px 16px;
  border-radius: 10px;
  background: linear-gradient(135deg, #6ea8ff, #5b7cff);
  color: #fff;
  font-weight: 800;
  font-size: .9rem;
  box-shadow: 0 0 0 1px rgba(137,196,225,.28), 0 14px 40px rgba(91,124,255,.18);
  transition: transform .18s ease;
}
.st-page .nav-cta:hover { transform: translateY(-1px); }

.st-page .nav-burger {
  display: none;
  width: 42px; height: 42px;
  border: 1px solid var(--st-line);
  border-radius: 12px;
  align-items: center; justify-content: center;
  gap: 5px;
  flex-direction: column;
  background: transparent;
  cursor: pointer;
}
.st-page .nav-burger span {
  display: block; width: 19px; height: 2px;
  background: #fff; border-radius: 10px;
  transition: transform .2s ease, opacity .2s ease;
}
.st-page .nav-mob {
  display: none;
  position: fixed; top: 68px; left: 0; right: 0;
  padding: 16px clamp(18px,5vw,42px) 24px;
  background: rgba(5,7,11,.96);
  border-bottom: 1px solid var(--st-line);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.st-page .nav-mob.open { display: flex; flex-direction: column; }
.st-page .nav-mob a {
  padding: 13px 4px;
  border-bottom: 1px solid var(--st-line);
  font-weight: 700;
  color: rgba(255,255,255,.76);
}
.st-page .nav-mob-cta {
  margin-top: 12px;
  text-align: center;
  border: 0 !important;
  border-radius: 12px;
  background: linear-gradient(135deg, #6ea8ff, #5b7cff);
  color: #fff !important;
}
.st-page .nav-burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.st-page .nav-burger.open span:nth-child(2) { opacity: 0; }
.st-page .nav-burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 920px) {
  .st-page .nav-links,
  .st-page .nav-signin,
  .st-page .nav-cta { display: none; }
  .st-page .nav-burger { display: flex; }
}

/* ============================================================
   Shell
   ============================================================ */
.st-page { width: 100%; display: block; position: relative; }
.st-wrap {
  width: 100%;
  max-width: var(--st-container);
  margin: 0 auto;
  padding: 0 clamp(18px,5vw,42px);
}

/* ============================================================
   Hero - single dominant status statement
   ============================================================ */
.st-hero {
  position: relative;
  padding: clamp(96px, 13vw, 168px) 0 clamp(60px, 8vw, 88px);
  text-align: center;
}
.st-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(700px 320px at 50% 0%, rgba(94,234,212,.07), transparent 65%);
  pointer-events: none;
  z-index: -1;
}

.st-pill {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 9px 16px 9px 14px;
  border: 1px solid var(--st-line-2);
  border-radius: 999px;
  background: rgba(137,196,225,.05);
  font-family: var(--st-mono);
  font-size: .76rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 600;
  color: var(--st-ink-3);
  transition: border-color .25s ease, background .25s ease, color .25s ease;
}
.st-pill-dot {
  width: 8px; height: 8px; border-radius: 999px;
  background: var(--st-ink-4);
  box-shadow: 0 0 0 4px rgba(255,255,255,.05);
  transition: background .25s ease, box-shadow .25s ease;
}

.st-pill[data-state="operational"] {
  border-color: rgba(52,211,153,.32);
  background: rgba(52,211,153,.07);
  color: var(--st-up);
}
.st-pill[data-state="operational"] .st-pill-dot {
  background: var(--st-up);
  box-shadow: 0 0 0 5px rgba(52,211,153,.16);
  animation: stPulse 2.4s ease-in-out infinite;
}
.st-pill[data-state="degraded"] {
  border-color: rgba(251,191,36,.32);
  background: rgba(251,191,36,.07);
  color: var(--st-warn);
}
.st-pill[data-state="degraded"] .st-pill-dot {
  background: var(--st-warn);
  box-shadow: 0 0 0 5px rgba(251,191,36,.16);
  animation: stPulse 1.6s ease-in-out infinite;
}
.st-pill[data-state="outage"] {
  border-color: rgba(248,113,113,.32);
  background: rgba(248,113,113,.07);
  color: var(--st-down);
}
.st-pill[data-state="outage"] .st-pill-dot {
  background: var(--st-down);
  box-shadow: 0 0 0 5px rgba(248,113,113,.18);
  animation: stPulse 1.1s ease-in-out infinite;
}
.st-pill[data-state="maintenance"] {
  border-color: rgba(167,139,250,.34);
  background: rgba(167,139,250,.08);
  color: var(--st-maint);
}
.st-pill[data-state="maintenance"] .st-pill-dot {
  background: var(--st-maint);
  box-shadow: 0 0 0 5px rgba(167,139,250,.18);
  animation: stPulse 1.7s ease-in-out infinite;
}
.st-pill[data-state="stale"] {
  border-color: rgba(251,191,36,.22);
  color: var(--st-warn);
}
.st-pill[data-state="stale"] .st-pill-dot {
  background: var(--st-warn);
  box-shadow: 0 0 0 5px rgba(251,191,36,.12);
  animation: stPulse 2s ease-in-out infinite;
}

@keyframes stPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%   { opacity: .5; transform: scale(.82); }
}

.st-hero h1 {
  margin: 28px auto 22px;
  font-family: var(--st-display);
  font-size: clamp(2.6rem, 7vw, 5.6rem);
  line-height: .96;
  letter-spacing: -.055em;
  color: #fff;
  max-width: 16ch;
  font-weight: 800;
}
.st-hero h1 .st-grad {
  background: var(--st-grad-headline);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.st-hero h1[data-state="operational"] .st-grad { background: var(--st-grad-up);    -webkit-background-clip: text; background-clip: text; }
.st-hero h1[data-state="degraded"]   .st-grad { background: var(--st-grad-warn);  -webkit-background-clip: text; background-clip: text; }
.st-hero h1[data-state="outage"]     .st-grad { background: var(--st-grad-down);  -webkit-background-clip: text; background-clip: text; }
.st-hero h1[data-state="maintenance"] .st-grad { background: var(--st-grad-maint); -webkit-background-clip: text; background-clip: text; }

.st-lede {
  margin: 0 auto;
  max-width: 56ch;
  color: var(--st-ink-3);
  font-size: clamp(1.02rem, 1.4vw, 1.18rem);
  line-height: 1.65;
}
.st-refresh {
  margin-top: 26px;
  font-family: var(--st-mono);
  font-size: .76rem;
  color: var(--st-ink-4);
  letter-spacing: .04em;
}
.st-refresh.is-stale { color: var(--st-warn); }

/* ============================================================
   Stat strip - 4 big numbers
   ============================================================ */
.st-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid var(--st-line);
  border-radius: var(--st-radius-lg);
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  overflow: hidden;
  margin-top: 8px;
}
.st-stat {
  padding: 24px 22px;
  border-right: 1px solid var(--st-line);
  text-align: left;
}
.st-stat:last-child { border-right: 0; }
.st-stat-label {
  display: block;
  font-family: var(--st-mono);
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--st-ink-4);
  margin-bottom: 12px;
  font-weight: 600;
}
.st-stat-value {
  display: block;
  font-family: var(--st-display);
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  line-height: 1;
  letter-spacing: -.04em;
  color: #fff;
  font-weight: 800;
}
.st-stat-value.muted { color: var(--st-ink-3); }
.st-stat-value.good  { color: var(--st-up); }
.st-stat-value.warn  { color: var(--st-warn); }
.st-stat-value.bad   { color: var(--st-down); }
.st-stat-sub {
  display: block;
  margin-top: 8px;
  font-size: .82rem;
  color: var(--st-ink-4);
}

/* ============================================================
   Sections
   FIX (2026-05-17): tightened section margins,
   align-items: flex-start so chip sits level with H2 instead of
   floating at the bottom of a wrapped description paragraph.
   ============================================================ */
.st-section { margin: clamp(48px, 6vw, 72px) 0; }
.st-section-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}
.st-section-head > div { min-width: 0; }
.st-section-head h2 {
  margin: 0;
  font-family: var(--st-display);
  color: #fff;
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
  line-height: 1;
  letter-spacing: -.05em;
  font-weight: 800;
}
.st-section-head p {
  margin: 10px 0 0;
  color: var(--st-ink-3);
  max-width: 56ch;
  font-size: .96rem;
}
.st-section-chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid var(--st-line);
  background: rgba(255,255,255,.03);
  font-family: var(--st-mono);
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--st-ink-3);
  white-space: nowrap;
  font-weight: 600;
  /* sit level with h2 baseline rather than drift with description */
  margin-top: 4px;
  flex-shrink: 0;
}
.st-section-chip::before {
  content: "";
  width: 7px; height: 7px;
  border-radius: 999px;
  background: var(--st-info);
  box-shadow: 0 0 0 4px rgba(137,196,225,.12);
}
.st-section-chip[data-state="stale"] {
  color: var(--st-warn);
  border-color: rgba(251,191,36,.22);
}
.st-section-chip[data-state="stale"]::before {
  background: var(--st-warn);
  box-shadow: 0 0 0 4px rgba(251,191,36,.12);
}

/* ============================================================
   Notices (incidents + maintenance)
   ============================================================ */
.st-panel {
  border: 1px solid var(--st-line);
  border-radius: var(--st-radius-lg);
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.022));
  overflow: hidden;
}
.st-notice-list { display: grid; gap: 0; }
.st-notice {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: start;
  padding: 22px 24px;
  border-bottom: 1px solid var(--st-line);
}
.st-notice:last-child { border-bottom: 0; }
.st-notice-mark {
  width: 36px; height: 36px;
  border-radius: 12px;
  display: grid; place-items: center;
  background: rgba(52,211,153,.08);
  border: 1px solid rgba(52,211,153,.22);
  color: var(--st-up);
  font-family: var(--st-mono);
  font-weight: 800;
  font-size: .92rem;
}
.st-notice[data-tone="warn"] .st-notice-mark {
  background: rgba(251,191,36,.08);
  border-color: rgba(251,191,36,.24);
  color: var(--st-warn);
}
.st-notice[data-tone="bad"] .st-notice-mark {
  background: rgba(248,113,113,.08);
  border-color: rgba(248,113,113,.24);
  color: var(--st-down);
}
.st-notice[data-tone="maint"] .st-notice-mark {
  background: rgba(167,139,250,.08);
  border-color: rgba(167,139,250,.24);
  color: var(--st-maint);
}
.st-notice-content { min-width: 0; }
.st-notice h3 {
  margin: 2px 0 6px;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -.01em;
}
.st-notice p {
  margin: 0;
  color: var(--st-ink-3);
  font-size: .94rem;
  line-height: 1.6;
}
.st-notice-body { white-space: pre-wrap; overflow-wrap: anywhere; }
.st-notice-time {
  font-family: var(--st-mono);
  font-size: .72rem;
  color: var(--st-ink-4);
  white-space: nowrap;
  padding-top: 6px;
}

/* Empty / loading state */
.st-empty {
  padding: 40px 24px;
  text-align: center;
  color: var(--st-ink-3);
  font-family: var(--st-mono);
  font-size: .88rem;
}
.st-empty-mark {
  display: inline-flex;
  width: 40px; height: 40px;
  border-radius: 14px;
  align-items: center; justify-content: center;
  background: rgba(52,211,153,.08);
  border: 1px solid rgba(52,211,153,.22);
  color: var(--st-up);
  font-weight: 800;
  font-family: var(--st-mono);
  margin-bottom: 14px;
}
.st-empty-title {
  color: #fff;
  font-family: var(--st-sans);
  font-size: 1.04rem;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: -.01em;
}
.st-empty-sub {
  font-size: .88rem;
  color: var(--st-ink-3);
}
.st-spinner {
  display: inline-block;
  width: 14px; height: 14px;
  border: 2px solid rgba(255,255,255,.14);
  border-top-color: var(--st-info);
  border-radius: 999px;
  animation: stSpin .8s linear infinite;
  vertical-align: -2px;
  margin-right: 8px;
}
@keyframes stSpin { to { transform: rotate(360deg); } }

/* ============================================================
   Component rows - single-line per service
   ============================================================ */
.st-group { margin-top: 28px; }
.st-group:first-child { margin-top: 0; }
.st-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  padding: 0 4px;
}
.st-group-head h3 {
  margin: 0;
  color: #fff;
  font-family: var(--st-display);
  font-size: 1.2rem;
  letter-spacing: -.03em;
  font-weight: 800;
}
.st-group-count {
  font-family: var(--st-mono);
  font-size: .68rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--st-ink-4);
  font-weight: 600;
}

.st-services {
  display: grid;
  gap: 0;
  border: 1px solid var(--st-line);
  border-radius: var(--st-radius-lg);
  background: linear-gradient(180deg, rgba(255,255,255,.038), rgba(255,255,255,.018));
  overflow: hidden;
}
.st-service {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 1.35fr) auto;
  gap: 28px;
  align-items: center;
  padding: 22px 24px;
  border-bottom: 1px solid var(--st-line);
  transition: background .18s ease;
}
.st-service:last-child { border-bottom: 0; }
.st-service:hover { background: rgba(255,255,255,.018); }
.st-service-meta { min-width: 0; }
.st-service-name {
  margin: 0;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 700;
  letter-spacing: -.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.st-service-sub {
  margin: 4px 0 0;
  color: var(--st-ink-4);
  font-family: var(--st-mono);
  font-size: .72rem;
  letter-spacing: .02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Uptime bars - flat fills (no per-bar gradient), 90 thin segments */
.st-bars {
  display: flex;
  gap: 2px;
  height: 30px;
  min-width: 0;
}
.st-bar {
  flex: 1;
  min-width: 0;
  border-radius: 2px;
  background: rgba(255,255,255,.05);
  position: relative;
  transition: transform .12s ease, filter .12s ease;
}
.st-bar.up    { background: #34d399; }
.st-bar.down   { background: #f87171; }
.st-bar.pending  { background: #fbbf24; }
.st-bar.maintenance { background: #a78bfa; }
.st-bar.none   { background: rgba(255,255,255,.05); }
.st-bar:hover  { transform: scaleY(1.08); filter: brightness(1.1); }
.st-bar:hover::after {
  content: attr(data-tip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  width: max-content;
  max-width: 280px;
  padding: 7px 10px;
  border-radius: 9px;
  background: #111722;
  border: 1px solid var(--st-line-strong);
  color: #fff;
  font-family: var(--st-mono);
  font-size: .68rem;
  white-space: nowrap;
  box-shadow: 0 12px 38px rgba(0,0,0,.45);
}

.st-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  white-space: nowrap;
}
.st-uptime {
  font-family: var(--st-mono);
  font-weight: 600;
  color: #fff;
  font-size: .98rem;
  letter-spacing: -.005em;
}
.st-uptime.muted { color: var(--st-ink-4); }
.st-state {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 4px 9px;
  border-radius: 999px;
  font-family: var(--st-mono);
  font-size: .65rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  border: 1px solid var(--st-line);
  color: var(--st-ink-3);
  background: rgba(255,255,255,.025);
}
.st-state::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 999px;
  background: currentColor;
}
.st-state.up    { color: var(--st-up);   background: rgba(52,211,153,.07);  border-color: rgba(52,211,153,.22); }
.st-state.down   { color: var(--st-down); background: rgba(248,113,113,.07);  border-color: rgba(248,113,113,.22); }
.st-state.pending  { color: var(--st-warn); background: rgba(251,191,36,.07);  border-color: rgba(251,191,36,.22); }
.st-state.maintenance { color: var(--st-maint); background: rgba(167,139,250,.07); border-color: rgba(167,139,250,.22); }

.st-axis {
  display: flex;
  justify-content: space-between;
  padding: 0 24px 16px;
  font-family: var(--st-mono);
  font-size: .66rem;
  color: var(--st-ink-4);
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* ============================================================
   Subscribe / portal CTA block
   ============================================================ */
.st-cta {
  margin-top: clamp(48px, 6vw, 72px);
  padding: clamp(36px, 5vw, 60px) clamp(28px, 4vw, 48px);
  border: 1px solid var(--st-line);
  border-radius: var(--st-radius-lg);
  background:
   radial-gradient(560px 240px at 100% 0%, rgba(137,196,225,.12), transparent 60%),
   linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.02));
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
}
.st-cta-text { min-width: 0; max-width: 60ch; }
.st-cta-text h3 {
  margin: 0 0 8px;
  color: #fff;
  font-family: var(--st-display);
  font-size: clamp(1.4rem, 2.4vw, 1.8rem);
  letter-spacing: -.04em;
  font-weight: 800;
}
.st-cta-text p {
  margin: 0;
  color: var(--st-ink-3);
  font-size: .98rem;
  line-height: 1.6;
}
.st-cta-row { display: flex; gap: 10px; flex-wrap: wrap; }

.st-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 20px;
  border-radius: 12px;
  font-family: var(--st-sans);
  font-weight: 700;
  font-size: .94rem;
  border: 1px solid transparent;
  transition: transform .15s ease, background .15s ease, border-color .15s ease;
  white-space: nowrap;
}
.st-btn-primary {
  background: linear-gradient(135deg, #6ea8ff, #5b7cff);
  color: #fff;
  box-shadow: 0 18px 48px rgba(91,124,255,.22);
}
.st-btn-secondary {
  background: rgba(255,255,255,.05);
  border-color: var(--st-line-strong);
  color: rgba(255,255,255,.86);
}
.st-btn:hover { transform: translateY(-1px); }

/* ============================================================
   Footer
   ============================================================ */
.st-footer {
  margin-top: clamp(56px, 8vw, 96px);
  border-top: 1px solid var(--st-line);
  background: rgba(5,7,11,.78);
}
.st-footer-grid {
  max-width: var(--st-container);
  margin: 0 auto;
  padding: 48px clamp(18px,5vw,42px);
  display: grid;
  grid-template-columns: 1.35fr repeat(4, minmax(120px, 1fr));
  gap: 32px;
}
.st-footer-brand img { height: 30px; width: auto; margin-bottom: 14px; }
.st-footer-brand p {
  margin: 0;
  color: var(--st-ink-3);
  max-width: 320px;
  font-size: .92rem;
  line-height: 1.6;
}
.st-footer-col h4 {
  margin: 0 0 12px;
  color: #fff;
  font-size: .72rem;
  font-family: var(--st-mono);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 700;
}
.st-footer-col ul {
  list-style: none;
  margin: 0; padding: 0;
  display: grid; gap: 10px;
}
.st-footer-col a {
  color: var(--st-ink-3);
  font-size: .9rem;
  transition: color .15s ease;
}
.st-footer-col a:hover { color: var(--st-info); }
.st-footer-bottom {
  max-width: var(--st-container);
  margin: 0 auto;
  padding: 20px clamp(18px,5vw,42px) 36px;
  border-top: 1px solid var(--st-line);
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  font-family: var(--st-mono);
  font-size: .74rem;
  color: var(--st-ink-4);
}
.st-footer-bottom a { color: var(--st-ink-3); }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 880px) {
  .st-stats { grid-template-columns: 1fr 1fr; }
  .st-stat:nth-child(2) { border-right: 0; }
  .st-stat:nth-child(1),
  .st-stat:nth-child(2) { border-bottom: 1px solid var(--st-line); }

  .st-service {
   grid-template-columns: 1fr;
   gap: 16px;
  }
  .st-right {
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
   width: 100%;
  }
  .st-bars { height: 26px; gap: 1.5px; }

  .st-section-head { flex-direction: column; align-items: flex-start; }
  .st-section-chip { margin-top: 0; }

  .st-cta { flex-direction: column; align-items: flex-start; }

  .st-footer-grid { grid-template-columns: 1fr 1fr; }
  .st-footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 520px) {
  .st-stats { grid-template-columns: 1fr; }
  .st-stat { border-right: 0; border-bottom: 1px solid var(--st-line); }
  .st-stat:last-child { border-bottom: 0; }
  .st-bars { height: 22px; gap: 1px; }
  .st-bar { min-width: 1px; border-radius: 1px; }
  .st-footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
   animation: none !important;
   transition: none !important;
   scroll-behavior: auto !important;
  }
}


/* === Status page polish (20260518-084927) ============================================
   - .st-wrap centered with consistent max-width
   - .st-panel padding 36/44 (matches marketing .content-block from earlier today)
   - .st-empty truly centered both axes
   =========================================================================== */
.st-wrap {
  max-width: 1280px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
  box-sizing: border-box !important;
}
.st-panel {
  padding: 36px 44px !important;
}
.st-empty {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  padding: 56px 24px !important;
  min-height: 220px !important;
  gap: 10px !important;
}
.st-empty > * {
  max-width: 560px !important;
}
@media (max-width: 640px) {
  .st-wrap  { padding-left: 16px !important; padding-right: 16px !important; }
  .st-panel { padding: 22px 20px !important; }
}
