/* ============================================================
   CLIPHORIUM AGENT OPS — agentops.css
   Dark kinetic operations lab aesthetic
   ============================================================ */

/* ---- Base ---- */
*, *::before, *::after { box-sizing: border-box; }

.ao-body {
  background: #020617;
  background-image: radial-gradient(rgba(0,229,168,.03) 1px, transparent 1px);
  background-size: 28px 28px;
  color: #F4F7FB;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* Override ch.enterprise.bg.css */
.ao-body,
.ao-body html { background: #020617 !important; }

/* Override gold nav rails → green */
.ao-body header.ch-navbar::after,
.ao-body footer.ch-footerbar::before {
  background: linear-gradient(90deg,
    rgba(0,229,168,0),
    rgba(0,229,168,0.72),
    rgba(0,229,168,0)
  ) !important;
  opacity: .8 !important;
}

.ao-body header.ch-navbar nav a:hover,
.ao-body footer.ch-footerbar nav a:hover {
  border-color: rgba(0,229,168,.35) !important;
}

/* ---- Layout ---- */
.ao-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ---- Typography ---- */
.ao-kicker {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #00E5A8;
  margin-bottom: 16px;
}

.ao-section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #00E5A8;
  margin-bottom: 12px;
}

.ao-h1 {
  font-size: clamp(2.4rem, 5.5vw, 4.2rem);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: -.045em;
  color: #F4F7FB;
  margin: 0 0 20px;
}

.ao-h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.1;
  color: #F4F7FB;
  margin: 0 0 16px;
}

.ao-h3 {
  font-size: 1.1rem;
  font-weight: 700;
  color: #F4F7FB;
  margin: 0 0 10px;
}

.ao-lead {
  font-size: 1.1rem;
  color: #AAB7C4;
  line-height: 1.75;
}

.ao-muted {
  color: #667789;
  font-size: .88rem;
}

/* ---- Buttons ---- */
.ao-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: .95rem;
  text-decoration: none;
  transition: transform .18s, box-shadow .18s, background .18s;
  cursor: pointer;
  border: none;
  white-space: nowrap;
}

.ao-btn-primary {
  background: #00E5A8;
  color: #020617;
}
.ao-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 28px rgba(0,229,168,.38);
}

.ao-btn-ghost {
  background: rgba(125,211,252,.08);
  color: #7DD3FC;
  border: 1px solid rgba(125,211,252,.24) !important;
}
.ao-btn-ghost:hover {
  background: rgba(125,211,252,.14);
  transform: translateY(-2px);
}

.ao-btn-outline {
  background: transparent;
  color: #00E5A8;
  border: 1px solid rgba(0,229,168,.4) !important;
}
.ao-btn-outline:hover {
  background: rgba(0,229,168,.08);
  transform: translateY(-2px);
}

/* Book Audit nav link */
.ao-nav-cta {
  background: rgba(0,229,168,.15) !important;
  color: #00E5A8 !important;
  border: 1px solid rgba(0,229,168,.4) !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
}
.ao-nav-cta:hover {
  background: rgba(0,229,168,.25) !important;
  border-color: rgba(0,229,168,.7) !important;
}

/* ---- CTA Row ---- */
.ao-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

/* ---- Badges ---- */
.ao-badge {
  display: inline-flex;
  padding: 5px 14px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 600;
  color: #7DD3FC;
  background: rgba(125,211,252,.08);
  border: 1px solid rgba(125,211,252,.18);
  letter-spacing: .04em;
}

.ao-badge-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 32px;
}

/* ================================================================
   HERO
   ================================================================ */

.ao-hero {
  position: relative;
  min-height: calc(100vh - 160px);
  display: flex;
  align-items: center;
  background: linear-gradient(170deg, #020617 0%, #07111F 55%, #0B1726 100%);
  overflow: hidden;
  padding: 80px 24px 80px;
}

.ao-hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

/* Radar decoration */
.ao-radar-wrap {
  position: absolute;
  top: 0; bottom: 0; right: 0;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.ao-radar {
  position: relative;
  width: min(480px, 90%);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(0,229,168,.1);
  flex-shrink: 0;
  opacity: .7;
}
.ao-radar::before {
  content: '';
  position: absolute;
  inset: 16%;
  border-radius: 50%;
  border: 1px solid rgba(0,229,168,.07);
}
.ao-radar::after {
  content: '';
  position: absolute;
  inset: 34%;
  border-radius: 50%;
  border: 1px solid rgba(0,229,168,.05);
}

.ao-radar-sweep {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg,
    transparent 290deg,
    rgba(0,229,168,.1) 330deg,
    rgba(0,229,168,.06) 345deg,
    transparent 360deg
  );
  animation: radarSpin 6s linear infinite;
}

.ao-radar-cross::before,
.ao-radar-cross::after {
  content: '';
  position: absolute;
  background: rgba(0,229,168,.07);
}
.ao-radar-cross::before { top: 50%; left: 0; right: 0; height: 1px; }
.ao-radar-cross::after  { left: 50%; top: 0; bottom: 0; width: 1px; }

.ao-blip {
  position: absolute;
  border-radius: 50%;
  background: rgba(0,229,168,.7);
  box-shadow: 0 0 6px rgba(0,229,168,.9);
  animation: blipFade 4s ease-in-out infinite;
}
.ao-blip:nth-child(1) { width: 6px; height: 6px; top: 27%; left: 61%; animation-delay: 0s; }
.ao-blip:nth-child(2) { width: 4px; height: 4px; top: 57%; left: 35%; animation-delay: 1.3s; }
.ao-blip:nth-child(3) { width: 5px; height: 5px; top: 40%; left: 73%; animation-delay: 2.6s; }
.ao-blip:nth-child(4) { width: 3px; height: 3px; top: 66%; left: 58%; animation-delay: .9s; }

@keyframes radarSpin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}
@keyframes blipFade {
  0%, 100% { opacity: 0; transform: scale(.8); }
  40%, 60%  { opacity: 1; transform: scale(1); }
}

/* Scanline texture overlay */
.ao-scanline {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: repeating-linear-gradient(
    0deg,
    transparent,
    transparent 3px,
    rgba(7,211,252,.006) 3px,
    rgba(7,211,252,.006) 4px
  );
}

/* ================================================================
   WORKFLOW DIAGRAM
   ================================================================ */

.ao-flow-section {
  background: #07111F;
  padding: 96px 0;
  border-top: 1px solid rgba(125,211,252,.08);
  border-bottom: 1px solid rgba(125,211,252,.08);
}

.ao-flow-header {
  text-align: center;
  margin-bottom: 56px;
  padding: 0 24px;
}

.ao-flow-scroll {
  overflow-x: auto;
  scrollbar-width: none;
  padding: 16px 24px 24px;
}
.ao-flow-scroll::-webkit-scrollbar { display: none; }

.ao-flow-diagram {
  display: flex;
  align-items: center;
  min-width: 720px;
  max-width: 1100px;
  margin: 0 auto;
}

.ao-flow-node {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.ao-node-ring {
  position: relative;
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ao-node-circle {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 2px solid rgba(0,229,168,.38);
  background: rgba(0,229,168,.07);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .06em;
  color: #00E5A8;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.ao-flow-node:nth-child(even) .ao-node-circle {
  border-color: rgba(125,211,252,.38);
  background: rgba(125,211,252,.07);
  color: #7DD3FC;
}

/* Last node is always green (safe) */
.ao-flow-node:last-child .ao-node-circle {
  border-color: rgba(0,229,168,.5);
  background: rgba(0,229,168,.12);
  color: #00E5A8;
  box-shadow: 0 0 20px rgba(0,229,168,.15);
}

.ao-node-pulse {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1px solid rgba(0,229,168,.22);
  animation: nodePulse 3.2s ease-in-out infinite;
  pointer-events: none;
}
.ao-flow-node:nth-child(even) .ao-node-pulse {
  border-color: rgba(125,211,252,.18);
  animation-delay: .8s;
}

.ao-node-label {
  font-size: .72rem;
  font-weight: 600;
  color: #AAB7C4;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .07em;
  max-width: 76px;
  line-height: 1.3;
}

/* Edge lines between nodes */
.ao-flow-edge {
  flex: 1 1 auto;
  height: 2px;
  background: rgba(125,211,252,.15);
  position: relative;
  overflow: hidden;
  min-width: 20px;
}

.ao-signal-dot {
  position: absolute;
  top: 50%;
  left: -8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #00E5A8;
  box-shadow: 0 0 8px rgba(0,229,168,.9), 0 0 2px #fff;
  animation: sigTravel 2s linear infinite;
}

.ao-flow-edge:nth-of-type(1) .ao-signal-dot { animation-delay: 0s; }
.ao-flow-edge:nth-of-type(2) .ao-signal-dot { animation-delay: .4s; }
.ao-flow-edge:nth-of-type(3) .ao-signal-dot { animation-delay: .8s; }
.ao-flow-edge:nth-of-type(4) .ao-signal-dot { animation-delay: 1.2s; }
.ao-flow-edge:nth-of-type(5) .ao-signal-dot { animation-delay: 1.6s; }

@keyframes sigTravel {
  from { left: -8px; }
  to   { left: calc(100% + 8px); }
}

@keyframes nodePulse {
  0%, 100% { opacity: .25; transform: scale(1); }
  50%       { opacity: .55; transform: scale(1.1); }
}

.ao-flow-note {
  text-align: center;
  color: #667789;
  font-size: .78rem;
  margin-top: 20px;
  display: none;
  padding: 0 24px;
}

/* ================================================================
   COMMAND CENTER
   ================================================================ */

.ao-cmdcenter {
  padding: 96px 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.ao-cmdcenter-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 16px;
}

.ao-cmdcenter-sub {
  font-size: .9rem;
  color: #667789;
}

.ao-status-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.ao-status-card {
  background: rgba(7,17,31,.72);
  border: 1px solid rgba(125,211,252,.13);
  border-radius: 16px;
  padding: 20px 22px;
  position: relative;
  overflow: hidden;
}
.ao-status-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(0,229,168,.4), transparent);
}

