/* ==========================================================================
   MSP Process — Outbound Notifications page
   Cyan-led with green accents (dual-brand, matches the home page).
   Reuses sa-hero / sa-section / sa-head primitives. All page-specific
   styles are outb-* namespaced. Non-boxy world-class typography —
   minimal card chrome; deliberate dark sim card on the delivery log.
   ========================================================================== */

/* --- Hero overrides --------------------------------------------------- */
.outb-hero .sa-hero__title-grad {
  background: linear-gradient(135deg, var(--brand-cyan) 0%, #00bfff 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.outb-hero .sa-hero__pulse-eyebrow {
  color: var(--brand-cyan);
  background: rgba(0, 186, 251, 0.10);
  border: 1px solid rgba(0, 186, 251, 0.30);
}
.outb-hero .sa-hero__pulse-eyebrow .sa-pulse {
  background: var(--brand-cyan);
  box-shadow: 0 0 10px var(--brand-cyan), 0 0 0 4px rgba(0, 186, 251, 0.18);
}
.outb-hero .sa-hero__glow { background: rgba(0, 186, 251, 0.30); }
.outb-hero .sa-hero__inner { grid-template-columns: 1fr; max-width: 920px; text-align: center; }
.outb-hero .sa-hero__copy { align-items: center; }
.outb-hero .sa-hero__sub { margin-left: auto; margin-right: auto; }
.outb-hero .sa-hero__stats { max-width: 720px; margin-inline: auto; }

.outb-grad {
  background: linear-gradient(135deg, var(--brand-cyan) 0%, #00bfff 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}

/* --- Problem compare — non-boxy left-accent timelines ----------------- */
.outb-compare {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  max-width: 1180px;
  margin: clamp(2rem, 4vw, 3rem) auto 0;
}
.outb-compare__col {
  position: relative;
  padding: 26px 8px 26px 26px;
  border-left: 3px solid rgba(255, 255, 255, 0.10);
  background: transparent;
}
.outb-compare__col--bad  { border-left-color: rgba(255, 94, 94, 0.55); }
.outb-compare__col--good { border-left-color: var(--brand-cyan); }
.outb-compare__tag {
  display: inline-block; margin-bottom: 6px;
  font-family: var(--font-mono, 'JetBrains Mono', ui-monospace, monospace);
  font-size: 10px; letter-spacing: 0.14em; font-weight: 800; text-transform: uppercase;
}
.outb-compare__col--bad  .outb-compare__tag { color: #ff5e5e; }
.outb-compare__col--good .outb-compare__tag { color: var(--brand-cyan); }
.outb-compare__h {
  font-family: var(--font-brand); font-weight: 600;
  font-size: clamp(1.25rem, 0.9rem + 1vw, 1.5rem);
  line-height: 1.2; letter-spacing: -0.3px;
  color: var(--heading); margin: 0 0 18px;
}
.outb-compare__steps { position: relative; padding-left: 22px; display: flex; flex-direction: column; gap: 14px; }
.outb-compare__steps::before { content: ""; position: absolute; left: 7px; top: 6px; bottom: 6px; width: 2px; }
.outb-compare__col--bad  .outb-compare__steps::before { background: linear-gradient(180deg, rgba(255, 94, 94, 0.4), rgba(255, 94, 94, 0.15)); }
.outb-compare__col--good .outb-compare__steps::before { background: linear-gradient(180deg, rgba(0, 186, 251, 0.4), rgba(0, 186, 251, 0.15)); }
.outb-compare__step {
  position: relative;
  display: grid; grid-template-columns: 28px 1fr; gap: 12px;
  align-items: start;
}
.outb-compare__step::before {
  content: ""; position: absolute; left: -22px; top: 8px;
  width: 12px; height: 12px; border-radius: 50%;
  border: 3px solid var(--bg);
}
.outb-compare__col--bad  .outb-compare__step::before { background: #ff5e5e; box-shadow: 0 0 0 1px rgba(255, 94, 94, 0.5); }
.outb-compare__col--good .outb-compare__step::before { background: var(--brand-cyan); box-shadow: 0 0 0 1px rgba(0, 186, 251, 0.5); }
.outb-compare__icon {
  width: 24px; height: 24px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 800;
  flex-shrink: 0;
}
.outb-compare__col--bad  .outb-compare__icon { background: rgba(255, 94, 94, 0.12); color: #ff5e5e; }
.outb-compare__col--good .outb-compare__icon { background: rgba(0, 186, 251, 0.12); color: var(--brand-cyan); }
.outb-compare__text { font-size: 13.5px; line-height: 1.55; color: var(--text); }
.outb-compare__text strong { display: block; color: var(--heading); font-weight: 600; margin-bottom: 2px; }
@media (max-width: 900px) { .outb-compare { grid-template-columns: 1fr; } }

/* --- Channels / Triggers — non-boxy left-accent grid ------------------ */
.outb-feats {
  display: grid; grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px clamp(1.25rem, 2vw, 1.75rem);
  max-width: 1180px;
  margin: clamp(2rem, 4vw, 3rem) auto 0;
}
.outb-feats--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.outb-feat {
  position: relative;
  padding: 22px 4px 22px 22px;
  display: flex; flex-direction: column; gap: 11px;
  border-left: 2px solid rgba(0, 186, 251, 0.20);
  background: transparent;
  transition: border-color 0.35s ease, transform 0.35s cubic-bezier(.2,.7,.2,1);
}
.outb-feat:hover { border-left-color: var(--brand-cyan); transform: translateX(2px); }
.outb-feat__icon {
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-mono, 'JetBrains Mono', ui-monospace, monospace);
  font-size: 10px; letter-spacing: 0.14em; font-weight: 800; text-transform: uppercase;
  color: var(--brand-cyan);
  padding: 6px 12px;
  background: rgba(0, 186, 251, 0.10);
  border: 1px solid rgba(0, 186, 251, 0.28);
  border-radius: 999px;
  align-self: flex-start;
}
.outb-feat__title { font-family: var(--font-brand); font-weight: 600; font-size: 16.5px; line-height: 1.25; letter-spacing: -0.2px; color: var(--heading); margin: 0; }
.outb-feat__desc { font-weight: 300; font-size: 13.5px; line-height: 1.55; color: var(--text); margin: 0; }
@media (max-width: 1080px) { .outb-feats { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px) { .outb-feats { grid-template-columns: 1fr; } }

/* --- Delivery log mock — deliberate sim card --------------------------- */
.outb-log-wrap {
  max-width: 1100px;
  margin: clamp(2rem, 4vw, 3rem) auto 0;
}
.outb-log {
  position: relative;
  background: linear-gradient(180deg, #0f1729, #050917);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 30px 60px -16px rgba(0, 0, 0, 0.5);
  color: #fff;
}
.outb-log__bar { display: flex; align-items: center; gap: 8px; padding: 10px 14px; background: rgba(255, 255, 255, 0.04); border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.outb-log__dot { width: 10px; height: 10px; border-radius: 50%; flex: none; }
.outb-log__title { margin-left: auto; font-family: var(--font-mono, 'JetBrains Mono', ui-monospace, monospace); font-size: 11px; letter-spacing: 0.10em; color: rgba(255, 255, 255, 0.7); text-transform: uppercase; font-weight: 800; }
.outb-log__head, .outb-log__row {
  display: grid; grid-template-columns: 110px minmax(0, 1fr) 140px 120px 110px;
  gap: 14px; padding: 12px 18px;
  align-items: center;
}
.outb-log__head {
  background: rgba(255, 255, 255, 0.03);
  font-family: var(--font-mono, 'JetBrains Mono', ui-monospace, monospace);
  font-size: 10.5px; letter-spacing: 0.12em; font-weight: 800; text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}
.outb-log__row { border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
.outb-log__row:last-of-type { border-bottom: 0; }
.outb-log__chan {
  display: inline-flex; align-items: center; gap: 4px;
  padding: 3px 9px; border-radius: 999px;
  font-family: var(--font-mono, 'JetBrains Mono', ui-monospace, monospace);
  font-size: 9.5px; letter-spacing: 0.10em; font-weight: 800;
}
.outb-log__chan--teams  { color: var(--brand-cyan); background: rgba(0, 186, 251, 0.18); border: 1px solid rgba(0, 186, 251, 0.36); }
.outb-log__chan--sms    { color: #5af6a8; background: rgba(10, 154, 86, 0.18); border: 1px solid rgba(10, 154, 86, 0.36); }
.outb-log__chan--voice  { color: #ffa028; background: rgba(255, 160, 40, 0.18); border: 1px solid rgba(255, 160, 40, 0.36); }
.outb-log__chan--email  { color: #c0c6e0; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.18); }
.outb-log__msg { color: #fff; font-size: 13.5px; line-height: 1.4; }
.outb-log__msg strong { font-weight: 700; }
.outb-log__rcp { color: rgba(255, 255, 255, 0.78); font-size: 12.5px; }
.outb-log__status { color: #5af6a8; font-family: var(--font-brand); font-weight: 700; font-size: 12.5px; }
.outb-log__time { color: rgba(255, 255, 255, 0.55); font-family: var(--font-mono, 'JetBrains Mono', ui-monospace, monospace); font-size: 11.5px; letter-spacing: 0.04em; }
.outb-log__foot {
  padding: 12px 18px; background: rgba(10, 154, 86, 0.10);
  border-top: 1px solid rgba(10, 154, 86, 0.30);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  color: #5af6a8; font-size: 12.5px;
  flex-wrap: wrap;
}
.outb-log__foot strong { color: #fff; font-weight: 700; }
@media (max-width: 820px) {
  .outb-log__head, .outb-log__row { grid-template-columns: 1fr; gap: 6px; padding: 14px 18px; }
  .outb-log__head { display: none; }
  .outb-log__row .outb-log__rcp { color: var(--brand-cyan); font-weight: 700; }
}

/* --- Final CTA -------------------------------------------------------- */
.outb-final {
  position: relative; overflow: hidden;
  max-width: 1080px; margin-inline: auto;
  padding: clamp(2.5rem, 5vw, 4rem);
  border-radius: 22px; text-align: center;
  background: linear-gradient(135deg, rgba(0, 186, 251, 0.10), rgba(10, 154, 86, 0.04));
  border: 1px solid rgba(0, 186, 251, 0.22);
}
.outb-final::before {
  content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 900px; max-width: 130%; height: 280px;
  background: rgba(0, 186, 251, 0.14); filter: blur(110px); border-radius: 700px;
  pointer-events: none;
}
.outb-final__inner { position: relative; z-index: 1; }
.outb-final__title { font-size: clamp(1.75rem, 1.2rem + 1.6vw, 2.5rem); font-weight: 500; line-height: 1.12; letter-spacing: -0.4px; margin: 0 0 14px; }
.outb-final__sub { font-weight: 300; font-size: 15.5px; line-height: 1.55; color: var(--text); max-width: 640px; margin: 0 auto 24px; }
.outb-final__cta { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
