
/* Not Out Labs V9.9.3 — Revenue Execution positioning layer */
.nol-rev-section{padding:86px 0;position:relative;overflow:hidden;background:#f7f8fb;color:#0c1730}
.nol-rev-section.nol-rev-dark{background:#071226;color:#f5f8ff}
.nol-rev-section.nol-rev-dark:before{content:"";position:absolute;inset:-25% auto auto 60%;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(70,124,255,.17),rgba(70,124,255,0) 68%);pointer-events:none}
.nol-rev-wrap{position:relative;z-index:1}
.nol-rev-eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:12px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:#5269a2;margin-bottom:16px}
.nol-rev-dark .nol-rev-eyebrow{color:#9eb6ff}
.nol-rev-head{max-width:850px;margin-bottom:34px}
.nol-rev-head h2{font-size:clamp(34px,4vw,58px);line-height:1.02;letter-spacing:-.045em;margin:0 0 16px}
.nol-rev-head p{font-size:18px;line-height:1.72;margin:0;color:#536078}
.nol-rev-dark .nol-rev-head p{color:#b8c5dd}
.nol-rev-flow{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;margin:28px 0 30px}
.nol-rev-step{position:relative;min-height:140px;padding:20px 15px 17px;border:1px solid #dfe5ef;border-radius:18px;background:#fff;box-shadow:0 12px 34px rgba(9,24,55,.055)}
.nol-rev-dark .nol-rev-step{background:rgba(255,255,255,.045);border-color:rgba(255,255,255,.11);box-shadow:none}
.nol-rev-step .num{display:block;font-size:11px;font-weight:800;letter-spacing:.14em;color:#667ba9;margin-bottom:14px}
.nol-rev-dark .nol-rev-step .num{color:#88a8ff}
.nol-rev-step b{display:block;font-size:16px;line-height:1.18;margin-bottom:7px}
.nol-rev-step span{display:block;font-size:13px;line-height:1.52;color:#68748a}
.nol-rev-dark .nol-rev-step span{color:#aebbd3}
.nol-rev-two{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:22px}
.nol-rev-card{padding:26px;border:1px solid #dfe5ef;border-radius:20px;background:#fff}
.nol-rev-dark .nol-rev-card{background:rgba(255,255,255,.045);border-color:rgba(255,255,255,.11)}
.nol-rev-card h3{font-size:20px;margin:0 0 12px;letter-spacing:-.015em}
.nol-rev-card p{margin:0 0 12px;line-height:1.65;color:#5d687d}
.nol-rev-dark .nol-rev-card p{color:#b9c5d9}
.nol-rev-list{list-style:none;padding:0;margin:0;display:grid;gap:9px}
.nol-rev-list li{position:relative;padding-left:20px;font-size:14px;line-height:1.5;color:#37465f}
.nol-rev-dark .nol-rev-list li{color:#d8e0ef}
.nol-rev-list li:before{content:"";position:absolute;left:0;top:.56em;width:7px;height:7px;border-radius:50%;background:#5577d8}
.nol-rev-note{margin-top:18px;padding:17px 20px;border-radius:15px;background:#eef2fb;border-left:3px solid #5577d8;font-size:14px;line-height:1.6;color:#34445f}
.nol-rev-dark .nol-rev-note{background:rgba(83,119,216,.12);color:#d4ddef;border-left-color:#7598ff}
.nol-rev-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:26px}
.nol-rev-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 18px;border-radius:12px;text-decoration:none;font-size:14px;font-weight:800;transition:.18s ease}
.nol-rev-btn.primary{background:#173777;color:#fff;border:1px solid #173777}
.nol-rev-dark .nol-rev-btn.primary{background:#f4f7ff;color:#09152b;border-color:#f4f7ff}
.nol-rev-btn.secondary{background:transparent;color:inherit;border:1px solid #cfd8e8}
.nol-rev-dark .nol-rev-btn.secondary{border-color:rgba(255,255,255,.22)}
.nol-rev-btn:hover{transform:translateY(-1px)}
.nol-rev-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:24px 0 0}
.nol-rev-metric{padding:19px;border-radius:16px;border:1px solid #dfe5ef;background:#fff}
.nol-rev-dark .nol-rev-metric{background:rgba(255,255,255,.045);border-color:rgba(255,255,255,.11)}
.nol-rev-metric b{display:block;font-size:14px;margin-bottom:5px}
.nol-rev-metric span{font-size:12px;line-height:1.45;color:#6a768d}
.nol-rev-dark .nol-rev-metric span{color:#aebbd3}
@media(max-width:1100px){.nol-rev-flow{grid-template-columns:repeat(4,1fr)}.nol-rev-metrics{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.nol-rev-section{padding:62px 0}.nol-rev-two{grid-template-columns:1fr}.nol-rev-flow{grid-template-columns:1fr 1fr}.nol-rev-metrics{grid-template-columns:1fr 1fr}.nol-rev-step{min-height:0}.nol-rev-head p{font-size:16px}}
@media(max-width:480px){.nol-rev-flow,.nol-rev-metrics{grid-template-columns:1fr}}

/* V9.9.6 visual hardening — isolate Revenue Execution components from legacy/global selectors */
.nol-rev-head h2{color:#0c1730}
.nol-rev-dark .nol-rev-head h2{color:#f5f8ff}
.nol-rev-step .num{
  width:auto;
  height:auto;
  min-width:0;
  min-height:0;
  display:block;
  place-items:initial;
  padding:0;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  line-height:1;
}
.nol-rev-step b,.nol-rev-card h3,.nol-rev-metric b{color:#0c1730}
.nol-rev-dark .nol-rev-step b,.nol-rev-dark .nol-rev-card h3,.nol-rev-dark .nol-rev-metric b{color:#f5f8ff}
.nol-rev-dark .nol-rev-btn.secondary{color:#f5f8ff}