.ao-status-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.ao-status-name {
  font-size: .72rem;
  font-weight: 700;
  color: #7DD3FC;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.ao-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00E5A8;
  box-shadow: 0 0 6px rgba(0,229,168,.8);
  animation: dotBlink 2.2s ease-in-out infinite;
  flex-shrink: 0;
}
.ao-status-dot.amber  { background: #FFB86B; box-shadow: 0 0 6px rgba(255,184,107,.8); animation-delay: .3s; }
.ao-status-dot.blue   { background: #7DD3FC; box-shadow: 0 0 6px rgba(125,211,252,.8); animation-delay: .6s; }
.ao-status-dot.yellow { background: #FFB86B; box-shadow: 0 0 6px rgba(255,184,107,.8); animation-delay: .9s; }
.ao-status-dot.danger { background: #FF4D6D; box-shadow: 0 0 6px rgba(255,77,109,.8); animation-delay: 0s; }

.ao-status-value {
  font-size: 1rem;
  font-weight: 600;
  color: #F4F7FB;
  line-height: 1.45;
}
.ao-status-meta {
  font-size: .76rem;
  color: #667789;
  margin-top: 5px;
}

/* Terminal card spans 2 columns */
.ao-terminal-card {
  grid-column: span 2;
  background: rgba(2,6,23,.92);
  border-color: rgba(0,229,168,.18);
}
.ao-terminal-card::before {
  background: linear-gradient(90deg, transparent, rgba(0,229,168,.55), transparent);
}

.ao-terminal-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}
.ao-terminal-dots span {
  display: inline-block;
  width: 10px; height: 10px;
  border-radius: 50%;
}
.ao-terminal-dots span:nth-child(1) { background: #FF4D6D; }
.ao-terminal-dots span:nth-child(2) { background: #FFB86B; }
.ao-terminal-dots span:nth-child(3) { background: #00E5A8; }
.ao-terminal-title {
  font-size: .72rem;
  font-weight: 700;
  color: #667789;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-left: 4px;
}

.ao-terminal-log {
  font-family: 'SF Mono', 'Fira Code', 'Cascadia Code', ui-monospace, monospace;
  font-size: .77rem;
  height: 130px;
  overflow: hidden;
  color: #AAB7C4;
}
.ao-log-line {
  display: block;
  padding: 3px 0;
  line-height: 1.55;
  animation: logSlideIn .25s ease forwards;
}
.ao-log-line .l-ts     { color: #667789; }
.ao-log-line .l-action { color: #00E5A8; }
.ao-log-line .l-ok     { color: #00E5A8; }
.ao-log-line .l-warn   { color: #FFB86B; }
.ao-log-line .l-wait   { color: #7DD3FC; }
.ao-log-line .l-block  { color: #FF4D6D; }

@keyframes logSlideIn {
  from { opacity: 0; transform: translateX(-6px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes dotBlink {
  0%, 100% { opacity: 1; }
  50%       { opacity: .3; }
}

/* ================================================================
   PROBLEM SECTION
   ================================================================ */

.ao-problem {
  background: linear-gradient(180deg, #07111F 0%, #0B1726 100%);
  border-top: 1px solid rgba(125,211,252,.08);
  padding: 96px 24px;
}
.ao-problem-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}
.ao-problem-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
.ao-problem-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 15px 16px;
  border-radius: 14px;
  background: rgba(7,17,31,.72);
  border: 1px solid rgba(255,77,109,.12);
  color: #AAB7C4;
  font-size: .93rem;
  line-height: 1.65;
}
.ao-problem-icon { color: #FF4D6D; font-weight: 800; flex-shrink: 0; margin-top: 2px; }

.ao-resolve-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
.ao-resolve-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 15px 16px;
  border-radius: 14px;
  background: rgba(0,229,168,.04);
  border: 1px solid rgba(0,229,168,.16);
  color: #AAB7C4;
  font-size: .93rem;
  line-height: 1.65;
}
.ao-resolve-icon { color: #00E5A8; font-weight: 800; flex-shrink: 0; margin-top: 2px; }

/* ================================================================
   PACKAGES
   ================================================================ */

.ao-packages {
  padding: 96px 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.ao-packages-header {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 56px;
}

.ao-pkg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
}

.ao-pkg-card {
  background: rgba(11,23,38,.84);
  border: 1px solid rgba(125,211,252,.15);
  border-radius: 20px;
  padding: 32px 26px;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  overflow: hidden;
  transition: border-color .2s, transform .2s, box-shadow .2s;
}
.ao-pkg-card:hover {
  border-color: rgba(0,229,168,.4);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0,229,168,.08);
}
.ao-pkg-card.ao-pkg-featured {
  border-color: rgba(0,229,168,.32);
  background: rgba(0,229,168,.035);
}
.ao-pkg-card.ao-pkg-featured::before {
  content: 'Most Popular';
  position: absolute;
  top: 0; left: 50%;
  transform: translateX(-50%);
  background: #00E5A8;
  color: #020617;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 4px 18px;
  border-radius: 0 0 12px 12px;
}

.ao-pkg-icon {
  width: 48px; height: 48px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  background: rgba(0,229,168,.1);
  border: 1px solid rgba(0,229,168,.2);
  margin-bottom: 20px;
}
.ao-pkg-name {
  font-size: 1.18rem;
  font-weight: 800;
  color: #F4F7FB;
  margin: 0 0 6px;
}
.ao-pkg-tagline {
  font-size: .87rem;
  color: #667789;
  margin: 0 0 18px;
  line-height: 1.5;
}
.ao-pkg-desc {
  font-size: .93rem;
  color: #AAB7C4;
  line-height: 1.7;
  margin: 0 0 22px;
}
.ao-pkg-features {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 9px;
  margin: 0 0 24px;
  flex: 1;
}
.ao-pkg-features li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: .87rem;
  color: #AAB7C4;
  line-height: 1.5;
}
.ao-pkg-features li::before {
  content: '✓';
  color: #00E5A8;
  font-weight: 700;
  flex-shrink: 0;
}
.ao-pkg-price {
  font-size: .82rem;
  color: #7DD3FC;
  font-weight: 600;
  padding: 10px 0 0;
  border-top: 1px solid rgba(125,211,252,.1);
  margin-bottom: 20px;
}

/* ================================================================
   SAFETY
   ================================================================ */

.ao-safety {
  background: #07111F;
  padding: 96px 24px;
  border-top: 1px solid rgba(125,211,252,.08);
  border-bottom: 1px solid rgba(125,211,252,.08);
}
.ao-safety-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.ao-safety-header {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 56px;
}
.ao-safety-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.ao-safety-card {
  background: rgba(7,17,31,.72);
  border: 1px solid rgba(0,229,168,.15);
  border-radius: 18px;
  padding: 28px;
}
.ao-safety-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  background: rgba(0,229,168,.1);
  margin-bottom: 18px;
}
.ao-safety-card p {
  font-size: .9rem;
  color: #AAB7C4;
  line-height: 1.7;
  margin: 0;
}

/* ================================================================
   HOW IT WORKS
   ================================================================ */

.ao-hiw {
  padding: 96px 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.ao-hiw-header {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 56px;
}
.ao-hiw-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}
.ao-hiw-steps::before {
  content: '';
  position: absolute;
  top: 24px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg,
    rgba(0,229,168,.08),
    rgba(125,211,252,.28),
    rgba(0,229,168,.08)
  );
  pointer-events: none;
}
.ao-step {
  background: rgba(7,17,31,.6);
  border: 1px solid rgba(125,211,252,.1);
  border-radius: 18px;
  padding: 24px 22px;
  position: relative;
  z-index: 1;
}
.ao-step-num {
  width: 36px; height: 36px;
  border-radius: 50%;
  border: 2px solid rgba(0,229,168,.5);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .85rem;
  font-weight: 800;
  color: #00E5A8;
  background: rgba(0,229,168,.08);
  margin-bottom: 16px;
}
.ao-step h3 { margin: 0 0 8px; }
.ao-step p {
  font-size: .88rem;
  color: #AAB7C4;
  line-height: 1.65;
  margin: 0;
}

/* ================================================================
   USE CASES
   ================================================================ */

.ao-usecases {
  background: linear-gradient(180deg, #0B1726 0%, #07111F 100%);
  padding: 96px 24px;
  border-top: 1px solid rgba(125,211,252,.08);
}
.ao-usecases-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.ao-uc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 48px;
}
.ao-uc-card {
  padding: 24px;
  border-radius: 16px;
  background: rgba(7,17,31,.72);
  border: 1px solid rgba(125,211,252,.1);
}
.ao-uc-tag {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #FFB86B;
  margin-bottom: 10px;
}
.ao-uc-card h3 { margin: 0 0 8px; }
.ao-uc-card p {
  font-size: .88rem;
  color: #AAB7C4;
  line-height: 1.65;
  margin: 0;
}

/* ================================================================
   MCP / TECHNICAL
   ================================================================ */

.ao-mcp {
  padding: 96px 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.ao-mcp-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.ao-mcp-visual {
  background: rgba(2,6,23,.92);
  border: 1px solid rgba(0,229,168,.18);
  border-radius: 20px;
  padding: 28px 24px;
  font-family: 'SF Mono', 'Fira Code', ui-monospace, monospace;
  font-size: .8rem;
}
.ao-mv-line {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(125,211,252,.06);
  color: #AAB7C4;
}
.ao-mv-line:last-child { border-bottom: none; }
.ao-mv-key  { color: #7DD3FC; }
.ao-mv-ok   { color: #00E5A8; font-weight: 600; }
.ao-mv-wait { color: #FFB86B; font-weight: 600; }
.ao-mv-blocked { color: #FF4D6D; font-weight: 600; }

.ao-mcp-list {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 14px;
  margin-top: 28px;
}
.ao-mcp-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #AAB7C4;
  font-size: .93rem;
  line-height: 1.65;
}
.ao-mcp-list li::before {
  content: '→';
  color: #7DD3FC;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ================================================================
   PRICING
   ================================================================ */

.ao-pricing {
  background: #07111F;
  padding: 96px 24px;
  border-top: 1px solid rgba(125,211,252,.08);
}
.ao-pricing-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.ao-pricing-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 56px;
}
.ao-price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: start;
}
.ao-price-card {
  background: rgba(7,17,31,.72);
  border: 1px solid rgba(125,211,252,.14);
  border-radius: 20px;
  padding: 32px 26px;
}
.ao-price-card.ao-price-featured {
  border-color: rgba(0,229,168,.32);
  background: rgba(0,229,168,.04);
}
.ao-price-tier {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #00E5A8;
  margin: 0 0 6px;
}
.ao-price-name {
  font-size: 1.25rem;
  font-weight: 800;
  color: #F4F7FB;
  margin: 0 0 6px;
}
.ao-price-tagline {
  font-size: .87rem;
  color: #667789;
  margin: 0 0 24px;
  line-height: 1.5;
}
.ao-price-amount {
  margin: 0 0 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(125,211,252,.1);
}
.ao-price-setup {
  font-size: 1.7rem;
  font-weight: 800;
  color: #F4F7FB;
}
.ao-price-monthly {
  font-size: .88rem;
  color: #AAB7C4;
  margin-top: 4px;
}
.ao-price-includes {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 9px;
  margin: 0 0 28px;
}
.ao-price-includes li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-size: .87rem;
  color: #AAB7C4;
  line-height: 1.5;
}
.ao-price-includes li::before {
  content: '✓';
  color: #00E5A8;
  font-weight: 700;
  flex-shrink: 0;
}

/* ================================================================
   FINAL CTA
   ================================================================ */

.ao-final-cta-section {
  padding: 120px 24px;
  text-align: center;
}
.ao-final-cta-inner {
  max-width: 720px;
  margin: 0 auto;
}
.ao-final-cta-section .ao-h2 { margin-bottom: 16px; }
.ao-final-cta-section .ao-lead { margin-bottom: 36px; }
.ao-final-cta-section .ao-cta-row { justify-content: center; margin-bottom: 16px; }

/* ================================================================
   DIVIDERS
   ================================================================ */
.ao-rule {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(125,211,252,.12), transparent);
  max-width: 1200px;
  margin: 0 auto;
  border: none;
}

/* ================================================================
   AUDIT PAGE
   ================================================================ */

.ao-audit-hero {
  padding: 120px 24px 64px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.ao-form-wrap {
  max-width: 680px;
  margin: 0 auto 100px;
  padding: 0 24px;
}
.ao-form-card {
  background: rgba(7,17,31,.84);
  border: 1px solid rgba(0,229,168,.18);
  border-radius: 24px;
  padding: 48px;
}
.ao-form-grid {
  display: grid;
  gap: 22px;
  margin-bottom: 24px;
}
.ao-form-grid-2 {
  grid-template-columns: 1fr 1fr;
}

.ao-label {
  display: block;
  font-size: .78rem;
  font-weight: 700;
  color: #7DD3FC;
  text-transform: uppercase;
  letter-spacing: .12em;
  margin-bottom: 8px;
}
.ao-input,
.ao-select,
.ao-textarea {
  width: 100%;
  background: rgba(2,6,23,.7);
  border: 1px solid rgba(125,211,252,.18);
  border-radius: 12px;
  padding: 14px 16px;
  color: #F4F7FB;
  font-size: .93rem;
  font-family: inherit;
  transition: border-color .2s, box-shadow .2s;
  outline: none;
  -webkit-appearance: none;
}
.ao-input:focus,
.ao-select:focus,
.ao-textarea:focus {
  border-color: rgba(0,229,168,.5);
  box-shadow: 0 0 0 3px rgba(0,229,168,.08);
}
.ao-textarea { min-height: 120px; resize: vertical; line-height: 1.65; }
.ao-select { cursor: pointer; }

.ao-checkbox-group { display: grid; gap: 10px; }
.ao-check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border-radius: 12px;
  border: 1px solid rgba(125,211,252,.1);
  background: rgba(2,6,23,.5);
  cursor: pointer;
  transition: border-color .18s, background .18s;
}
.ao-check-item:has(input:checked) {
  border-color: rgba(0,229,168,.4);
  background: rgba(0,229,168,.05);
}
.ao-check-item input { accent-color: #00E5A8; width: 16px; height: 16px; }
.ao-check-item span { color: #AAB7C4; font-size: .9rem; }

.ao-form-submit { margin-top: 32px; text-align: center; }

.ao-success-msg {
  display: none;
  text-align: center;
  padding: 40px 20px;
}
.ao-success-msg.ao-visible { display: block; }
.ao-success-icon { font-size: 3rem; margin-bottom: 16px; }
.ao-success-msg h3 { font-size: 1.5rem; color: #00E5A8; margin-bottom: 12px; }
.ao-success-msg p { color: #AAB7C4; }

/* ================================================================
   RESPONSIVE
   ================================================================ */

@media (max-width: 1024px) {
  .ao-pkg-grid,
  .ao-safety-grid,
  .ao-price-grid { grid-template-columns: repeat(2, 1fr); }
  .ao-hiw-steps { grid-template-columns: repeat(2, 1fr); }
  .ao-hiw-steps::before { display: none; }
  .ao-uc-grid { grid-template-columns: repeat(2, 1fr); }
  .ao-mcp-inner { grid-template-columns: 1fr; gap: 40px; }
  .ao-problem-inner { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 760px) {
  .ao-hero { padding: 80px 20px 56px; min-height: auto; }
  .ao-radar-wrap { display: none; }
  .ao-h1 { font-size: 2.1rem; }
  .ao-h2 { font-size: 1.75rem; }
  .ao-pkg-grid,
  .ao-safety-grid,
  .ao-price-grid,
  .ao-uc-grid { grid-template-columns: 1fr; }
  .ao-status-grid { grid-template-columns: 1fr; }
  .ao-terminal-card { grid-column: span 1; }
  .ao-hiw-steps { grid-template-columns: 1fr; }
  .ao-flow-note { display: block; }
  .ao-cmdcenter-header { flex-direction: column; align-items: flex-start; }
  .ao-form-grid-2 { grid-template-columns: 1fr; }
  .ao-form-card { padding: 28px 20px; }
}

@media (max-width: 480px) {
  .ao-btn { height: 46px; padding: 0 20px; font-size: .9rem; }
}

/* ================================================================
   REDUCED MOTION
   ================================================================ */

@media (prefers-reduced-motion: reduce) {
  .ao-radar-sweep,
  .ao-signal-dot,
  .ao-node-pulse,
  .ao-status-dot,
  .ao-blip            { animation: none !important; }
  .ao-btn:hover,
  .ao-pkg-card:hover  { transform: none !important; box-shadow: none !important; }
}

/* ================================================================
   AGENTOPS v2 ADDITIONS — appended to agentops.css
   ================================================================ */

/* ---- Flow node active state (hero flow animation) ---- */
.ao-node-active .ao-node-circle {
  border-color: #00E5A8 !important;
  background: rgba(0,229,168,.18) !important;
  box-shadow: 0 0 24px rgba(0,229,168,.28), 0 0 8px rgba(0,229,168,.5);
  color: #00E5A8 !important;
  transition: border-color .35s, background .35s, box-shadow .35s;
}
.ao-node-active .ao-node-pulse {
  border-color: rgba(0,229,168,.5) !important;
  animation-duration: 1.2s !important;
}

/* ---- Flow status bar ---- */
.ao-flow-status {
  text-align: center;
  padding: 0 24px;
  margin-top: 28px;
}
.ao-flow-status-msg {
  display: inline-block;
  font-family: 'SF Mono', 'Fira Code', ui-monospace, monospace;
  font-size: .85rem;
  color: #00E5A8;
  background: rgba(0,229,168,.08);
  border: 1px solid rgba(0,229,168,.2);
  padding: 8px 22px;
  border-radius: 999px;
  min-width: 260px;
  text-align: center;
  opacity: 0;
  transition: opacity .25s;
}
.ao-flow-status-msg.ao-fmsg-in { opacity: 1; }

.ao-flow-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 14px;
}
.ao-fdot {
  display: inline-block;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(0,229,168,.18);
  transition: background .3s, transform .3s;
}
.ao-fdot.ao-fdot-on {
  background: #00E5A8;
  transform: scale(1.35);
}

/* ================================================================
   WORKFLOW SIMULATOR
   ================================================================ */

.ao-simulator {
  background: linear-gradient(180deg, #07111F 0%, #020617 100%);
  border-top: 1px solid rgba(125,211,252,.08);
  border-bottom: 1px solid rgba(125,211,252,.08);
  padding: 96px 24px;
}
.ao-simulator-inner {
  max-width: 960px;
  margin: 0 auto;
}
.ao-simulator-header {
  text-align: center;
  margin-bottom: 40px;
}
.ao-simulator-header .ao-lead {
  max-width: 580px;
  margin: 8px auto 0;
}

.ao-sim-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-bottom: 36px;
}
.ao-sim-tab {
  padding: 9px 20px;
  border-radius: 999px;
  border: 1px solid rgba(125,211,252,.18);
  background: transparent;
  color: #AAB7C4;
  font-size: .85rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color .2s, color .2s, background .2s;
  font-family: inherit;
  letter-spacing: .02em;
}
.ao-sim-tab:hover {
  border-color: rgba(0,229,168,.3);
  color: #F4F7FB;
}
.ao-sim-tab.active {
  background: rgba(0,229,168,.1);
  border-color: rgba(0,229,168,.45);
  color: #00E5A8;
}

#ao-sim-steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.ao-sim-step-card {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: start;
  background: rgba(7,17,31,.72);
  border: 1px solid rgba(125,211,252,.1);
  border-radius: 14px;
  padding: 18px;
  opacity: .4;
  transition: opacity .3s, border-color .3s;
}
.ao-sim-step-card.ao-sim-active {
  opacity: 1;
  border-color: rgba(0,229,168,.35);
}

.ao-sim-step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid rgba(125,211,252,.18);
  background: rgba(7,17,31,.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .72rem;
  font-weight: 700;
  color: #667789;
  flex-shrink: 0;
  transition: border-color .3s, color .3s, background .3s;
}
.ao-sim-step-card.ao-sim-active .ao-sim-step-num {
  border-color: #00E5A8;
  color: #00E5A8;
  background: rgba(0,229,168,.1);
}

.ao-sim-step-body {
  min-width: 0;
}
.ao-sim-step-title {
  font-size: .7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .13em;
  color: #667789;
  margin-bottom: 5px;
  transition: color .3s;
}
.ao-sim-step-card.ao-sim-active .ao-sim-step-title {
  color: #7DD3FC;
}
.ao-sim-step-copy {
  font-size: .9rem;
  color: #AAB7C4;
  line-height: 1.55;
}
.ao-sim-mono {
  font-family: 'SF Mono', 'Fira Code', ui-monospace, monospace;
  font-size: .78rem;
  color: #00E5A8;
  background: rgba(0,229,168,.06);
  padding: 6px 10px;
  border-radius: 8px;
  border: 1px solid rgba(0,229,168,.14);
  word-break: break-all;
}

#ao-sim-steps .ao-sim-step-card:nth-child(7) {
  grid-column: 1 / -1;
}

@media (max-width: 640px) {
  .ao-simulator {
    padding: 64px 20px;
  }
  .ao-sim-tabs {
    gap: 6px;
  }
  .ao-sim-tab {
    padding: 7px 14px;
    font-size: .8rem;
  }
  #ao-sim-steps {
    grid-template-columns: 1fr;
  }
  #ao-sim-steps .ao-sim-step-card:nth-child(7) {
    grid-column: auto;
  }
}

/* ---- Package mini flows ---- */
.ao-pkg-miniflow {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  padding: 14px 0 0;
  margin-top: 4px;
  border-top: 1px solid rgba(125,211,252,.08);
  overflow: hidden;
}
.ao-mf-step {
  font-size: .69rem;
  font-weight: 600;
  color: #AAB7C4;
  white-space: nowrap;
  padding: 3px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,229,168,.14);
  background: rgba(0,229,168,.04);
}
.ao-mf-arrow {
  color: rgba(125,211,252,.3);
  font-size: .72rem;
  padding: 0 5px;
  flex-shrink: 0;
  user-select: none;
}

/* ---- Blocked Action Card ---- */
.ao-blocked-section {
  padding: 0 24px 80px;
}
.ao-blocked-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
}
.ao-blocked-card {
  position: relative;
  background: rgba(2,6,23,.95);
  border: 1px solid rgba(255,77,109,.28);
  border-radius: 20px;
  padding: 28px 24px;
  font-family: 'SF Mono', 'Fira Code', ui-monospace, monospace;
  font-size: .79rem;
  overflow: hidden;
}
.ao-blocked-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,77,109,.6), transparent);
}
.ao-bc-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.ao-bc-dot { width: 8px; height: 8px; border-radius: 50%; background: #FF4D6D; box-shadow: 0 0 6px rgba(255,77,109,.8); }
.ao-bc-title { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: #FF4D6D; }

.ao-bc-line {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 6px 0;
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.ao-bc-line:last-child { border-bottom: none; }
.ao-bc-key   { color: #7DD3FC; flex-shrink: 0; }
.ao-bc-val   { color: #AAB7C4; text-align: right; }
.ao-bc-block { color: #FF4D6D; font-weight: 700; }
.ao-bc-ok    { color: #00E5A8; }
.ao-bc-wait  { color: #FFB86B; }

.ao-blocked-copy h3 { margin-bottom: 12px; }
.ao-blocked-copy p {
  font-size: .93rem;
  color: #AAB7C4;
  line-height: 1.7;
  margin: 0;
}

/* ---- Safety section tightened ---- */
/* Keep grid but reduce description verbosity via CSS line-clamp on smaller viewports */

/* ---- Responsive additions ---- */
@media (max-width: 760px) {
  .ao-blocked-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .ao-sim-tabs { gap: 6px; }
  .ao-sim-tab { padding: 7px 14px; font-size: .8rem; }
  .ao-pkg-miniflow { gap: 0; }
}

/* ---- Reduced motion additions ---- */
@media (prefers-reduced-motion: reduce) {
  .ao-flow-status-msg,
  .ao-fdot,
  .ao-sim-step { transition: none !important; }
  .ao-node-active .ao-node-circle { transition: none !important; }
}

/* Manual polish: Cliphorium Agent Ops brand + clearer workflow value */
.co-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  color: #F4F7FB;
  text-decoration: none;
  min-width: max-content;
}

.co-logo-mark {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(0, 229, 168, 0.28);
  border-radius: 16px;
  background:
    radial-gradient(circle at 30% 22%, rgba(0, 229, 168, 0.24), transparent 34%),
    radial-gradient(circle at 74% 72%, rgba(125, 211, 252, 0.18), transparent 38%),
    rgba(7, 17, 31, 0.78);
  box-shadow:
    0 0 0 1px rgba(125, 211, 252, 0.08) inset,
    0 18px 50px rgba(0, 229, 168, 0.09);
}

.co-logo-mark svg {
  width: 34px;
  height: 34px;
  display: block;
  filter: drop-shadow(0 0 14px rgba(0, 229, 168, 0.22));
}

.co-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
  letter-spacing: -0.02em;
}

.co-logo-text strong {
  font-size: clamp(1.02rem, 2vw, 1.22rem);
  font-weight: 780;
}

.co-logo-text small {
  margin-top: 0.28rem;
  color: #00E5A8;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.real-example {
  width: min(1120px, calc(100% - 2rem));
  margin: clamp(1.4rem, 3vw, 2.4rem) auto;
  padding: clamp(1.15rem, 2.5vw, 1.6rem);
  border: 1px solid rgba(0, 229, 168, 0.22);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(0, 229, 168, 0.10), rgba(125, 211, 252, 0.07)),
    rgba(7, 17, 31, 0.76);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
  position: relative;
  overflow: hidden;
}

.real-example::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent, rgba(0, 229, 168, 0.12), transparent);
  transform: translateX(-120%);
  animation: co-scan 7s ease-in-out infinite;
  pointer-events: none;
}

.real-example__label {
  color: #FFB86B;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.real-example p {
  margin: 0;
  color: #DCE6F0;
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.65;
  max-width: 900px;
}

.real-example p strong {
  color: #F4F7FB;
}

.real-example__flow {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1rem;
  align-items: center;
}

.real-example__flow span {
  color: #AAB7C4;
  font-size: 0.84rem;
}

.real-example__flow span:nth-child(odd) {
  color: #F4F7FB;
  border: 1px solid rgba(125, 211, 252, 0.18);
  background: rgba(11, 23, 38, 0.8);
  border-radius: 999px;
  padding: 0.42rem 0.72rem;
}

@keyframes co-scan {
  0%, 48% { transform: translateX(-120%); opacity: 0; }
  55% { opacity: 1; }
  100% { transform: translateX(120%); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .real-example::before {
    animation: none;
  }
}

/* Cliphorium Agent Ops inline logo */
.ao-logo-mark {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #F4F7FB;
  text-decoration: none;
  min-width: max-content;
}

.ao-logo-icon {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  background:
    radial-gradient(circle at 30% 20%, rgba(0,229,168,.22), transparent 38%),
    linear-gradient(145deg, rgba(7,17,31,.92), rgba(11,23,38,.72));
  border: 1px solid rgba(125,211,252,.18);
  box-shadow: 0 0 30px rgba(0,229,168,.13), inset 0 0 24px rgba(125,211,252,.06);
}

.ao-logo-icon svg {
  width: 34px;
  height: 34px;
  display: block;
  filter: drop-shadow(0 0 10px rgba(0,229,168,.22));
}

.ao-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
  letter-spacing: .01em;
}

.ao-logo-text strong {
  font-size: 17px;
  font-weight: 800;
  color: #F4F7FB;
}

.ao-logo-text em {
  margin-top: 4px;
  font-style: normal;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .24em;
  text-transform: uppercase;
  color: #00E5A8;
}

@media (max-width: 520px) {
  .ao-logo-icon {
    width: 38px;
    height: 38px;
    border-radius: 14px;
  }

  .ao-logo-icon svg {
    width: 30px;
    height: 30px;
  }

  .ao-logo-text strong {
    font-size: 15px;
  }

  .ao-logo-text em {
    font-size: 9px;
    letter-spacing: .18em;
  }
}

/* Logo nav fit adjustment */
.ch-navbar .ch-brand {
  display: flex;
  align-items: center;
  min-width: 0;
  flex: 0 0 auto;
}

.ch-navbar .ao-logo-mark {
  gap: 10px;
  max-width: 240px;
  white-space: nowrap;
}

.ch-navbar .ao-logo-icon {
  width: 36px;
  height: 36px;
  border-radius: 13px;
  flex: 0 0 36px;
}

.ch-navbar .ao-logo-icon svg {
  width: 28px;
  height: 28px;
}

.ch-navbar .ao-logo-text strong {
  font-size: 15px;
  line-height: 1;
}

.ch-navbar .ao-logo-text em {
  margin-top: 3px;
  font-size: 8px;
  letter-spacing: .2em;
}

.ch-navbar .ch-navbar-inner {
  gap: 18px;
}

.ch-navbar .ch-navlinks {
  margin-left: auto;
}

@media (max-width: 760px) {
  .ch-navbar .ao-logo-mark {
    max-width: 210px;
    gap: 9px;
  }

  .ch-navbar .ao-logo-icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    flex-basis: 34px;
  }

  .ch-navbar .ao-logo-icon svg {
    width: 26px;
    height: 26px;
  }

  .ch-navbar .ao-logo-text strong {
    font-size: 14px;
  }

  .ch-navbar .ao-logo-text em {
    font-size: 7.5px;
    letter-spacing: .18em;
  }
}

@media (max-width: 420px) {
  .ch-navbar .ao-logo-text em {
    display: none;
  }

  .ch-navbar .ao-logo-mark {
    max-width: 170px;
  }
}

/* Rewording polish */
.ao-plain-value {
  max-width: 680px;
  margin: -18px 0 28px;
  color: #AAB7C4;
  font-size: 1rem;
  line-height: 1.65;
}

@media (max-width: 520px) {
  .ao-plain-value {
    margin-top: -12px;
    font-size: .95rem;
  }
}

/* =========================================================
   Header / Logo refinement — compact frame, stronger brand
   Added: header-logo polish
   ========================================================= */

.ch-navbar {
  min-height: 72px !important;
  padding: 0 !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

.ch-navbar-inner {
  min-height: 72px !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  display: flex !important;
  align-items: center !important;
}

.ch-brand {
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
}

.ao-logo-mark {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  min-width: max-content !important;
  transform: translateY(0) !important;
}

.ao-logo-icon {
  width: 56px !important;
  height: 56px !important;
  border-radius: 18px !important;
  flex: 0 0 56px !important;
}

.ao-logo-icon svg {
  width: 43px !important;
  height: 43px !important;
}

.ao-logo-text strong {
  font-size: 21px !important;
  line-height: 1 !important;
  letter-spacing: -0.025em !important;
}

.ao-logo-text em {
  margin-top: 5px !important;
  font-size: 10.5px !important;
  line-height: 1 !important;
  letter-spacing: .24em !important;
}

.ch-navlinks {
  display: flex !important;
  align-items: center !important;
  gap: 24px !important;
  margin-left: auto !important;
}

.ch-navlinks a {
  line-height: 1 !important;
}

.ao-nav-cta {
  padding: 11px 16px !important;
  border-radius: 999px !important;
}

/* Keep hamburger vertically centered */
.ch-hamburger {
  align-items: center !important;
  justify-content: center !important;
}

/* Tablet refinement */
@media (max-width: 900px) {
  .ch-navbar,
  .ch-navbar-inner {
    min-height: 68px !important;
  }

  .ch-navbar-inner {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .ao-logo-icon {
    width: 50px !important;
    height: 50px !important;
    flex-basis: 50px !important;
    border-radius: 17px !important;
  }

  .ao-logo-icon svg {
    width: 39px !important;
    height: 39px !important;
  }

  .ao-logo-text strong {
    font-size: 19px !important;
  }

  .ao-logo-text em {
    font-size: 10px !important;
    letter-spacing: .21em !important;
  }
}

/* Mobile refinement */
@media (max-width: 560px) {
  .ch-navbar,
  .ch-navbar-inner {
    min-height: 64px !important;
  }

  .ch-navbar-inner {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .ao-logo-mark {
    gap: 10px !important;
  }

  .ao-logo-icon {
    width: 44px !important;
    height: 44px !important;
    flex-basis: 44px !important;
    border-radius: 15px !important;
  }

  .ao-logo-icon svg {
    width: 34px !important;
    height: 34px !important;
  }

  .ao-logo-text strong {
    font-size: 17px !important;
  }

  .ao-logo-text em {
    margin-top: 4px !important;
    font-size: 9px !important;
    letter-spacing: .18em !important;
  }
}

/* =========================================================
   FORCE HEADER RESIZE — final override
   Goal: smaller frame, larger Cliphorium Agent Ops logo
   ========================================================= */

body .ch-navbar {
  min-height: 66px !important;
  padding: 0 !important;
}

body .ch-navbar-inner {
  min-height: 66px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  display: flex !important;
  align-items: center !important;
}

body .ch-brand {
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
}

body .ao-logo-mark {
  display: inline-flex !important;
  align-items: center !important;
  gap: 14px !important;
  min-width: max-content !important;
  text-decoration: none !important;
}

body .ao-logo-icon {
  width: 58px !important;
  height: 58px !important;
  flex: 0 0 58px !important;
  border-radius: 18px !important;
}

body .ao-logo-icon svg {
  width: 45px !important;
  height: 45px !important;
}

body .ao-logo-text strong {
  font-size: 22px !important;
  line-height: 1 !important;
  letter-spacing: -0.025em !important;
}

body .ao-logo-text em {
  margin-top: 5px !important;
  font-size: 11px !important;
  line-height: 1 !important;
  letter-spacing: .24em !important;
}

body .ch-navlinks {
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
  margin-left: auto !important;
}

body .ch-navlinks > a {
  line-height: 1 !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

body .ch-navlinks > a.ao-nav-cta {
  padding: 10px 16px !important;
}

/* Make sure the hamburger doesn't stretch the header */
body .ch-hamburger {
  width: 44px !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* Mobile */
@media (max-width: 720px) {
  body .ch-navbar,
  body .ch-navbar-inner {
    min-height: 62px !important;
  }

  body .ch-navbar-inner {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }

  body .ao-logo-mark {
    gap: 10px !important;
  }

  body .ao-logo-icon {
    width: 48px !important;
    height: 48px !important;
    flex-basis: 48px !important;
    border-radius: 16px !important;
  }

  body .ao-logo-icon svg {
    width: 37px !important;
    height: 37px !important;
  }

  body .ao-logo-text strong {
    font-size: 18px !important;
  }

  body .ao-logo-text em {
    font-size: 9.5px !important;
    letter-spacing: .18em !important;
  }
}

/* =========================================================
   Header reset — slim frame, balanced logo
   This overrides earlier aggressive header/logo patches.
   ========================================================= */

html body .ch-navbar {
  min-height: 68px !important;
  height: auto !important;
  max-height: none !important;
  padding: 0 !important;
  overflow: visible !important;
}

html body .ch-navbar-inner {
  min-height: 68px !important;
  height: auto !important;
  max-height: none !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  display: flex !important;
  align-items: center !important;
}

html body .ch-brand,
html body .ch-brand a,
html body .ao-logo-mark {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  display: inline-flex !important;
  align-items: center !important;
}

html body .ao-logo-mark {
  gap: 11px !important;
  text-decoration: none !important;
}

html body .ao-logo-icon {
  width: 44px !important;
  height: 44px !important;
  flex: 0 0 44px !important;
  border-radius: 15px !important;
}

html body .ao-logo-icon svg {
  width: 34px !important;
  height: 34px !important;
}

html body .ao-logo-text strong {
  font-size: 18px !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
}

html body .ao-logo-text em {
  margin-top: 4px !important;
  font-size: 9px !important;
  line-height: 1 !important;
  letter-spacing: .18em !important;
}

html body .ch-navlinks {
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
  margin-left: auto !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

html body .ch-navlinks > a {
  line-height: 1 !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

html body .ch-navlinks > a.ao-nav-cta {
  padding: 9px 14px !important;
}

/* Keep hero spacing stable */
html body .ao-hero {
  padding-top: 112px !important;
}

@media (max-width: 720px) {
  html body .ch-navbar-inner {
    min-height: 62px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
  }

  html body .ao-logo-icon {
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
    border-radius: 14px !important;
  }

  html body .ao-logo-icon svg {
    width: 31px !important;
    height: 31px !important;
  }

  html body .ao-logo-text strong {
    font-size: 16px !important;
  }

  html body .ao-logo-text em {
    font-size: 8px !important;
    letter-spacing: .16em !important;
  }

  html body .ao-hero {
    padding-top: 96px !important;
  }
}

/* =========================================================
   Legal / Trust page footer fix
   Fixes cramped footer links on Security/Privacy/Terms/etc.
   ========================================================= */

html body .ch-footer {
  background:
    radial-gradient(circle at 20% 0%, rgba(0,229,168,.08), transparent 28%),
    linear-gradient(180deg, rgba(2,6,23,.94), rgba(2,6,23,1));
  border-top: 1px solid rgba(125,211,252,.14);
  padding: 34px 22px 28px !important;
  color: #AAB7C4;
}

html body .ch-footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: 1fr;
  gap: 20px !important;
  align-items: center;
  justify-items: center;
  text-align: center;
}

html body .ch-footer .ao-logo-mark {
  justify-content: center !important;
}

html body .ch-footer-links {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px 18px !important;
  max-width: 900px;
  margin: 0 auto !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}

html body .ch-footer-links a {
  display: inline-flex !important;
  align-items: center !important;
  color: #AAB7C4 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 6px 2px !important;
  white-space: nowrap !important;
}

html body .ch-footer-links a:hover {
  color: #00E5A8 !important;
}

html body .ch-footer p {
  margin: 0 !important;
  color: #667789 !important;
  font-size: 13px !important;
}

@media (max-width: 640px) {
  html body .ch-footer {
    padding: 30px 18px 24px !important;
  }

  html body .ch-footer-links {
    gap: 8px 14px !important;
  }

  html body .ch-footer-links a {
    font-size: 13px !important;
  }
}


/* =========================================================
   GLOBAL HEADER FOOTER STANDARD
   One shell across homepage, audit, legal, status, contact.
   ========================================================= */

html body .ch-navbar {
  background:
    radial-gradient(circle at 10% 0%, rgba(0,229,168,.08), transparent 28%),
    rgba(2,6,23,.84) !important;
  border-bottom: 1px solid rgba(125,211,252,.14) !important;
  backdrop-filter: blur(18px) !important;
  -webkit-backdrop-filter: blur(18px) !important;
}

html body .ch-navbar-inner {
  max-width: 1180px !important;
  margin: 0 auto !important;
  min-height: 72px !important;
  padding: 10px 22px !important;
  display: flex !important;
  align-items: center !important;
  gap: 22px !important;
}

html body .ch-brand {
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
}

html body .ao-logo-mark {
  display: inline-flex !important;
  align-items: center !important;
  gap: 11px !important;
  text-decoration: none !important;
  color: #F4F7FB !important;
}

html body .ao-logo-icon {
  width: 42px !important;
  height: 42px !important;
  flex: 0 0 42px !important;
  display: inline-grid !important;
  place-items: center !important;
  border-radius: 14px !important;
  background:
    radial-gradient(circle at 30% 20%, rgba(0,229,168,.20), transparent 38%),
    linear-gradient(145deg, rgba(7,17,31,.92), rgba(11,23,38,.72)) !important;
  border: 1px solid rgba(125,211,252,.18) !important;
  box-shadow: 0 0 24px rgba(0,229,168,.10), inset 0 0 18px rgba(125,211,252,.05) !important;
}

html body .ao-logo-icon svg {
  width: 32px !important;
  height: 32px !important;
  display: block !important;
}

html body .ao-logo-text {
  display: flex !important;
  flex-direction: column !important;
  line-height: 1 !important;
}

html body .ao-logo-text strong {
  color: #F4F7FB !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em !important;
}

html body .ao-logo-text em {
  color: #00E5A8 !important;
  margin-top: 4px !important;
  font-style: normal !important;
  font-size: 8.5px !important;
  font-weight: 900 !important;
  letter-spacing: .19em !important;
  text-transform: uppercase !important;
}

html body .ch-navlinks {
  margin-left: auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 20px !important;
}

html body .ch-navlinks a {
  color: #AAB7C4 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

html body .ch-navlinks a:hover {
  color: #F4F7FB !important;
}

html body .ch-navlinks a.ao-nav-cta {
  color: #020617 !important;
  background: linear-gradient(135deg,#00E5A8,#7DD3FC) !important;
  border-radius: 999px !important;
  padding: 10px 15px !important;
  box-shadow: 0 0 28px rgba(0,229,168,.14) !important;
}

html body .ch-footer {
  background:
    radial-gradient(circle at 20% 0%, rgba(0,229,168,.08), transparent 30%),
    linear-gradient(180deg, rgba(2,6,23,.96), rgba(2,6,23,1)) !important;
  border-top: 1px solid rgba(125,211,252,.14) !important;
  padding: 38px 22px 30px !important;
  color: #AAB7C4 !important;
}

html body .ch-footer-inner {
  max-width: 1180px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  text-align: center !important;
}

html body .ch-footer-links {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px 18px !important;
  max-width: 920px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

html body .ch-footer-links a {
  color: #AAB7C4 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  padding: 4px 0 !important;
}

html body .ch-footer-links a:hover {
  color: #00E5A8 !important;
}

html body .ch-footer p {
  margin: 0 !important;
  color: #667789 !important;
  font-size: 13px !important;
}

@media (max-width: 760px) {
  html body .ch-navbar-inner {
    min-height: 66px !important;
    padding: 9px 18px !important;
  }

  html body .ao-logo-icon {
    width: 38px !important;
    height: 38px !important;
    flex-basis: 38px !important;
  }

  html body .ao-logo-icon svg {
    width: 29px !important;
    height: 29px !important;
  }

  html body .ao-logo-text strong {
    font-size: 15.5px !important;
  }

  html body .ao-logo-text em {
    font-size: 7.5px !important;
    letter-spacing: .16em !important;
  }

  html body .ch-navlinks {
    display: none !important;
  }

  html body .ch-hamburger {
    margin-left: auto !important;
    display: inline-flex !important;
  }
}

/* =========================================================
   GLOBAL FOOTER STANDARD — Cliphorium Agent Ops
   Applies to homepage, audit, trust pages, and ops/admin pages.
   ========================================================= */

html body .ch-footer {
  width: 100% !important;
  margin-top: 96px !important;
  padding: 42px 22px 32px !important;
  background:
    radial-gradient(circle at 20% 0%, rgba(0,229,168,.08), transparent 30%),
    linear-gradient(180deg, rgba(2,6,23,.96), rgba(2,6,23,1)) !important;
  border-top: 1px solid rgba(125,211,252,.14) !important;
  color: #AAB7C4 !important;
}

html body .ch-footer-inner {
  width: 100% !important;
  max-width: 1180px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
  text-align: center !important;
}

html body .ch-footer .ao-logo-mark {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  text-decoration: none !important;
  color: #F4F7FB !important;
}

html body .ch-footer .ao-logo-icon {
  display: none !important;
}

html body .ch-footer .ao-logo-text {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  line-height: 1 !important;
}

html body .ch-footer .ao-logo-text strong {
  color: #F4F7FB !important;
  font-size: 17px !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em !important;
}

html body .ch-footer .ao-logo-text em {
  color: #00E5A8 !important;
  margin-top: 4px !important;
  font-style: normal !important;
  font-size: 8.5px !important;
  font-weight: 900 !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
}

html body .ch-footer-links {
  width: 100% !important;
  max-width: 920px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px 18px !important;
  list-style: none !important;
  line-height: 1.2 !important;
}

html body .ch-footer-links a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: #AAB7C4 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  padding: 5px 0 !important;
  white-space: nowrap !important;
}

html body .ch-footer-links a:hover {
  color: #00E5A8 !important;
}

html body .ch-footer p {
  margin: 0 !important;
  color: #667789 !important;
  font-size: 13px !important;
}

/* Pages with short content should keep footer lower */
html body .legal-shell,
html body .audit-shell,
html body .ops-shell,
html body .admin-shell,
html body main {
  box-sizing: border-box;
}

/* Mobile footer */
@media (max-width: 640px) {
  html body .ch-footer {
    margin-top: 72px !important;
    padding: 34px 18px 26px !important;
  }

  html body .ch-footer-inner {
    gap: 16px !important;
  }

  html body .ch-footer-links {
    gap: 8px 14px !important;
  }

  html body .ch-footer-links a {
    font-size: 13px !important;
  }
}



/* Weekly Report test button visibility — self fix */
#weeklyReportBtn,
.weekly-test-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 16px !important;
  margin-right: 12px !important;
  padding: 12px 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #00E5A8, #7DD3FC) !important;
  color: #020617 !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  cursor: pointer !important;
  box-shadow: 0 0 28px rgba(0,229,168,.16) !important;
}

#weeklyReportBtn:hover,
.weekly-test-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 36px rgba(0,229,168,.24) !important;
}

#weeklyReportBtn:disabled,
.weekly-test-btn:disabled {
  opacity: .7 !important;
  cursor: wait !important;
  transform: none !important;
}

.weekly-test-status {
  display: inline-flex !important;
  align-items: center !important;
  margin-top: 16px !important;
  padding: 9px 12px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(125,211,252,.16) !important;
  background: rgba(7,17,31,.72) !important;
  color: #AAB7C4 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.weekly-test-status.is-success {
  border-color: rgba(0,229,168,.28) !important;
  color: #00E5A8 !important;
  background: rgba(0,229,168,.08) !important;
}

.weekly-test-status.is-error {
  border-color: rgba(255,77,109,.28) !important;
  color: #FF4D6D !important;
  background: rgba(255,77,109,.08) !important;
}

/* Weekly report action layout cleanup */
#weeklyReportBtn,
#sw-send-weekly-report-btn,
.weekly-test-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 16px !important;
  margin-right: 0 !important;
  margin-bottom: 10px !important;
}

#weeklyTestStatus,
.weekly-test-status {
  display: block !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin-top: 8px !important;
  margin-left: 0 !important;
  clear: both !important;
}

/* Weekly report status polish */
#weeklyReportStatus,
.weekly-test-status,
.weekly-report-status {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 12px !important;
  padding: 10px 13px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,184,107,.22) !important;
  background: rgba(255,184,107,.07) !important;
  color: #FFB86B !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

#weeklyReportStatus:empty,
.weekly-test-status:empty,
.weekly-report-status:empty {
  display: none !important;
}

/* Weekly test button/status final polish */
#weeklyReportBtn,
.weekly-test-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 16px !important;
  padding: 12px 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #00E5A8, #7DD3FC) !important;
  color: #020617 !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  cursor: pointer !important;
  box-shadow: 0 0 28px rgba(0,229,168,.16) !important;
}

#weeklyReportBtn:hover,
.weekly-test-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 36px rgba(0,229,168,.24) !important;
}

#weeklyReportStatus,
.weekly-report-status {
  display: inline-flex !important;
  align-items: center !important;
  margin-top: 12px !important;
  padding: 10px 13px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,184,107,.22) !important;
  background: rgba(255,184,107,.07) !important;
  color: #FFB86B !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

#weeklyReportStatus[hidden],
.weekly-report-status[hidden],
#weeklyReportStatus:empty,
.weekly-report-status:empty {
  display: none !important;
}

/* Weekly report final button/status */
#sw-send-weekly-report-btn.weekly-test-btn,
.weekly-test-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 16px !important;
  padding: 12px 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #00E5A8, #7DD3FC) !important;
  color: #020617 !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  cursor: pointer !important;
  box-shadow: 0 0 28px rgba(0,229,168,.16) !important;
}

#sw-send-weekly-report-btn.weekly-test-btn:disabled,
.weekly-test-btn:disabled {
  cursor: wait !important;
  opacity: .75 !important;
}

#sw-weekly-report-status.weekly-report-status {
  display: inline-flex !important;
  align-items: center !important;
  margin-left: 12px !important;
  margin-top: 16px !important;
  padding: 10px 13px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(125,211,252,.18) !important;
  background: rgba(7,17,31,.72) !important;
  color: #AAB7C4 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

#sw-weekly-report-status.weekly-report-status.ok {
  border-color: rgba(0,229,168,.24) !important;
  background: rgba(0,229,168,.08) !important;
  color: #00E5A8 !important;
}

#sw-weekly-report-status.weekly-report-status.warn {
  border-color: rgba(255,184,107,.24) !important;
  background: rgba(255,184,107,.08) !important;
  color: #FFB86B !important;
}

#sw-weekly-report-status.weekly-report-status.error {
  border-color: rgba(255,77,109,.24) !important;
  background: rgba(255,77,109,.08) !important;
  color: #FF4D6D !important;
}

#sw-weekly-report-status[hidden] {
  display: none !important;
}

/* Weekly report button/status direct fix */
#weeklyReportBtn,
.weekly-test-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 16px !important;
  padding: 12px 18px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #00E5A8, #7DD3FC) !important;
  color: #020617 !important;
  font-weight: 900 !important;
  font-size: 14px !important;
  cursor: pointer !important;
  box-shadow: 0 0 28px rgba(0,229,168,.16) !important;
}

#weeklyReportBtn:disabled,
.weekly-test-btn:disabled {
  opacity: .72 !important;
  cursor: wait !important;
}

#weeklyReportStatus,
.weekly-report-status {
  display: inline-flex !important;
  align-items: center !important;
  margin-left: 12px !important;
  margin-top: 16px !important;
  padding: 10px 13px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(125,211,252,.20) !important;
  background: rgba(7,17,31,.78) !important;
  color: #AAB7C4 !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

#weeklyReportStatus[hidden],
.weekly-report-status[hidden],
#weeklyReportStatus:empty,
.weekly-report-status:empty {
  display: none !important;
}

/* Site Watch incidents default-clean toolbar */
.sw-incident-toolbar {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin: 10px 0 18px !important;
}

.sw-muted {
  color: #AAB7C4 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.sw-filter-pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid rgba(125,211,252,.18) !important;
  background: rgba(7,17,31,.72) !important;
  color: #AAB7C4 !important;
  border-radius: 999px !important;
  padding: 8px 12px !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

.sw-filter-pill.active {
  background: linear-gradient(135deg, rgba(0,229,168,.24), rgba(125,211,252,.18)) !important;
  border-color: rgba(0,229,168,.35) !important;
  color: #F4F7FB !important;
}

/* Customer Workspace Settings v1 */
.sw-workspace-settings {
  margin-top: 22px !important;
  padding: 22px !important;
  border: 1px solid rgba(125,211,252,.16) !important;
  border-radius: 22px !important;
  background: rgba(7,17,31,.72) !important;
  box-shadow: 0 18px 60px rgba(0,0,0,.22) !important;
}

.sw-workspace-settings-head {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin-bottom: 18px !important;
}

.sw-workspace-settings-head h2 {
  margin: 0 0 6px !important;
}

.sw-workspace-settings-head p {
  margin: 0 !important;
  color: #AAB7C4 !important;
}

.sw-workspace-settings-form {
  display: grid !important;
  gap: 16px !important;
}

.sw-form-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.sw-form-grid-wide {
  align-items: start !important;
}

.sw-workspace-settings-form label {
  display: grid !important;
  gap: 7px !important;
  color: #F4F7FB !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.sw-workspace-settings-form input,
.sw-workspace-settings-form select,
.sw-workspace-settings-form textarea {
  width: 100% !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(125,211,252,.18) !important;
  background: rgba(2,6,23,.72) !important;
  color: #F4F7FB !important;
  border-radius: 13px !important;
  padding: 11px 12px !important;
  font-size: 14px !important;
  outline: none !important;
}

.sw-workspace-settings-form textarea {
  resize: vertical !important;
}

.sw-workspace-settings-form small {
  color: #667789 !important;
  font-weight: 700 !important;
}

.sw-checkbox-row {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  align-self: end !important;
  min-height: 44px !important;
}

.sw-checkbox-row input {
  width: auto !important;
  accent-color: #00E5A8 !important;
}

.sw-notes-field {
  width: 100% !important;
}

.sw-workspace-settings-actions {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  margin-top: 2px !important;
}

#swWorkspaceSaveBtn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 12px 17px !important;
  background: linear-gradient(135deg,#00E5A8,#7DD3FC) !important;
  color: #020617 !important;
  font-weight: 900 !important;
  cursor: pointer !important;
}

#swWorkspaceSaveBtn:disabled {
  opacity: .65 !important;
  cursor: wait !important;
}

.sw-workspace-save-status {
  display: inline-flex !important;
  align-items: center !important;
  padding: 9px 12px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(125,211,252,.16) !important;
  color: #AAB7C4 !important;
  background: rgba(11,23,38,.72) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.sw-workspace-save-status.ok {
  border-color: rgba(0,229,168,.22) !important;
  color: #00E5A8 !important;
  background: rgba(0,229,168,.07) !important;
}

.sw-workspace-save-status.error {
  border-color: rgba(255,184,107,.22) !important;
  color: #FFB86B !important;
  background: rgba(255,184,107,.07) !important;
}

.sw-workspace-save-status[hidden] {
  display: none !important;
}

@media (max-width: 760px) {
  .sw-workspace-settings-head {
    flex-direction: column !important;
  }

  .sw-form-grid {
    grid-template-columns: 1fr !important;
  }
}

/* HOMEPAGE MOBILE OVERFLOW FIX — 2026-04-28
   Keep wide execution-path/scenario animations inside the viewport. */
html,
body {
  max-width: 100%;
}

@media (max-width: 760px) {
  html,
  body {
    overflow-x: hidden;
    max-width: 100%;
  }

  body * {
    min-width: 0;
  }

  .hero,
  .hero *,
  .ao-section,
  .ao-section *,
  .ops-flow,
  .ops-flow *,
  .execution-path,
  .execution-path *,
  .reviewable-execution-path,
  .reviewable-execution-path *,
  .signal-flow,
  .signal-flow *,
  .flow-rail,
  .flow-rail *,
  .scenario-flow,
  .scenario-flow *,
  .workflow-flow,
  .workflow-flow *,
  .live-system-preview,
  .live-system-preview *,
  [class*="flow"],
  [class*="rail"],
  [class*="path"],
  [class*="timeline"],
  [class*="diagram"] {
    max-width: 100%;
  }

  .ops-flow,
  .execution-path,
  .reviewable-execution-path,
  .signal-flow,
  .flow-rail,
  .scenario-flow,
  .workflow-flow,
  [class*="flow"],
  [class*="rail"],
  [class*="timeline"],
  [class*="diagram"] {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }

  .ops-flow > *,
  .execution-path > *,
  .reviewable-execution-path > *,
  .signal-flow > *,
  .flow-rail > *,
  .scenario-flow > *,
  .workflow-flow > *,
  [class*="flow"] > *,
  [class*="rail"] > *,
  [class*="timeline"] > *,
  [class*="diagram"] > * {
    max-width: 100%;
  }

  img,
  svg,
  canvas,
  video {
    max-width: 100%;
  }
}


/* CLIPHORIUM MOBILE ANIMATION CONTAINMENT FINAL */
html,
body {
  max-width: 100%;
}

@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: clip !important;
  }

  body {
    position: relative;
  }

  body * {
    box-sizing: border-box;
    min-width: 0;
  }

  main,
  section,
  .hero,
  .ao-section,
  .section,
  .container,
  .wrap,
  .shell {
    max-width: 100vw !important;
    overflow-x: clip;
  }

  /* Reviewable Execution Path + signal animation sections */
  .agent-flow,
  .ao-flow,
  .ops-flow,
  .flow,
  .flow-row,
  .flow-rail,
  .flow-track,
  .flow-stage,
  .execution-path,
  .reviewable-execution-path,
  .signal-flow,
  .scenario-flow,
  .workflow-flow,
  .timeline,
  .diagram,
  .agent-diagram,
  .route-diagram,
  .live-system-preview,
  [class*="flow"],
  [class*="rail"],
  [class*="track"],
  [class*="timeline"],
  [class*="diagram"],
  [class*="path"] {
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-y;
    scrollbar-width: thin;
  }

  /* Keep the moving pieces from expanding the full page width */
  .agent-flow > *,
  .ao-flow > *,
  .ops-flow > *,
  .flow > *,
  .flow-row > *,
  .flow-rail > *,
  .flow-track > *,
  .flow-stage > *,
  .execution-path > *,
  .reviewable-execution-path > *,
  .signal-flow > *,
  .scenario-flow > *,
  .workflow-flow > *,
  .timeline > *,
  .diagram > *,
  .agent-diagram > *,
  .route-diagram > *,
  [class*="flow"] > *,
  [class*="rail"] > *,
  [class*="track"] > *,
  [class*="timeline"] > *,
  [class*="diagram"] > *,
  [class*="path"] > * {
    max-width: none;
  }

  /* Most animated SVG/canvas layers must not push layout wider */
  svg,
  canvas,
  video,
  img {
    max-width: 100%;
  }

  /* Fallback for absolute animated particles/orbs */
  [class*="orb"],
  [class*="particle"],
  [class*="pulse"],
  [class*="signal"],
  [class*="node"] {
    max-width: 100vw;
  }
}
/* END CLIPHORIUM MOBILE ANIMATION CONTAINMENT FINAL */

/* SEE IT IN ACTION MOBILE CONTAINMENT FINAL
   Stops the scenario animation from widening/jumping the whole page. */
@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  /* Target the See It In Action / signal demo area */
  section:has(h2) {
    max-width: 100%;
  }

  /* Broad but homepage-animation-specific containment */
  .scenario,
  .scenario *,
  .scenario-flow,
  .scenario-flow *,
  .signal-flow,
  .signal-flow *,
  .signal-demo,
  .signal-demo *,
  .demo-flow,
  .demo-flow *,
  .flow-demo,
  .flow-demo *,
  .agent-preview,
  .agent-preview *,
  .live-preview,
  .live-preview *,
  .system-preview,
  .system-preview *,
  .command-center,
  .command-center *,
  [class*="scenario"],
  [class*="scenario"] *,
  [class*="signal"],
  [class*="signal"] *,
  [class*="demo"],
  [class*="demo"] *,
  [class*="preview"],
  [class*="preview"] * {
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* The actual animated rail/steps can scroll inside itself, not the page */
  .scenario-flow,
  .signal-flow,
  .demo-flow,
  .flow-demo,
  [class*="scenario-flow"],
  [class*="signal-flow"],
  [class*="demo-flow"],
  [class*="flow-demo"] {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    touch-action: pan-y;
  }

  /* Stop animated/absolute elements from forcing layout width */
  .scenario-flow > *,
  .signal-flow > *,
  .demo-flow > *,
  .flow-demo > *,
  [class*="scenario-flow"] > *,
  [class*="signal-flow"] > *,
  [class*="demo-flow"] > *,
  [class*="flow-demo"] > * {
    max-width: none !important;
  }

  /* Prevent transform/animation layers from creating page-wide overflow */
  [class*="scenario"] [style*="transform"],
  [class*="signal"] [style*="transform"],
  [class*="demo"] [style*="transform"],
  [class*="preview"] [style*="transform"] {
    max-width: 100% !important;
  }
}
/* END SEE IT IN ACTION MOBILE CONTAINMENT FINAL */

/* EXACT SEE IT IN ACTION MOBILE FIX */
@media (max-width: 760px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .ch-see-action-mobile-fix {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
    contain: layout paint !important;
  }

  .ch-see-action-mobile-fix * {
    box-sizing: border-box !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  /* Stop the animated scenario area from pushing the viewport wider */
  .ch-see-action-mobile-fix [class*="flow"],
  .ch-see-action-mobile-fix [class*="rail"],
  .ch-see-action-mobile-fix [class*="track"],
  .ch-see-action-mobile-fix [class*="scenario"],
  .ch-see-action-mobile-fix [class*="signal"],
  .ch-see-action-mobile-fix [class*="step"],
  .ch-see-action-mobile-fix [class*="preview"],
  .ch-see-action-mobile-fix [class*="demo"],
  .ch-see-action-mobile-fix [class*="timeline"],
  .ch-see-action-mobile-fix [class*="animation"] {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    transform: none !important;
  }

  /* Disable motion on mobile for this section only; keep content visible */
  .ch-see-action-mobile-fix *,
  .ch-see-action-mobile-fix *::before,
  .ch-see-action-mobile-fix *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    transform: none !important;
  }

  .ch-see-action-mobile-fix img,
  .ch-see-action-mobile-fix svg,
  .ch-see-action-mobile-fix canvas,
  .ch-see-action-mobile-fix video {
    max-width: 100% !important;
    height: auto !important;
  }
}
/* END EXACT SEE IT IN ACTION MOBILE FIX */

/* ============================================================
   MOBILE vs DESKTOP HOME SPLIT
   ============================================================ */
.ch-desktop-home { display: block; }
.ch-mobile-home  { display: none; }

@media (max-width: 900px) {
  .ch-desktop-home { display: none !important; }
  .ch-mobile-home  { display: block !important; }
}

/* ============================================================
   MOBILE HOMEPAGE STYLES (.ch-mobile-home)
   No animations. No horizontal scroll. No transform layers.
   ============================================================ */
.ch-mobile-home {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
  background: #020617;
  color: #E2E8F0;
}

.ch-mobile-home *,
.ch-mobile-home *::before,
.ch-mobile-home *::after {
  box-sizing: border-box;
  min-width: 0;
  max-width: 100%;
}

.ch-mh-hero {
  padding: 48px 20px 40px;
  background: linear-gradient(160deg, #020617 0%, #07111F 60%, #0B1726 100%);
  border-bottom: 1px solid rgba(0,229,168,.12);
}

.ch-mh-section {
  padding: 48px 20px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}

.ch-mh-section-alt {
  background: #040D1A;
}

.ch-mh-cta-section {
  text-align: center;
  background: #07111F;
}

.ch-mh-cta-row {
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 12px !important;
}

/* Static vertical flow path */
.ch-mh-flow-path {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  margin: 24px 0;
  max-width: 340px;
}

.ch-mh-flow-node {
  background: rgba(0,229,168,.08);
  border: 1px solid rgba(0,229,168,.25);
  border-radius: 8px;
  padding: 10px 16px;
  font-size: .88rem;
  font-weight: 600;
  color: #E2E8F0;
  letter-spacing: .02em;
  width: 100%;
}

.ch-mh-flow-final {
  background: rgba(0,229,168,.18);
  border-color: rgba(0,229,168,.6);
  color: #00E5A8;
}

.ch-mh-flow-arrow {
  color: rgba(0,229,168,.5);
  font-size: 1.2rem;
  padding: 4px 16px;
  line-height: 1;
}

/* Generic card list */
.ch-mh-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.ch-mh-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  padding: 16px;
  font-size: .9rem;
  color: #AAB7C4;
  line-height: 1.6;
}

.ch-mh-card-icon {
  font-size: 1.3rem;
  flex-shrink: 0;
  margin-top: 2px;
}

.ch-mh-card strong {
  display: block;
  color: #E2E8F0;
  font-size: .95rem;
  margin-bottom: 4px;
}

.ch-mh-card p {
  margin: 0;
  font-size: .88rem;
}

.ch-mh-card-problem {
  background: rgba(255,77,109,.06);
  border-color: rgba(255,77,109,.18);
}

.ch-mh-card-resolve {
  background: rgba(0,229,168,.06);
  border-color: rgba(0,229,168,.18);
}

.ch-mh-icon-x {
  color: #FF4D6D;
  font-weight: 900;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 1px;
}

.ch-mh-icon-ok {
  color: #00E5A8;
  font-weight: 900;
  font-size: 1.1rem;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Package cards */
.ch-mh-pkg-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 24px 20px;
}

.ch-mh-pkg-featured {
  background: rgba(0,229,168,.06);
  border-color: rgba(0,229,168,.4);
}

.ch-mh-pkg-icon {
  font-size: 1.8rem;
  margin-bottom: 8px;
}

.ch-mh-pkg-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: #E2E8F0;
  margin-bottom: 6px;
}

.ch-mh-pkg-tag {
  font-size: .88rem;
  color: #667789;
  margin: 0 0 14px;
  line-height: 1.5;
}

.ch-mh-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.ch-mh-list li {
  font-size: .88rem;
  color: #AAB7C4;
  padding-left: 18px;
  position: relative;
  line-height: 1.5;
}

.ch-mh-list li::before {
  content: '·';
  position: absolute;
  left: 6px;
  color: #00E5A8;
}

.ch-mh-flow-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 2px;
  align-items: center;
  font-size: .78rem;
  color: #667789;
  margin: 12px 0 16px;
}

.ch-mh-arr {
  color: rgba(0,229,168,.5);
  margin: 0 2px;
}

.ch-mh-price {
  font-size: 1rem;
  font-weight: 700;
  color: #E2E8F0;
  margin-bottom: 16px;
}

.ch-mh-full-btn {
  width: 100% !important;
  justify-content: center !important;
  text-align: center;
}

/* Step cards */
.ch-mh-step-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  padding: 18px 16px;
}

.ch-mh-step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(0,229,168,.15);
  border: 1px solid rgba(0,229,168,.4);
  color: #00E5A8;
  font-size: 1rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.ch-mh-step-card strong {
  display: block;
  color: #E2E8F0;
  font-size: .95rem;
  margin-bottom: 4px;
}

.ch-mh-step-card p {
  margin: 0;
  font-size: .88rem;
  color: #AAB7C4;
  line-height: 1.6;
}

/* Use case cards */
.ch-mh-uc-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  padding: 16px;
}

.ch-mh-uc-tag {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #00E5A8;
  background: rgba(0,229,168,.1);
  border: 1px solid rgba(0,229,168,.25);
  border-radius: 4px;
  padding: 2px 8px;
  margin-bottom: 8px;
}

.ch-mh-uc-card strong {
  display: block;
  color: #E2E8F0;
  font-size: .93rem;
  margin-bottom: 6px;
}

.ch-mh-uc-card p {
  margin: 0;
  font-size: .86rem;
  color: #AAB7C4;
  line-height: 1.5;
}

/* Pricing cards */
.ch-mh-price-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 14px;
  padding: 24px 20px;
}

.ch-mh-price-featured {
  background: rgba(0,229,168,.06);
  border-color: rgba(0,229,168,.4);
}

.ch-mh-price-tier {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #00E5A8;
  margin-bottom: 6px;
}

.ch-mh-price-name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #E2E8F0;
  margin-bottom: 4px;
}

.ch-mh-price-tagline {
  font-size: .86rem;
  color: #667789;
  margin-bottom: 16px;
  line-height: 1.5;
}

.ch-mh-price-amount {
  margin-bottom: 16px;
}

.ch-mh-price-setup {
  font-size: 1.6rem;
  font-weight: 800;
  color: #E2E8F0;
  line-height: 1.1;
  margin-bottom: 2px;
}

.ch-mh-price-label {
  font-size: .9rem;
  font-weight: 400;
  color: #667789;
}

.ch-mh-price-monthly {
  font-size: .9rem;
  color: #667789;
}
/* END EXACT SEE IT IN ACTION MOBILE FIX */


/* OPTION C CHECKOUT BUTTONS */
.ao-secondary-checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid rgba(125, 211, 252, .28);
  background: rgba(2, 6, 23, .42);
  color: rgba(245, 248, 255, .94);
  font-weight: 850;
  text-decoration: none;
  box-shadow: 0 0 22px rgba(125, 211, 252, .10);
}

.ao-secondary-checkout:hover {
  border-color: rgba(0, 229, 168, .48);
  color: #00E5A8;
}
/* END OPTION C CHECKOUT BUTTONS */
