.qoop-static-nav { position: sticky; top: 0; z-index: 50; height: 56px; border-bottom: 1px solid #e4e4e7; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); }
.qoop-static-nav__inner { width: min(100% - 20px, 1120px); height: 56px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.qoop-static-nav a { color: #18181b; text-decoration: none; font-size: 14px; }
.qoop-static-nav__brand { font-weight: 700; }
.qoop-static-nav__links { display: flex; align-items: center; gap: 22px; }
.qoop-static-nav__status { padding: 8px 12px; color: #fff !important; background: #18181b; border-radius: 5px; font-weight: 600; }
.qoop-archive-strip { padding: 9px 16px; border-bottom: 1px solid #fed7aa; background: #fff7ed; color: #7c2d12; text-align: center; font-size: 13px; line-height: 1.45; }
.qoop-form-disabled { max-width: 760px; margin: 0 auto 20px; padding: 14px 16px; border: 1px solid #fdba74; border-radius: 6px; background: #fff7ed; color: #7c2d12; }
form[data-static-form="disabled"] { opacity: .72; }
form[data-static-form="disabled"] input, form[data-static-form="disabled"] textarea, form[data-static-form="disabled"] select, form[data-static-form="disabled"] button { cursor: not-allowed !important; }
.qoop-archive-page { min-height: 100vh; margin: 0; color: #18181b; background: #f8fafc; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.qoop-archive-page main { width: min(100% - 40px, 760px); margin: 0 auto; padding: clamp(72px, 12vh, 132px) 0 80px; }
.qoop-archive-page__eyebrow { margin: 0 0 16px; color: #ea580c; font-size: 13px; font-weight: 800; }
.qoop-archive-page h1 { max-width: 680px; margin: 0 0 24px; font-size: clamp(38px, 7vw, 68px); line-height: 1.02; letter-spacing: 0; }
.qoop-archive-page main > p:not(.qoop-archive-page__eyebrow) { max-width: 680px; margin: 0 0 16px; color: #52525b; font-size: 18px; line-height: 1.7; }
.qoop-archive-page__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.qoop-archive-page__actions a { display: inline-flex; min-height: 44px; align-items: center; padding: 0 18px; border: 1px solid #d4d4d8; border-radius: 5px; color: #18181b; background: #fff; text-decoration: none; font-weight: 650; }
.qoop-archive-page__actions .qoop-archive-page__primary { border-color: #18181b; color: #fff; background: #18181b; }
@media (max-width: 560px) {
  .qoop-static-nav__links { gap: 8px; }
  .qoop-static-nav__links > a:not(.qoop-static-nav__status) { display: none; }
  .qoop-static-nav__status { padding: 7px 10px; }
  .qoop-archive-strip { padding-inline: 12px; font-size: 12px; }
}
