/* MSSP reference composition, using the site's navy, blue, coral and official wordmark. */
.msp-story { --msp-navy: #0f1c4d; --msp-blue: #2f6fed; --msp-muted: #53658c; padding: 44px 0; position: relative; overflow: hidden; scroll-margin-top: 84px; color: var(--msp-navy); background: radial-gradient(ellipse at 74% 49%, #e4efff 0, #f6f9fe 36%, #fff 72%); }
.msp-in { width: min(1560px, calc(100% - 100px)); margin: auto; display: grid; grid-template-columns: .94fr 1.06fr; gap: 40px; align-items: center; }
.msp-copy { min-width: 0; }
.msp-kicker { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; color: #8192b6; font-size: 12px; font-weight: 800; line-height: 1.5; letter-spacing: .18em; text-transform: uppercase; }
.msp-kicker::before { content: ''; width: 36px; height: 2px; background: var(--red); }
.msp-kicker span { color: var(--red); }
.msp-copy h2 { margin-top: 28px; font-size: clamp(34px, 3.15vw, 52px); font-weight: 900; line-height: 1.1; letter-spacing: -.045em; color: var(--msp-navy); }
.msp-copy h2 em { font-style: normal; color: var(--msp-blue); white-space: nowrap; }
.msp-copy h2 em span { color: var(--red); }
.msp-lead { margin-top: 27px; color: var(--msp-muted); font-size: clamp(17px, 1.35vw, 21px); line-height: 1.6; max-width: 660px; }
.msp-benefits { display: grid; gap: 17px; margin-top: 29px; }
.msp-benefits li { display: flex; align-items: flex-start; gap: 22px; padding: 17px 20px; border: 1px solid #dfe7f4; background: #ffffffb8; box-shadow: 0 12px 26px #21376104; border-radius: 14px; }
.msp-benefit-icon { display: grid; place-items: center; flex: none; width: 64px; height: 64px; border-radius: 14px; background: linear-gradient(140deg, #eaf2ff, #e7eefb); color: var(--msp-blue); }
.msp-benefit-icon svg { width: 30px; height: 30px; }
.msp-benefits h3 { margin: 1px 0 5px; color: var(--msp-navy); font-size: 19px; line-height: 1.35; font-weight: 800; letter-spacing: -.025em; }
.msp-benefits p { color: var(--msp-muted); font-size: 16px; line-height: 1.5; }
.msp-ctas { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; margin-top: 32px; }
.msp-ctas a { display: inline-flex; align-items: center; justify-content: center; gap: 14px; font-size: 16px; font-weight: 700; }
.msp-ctas svg { width: 23px; height: 23px; }
.msp-demo { min-height: 59px; padding: 15px 28px; border-radius: 12px; background: var(--red); color: #fff; box-shadow: 0 10px 28px #f23e4518; transition: background .2s, transform .2s; }
.msp-demo:hover { background: #d92f3b; transform: translateY(-2px); }
.msp-partner { color: var(--msp-blue); }
.msp-partner:hover { color: var(--msp-navy); }
.msp-visual { min-width: 0; position: relative; padding-block: 4px 0; isolation: isolate; }
.msp-orbit { position: absolute; z-index: -1; width: 100%; aspect-ratio: 1; left: 0; top: 0; border: 1px solid #d8e8ff; border-radius: 50%; box-shadow: inset 0 0 0 40px #eaf3ff33, inset 0 0 0 90px #d9e8fc22, 0 0 80px #d5e6ff55; }
.msp-orbit::before, .msp-orbit::after { content: ''; position: absolute; width: 19px; height: 19px; border-radius: 50%; background: #bdd5ff; top: 49%; left: -10px; }
.msp-orbit::after { left: auto; right: -10px; }
.msp-wires { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; color: #4f86f5; }
.msp-nodes { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; gap: 24px; padding-inline: 18px; margin-bottom: 84px; }
.msp-node { padding: 12px 7px 10px; width: 94px; min-height: 102px; justify-self: center; border: 1px solid #fff; border-radius: 19px; color: var(--msp-navy); background: #ffffffdf; box-shadow: 0 13px 30px #558af218; transition: transform .2s, box-shadow .2s; }
.msp-node span { display: grid; place-items: center; height: 48px; color: var(--msp-blue); }
.msp-node svg { width: 34px; height: 34px; stroke-width: 2; }
.msp-node b { display: block; font-size: 13px; line-height: 1.3; margin-top: 8px; }
.msp-node.node-0 { margin-top: 26px; }
.msp-node.node-2 { margin-top: 25px; }
.msp-node.node-3 { margin-top: 32px; }
.msp-node:hover, .msp-node.is-selected { transform: translateY(-4px); box-shadow: 0 14px 30px #2f6fed30; border-color: #bbd3ff; }
.msp-node.node-1 svg { color: #345192; }
.msp-console { position: relative; margin-inline: 6px; border-radius: 23px; padding: 22px 18px 15px; background: #ffffffeb; border: 1px solid #dce8fc; box-shadow: 0 20px 60px #4b83ce17; }
.msp-console-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 1px 7px 24px; }
.msp-logo { width: 190px; --logo-threat: #f23e45; --logo-responder: #0f1c4d; flex: none; }
.msp-logo svg { width: 100%; height: auto; }
.msp-console-verbs { font-size: 7px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: #8d9cbc; white-space: nowrap; }
.msp-window-dots { display: flex; gap: 6px; }
.msp-window-dots i { display: block; width: 11px; height: 11px; border-radius: 50%; background: #cdd7e9; }
.msp-console-body { display: grid; grid-template-columns: 145px minmax(0, 1fr); gap: 18px; }
.msp-sidebar { display: grid; align-content: start; gap: 7px; }
.msp-sidebar button { display: flex; align-items: center; gap: 12px; min-height: 40px; padding: 8px 12px; border: 0; border-radius: 10px; background: transparent; color: #54668c; text-align: left; font-size: 12px; }
.msp-sidebar button svg { flex: none; width: 21px; height: 21px; }
.msp-sidebar button[aria-current], .msp-sidebar button:hover { color: var(--msp-blue); background: #eaf2ff; }
.msp-sidebar button[aria-current] { font-weight: 700; }
.msp-workspace { min-width: 0; padding: 11px 15px 8px; border: 1px solid #e3ebf8; border-radius: 15px; }
.msp-workspace-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding-bottom: 13px; border-bottom: 1px solid #e8eef8; }
.msp-workspace-head h3 { color: var(--msp-navy); font-size: 16px; line-height: 1.3; font-weight: 700; }
.msp-add { position: relative; flex: none; }
.msp-add summary { display: flex; align-items: center; gap: 6px; padding: 9px 10px; color: var(--msp-blue); background: #eaf2ff; border-radius: 9px; list-style: none; cursor: pointer; font-size: 10px; font-weight: 700; }
.msp-add summary::-webkit-details-marker { display: none; }
.msp-add summary svg { width: 14px; height: 14px; }
.msp-add > div { position: absolute; z-index: 5; right: 0; top: calc(100% + 6px); min-width: 190px; padding: 10px; border-radius: 12px; border: 1px solid #dce6f7; background: #fff; box-shadow: 0 12px 30px #163a7330; }
.msp-add p { font-size: 10px; color: #7889a8; margin: 0 0 5px; }
.msp-add button { display: flex; align-items: center; width: 100%; gap: 9px; padding: 9px; border: 0; background: #fff; color: var(--msp-navy); font-size: 12px; border-radius: 6px; text-align: left; }
.msp-add button:hover { background: #edf4ff; }
.msp-add button svg { width: 20px; height: 20px; color: var(--msp-blue); }
.msp-row { width: 100%; min-height: 59px; display: grid; grid-template-columns: 38px minmax(0, 1fr) auto 14px; gap: 11px; align-items: center; padding: 7px 4px; border: 0; border-bottom: 1px solid #e8eef8; text-align: left; background: transparent; color: var(--msp-navy); }
.msp-row:hover, .msp-row.is-selected { background: #eef5ff; }
.msp-row b { font-size: 12px; line-height: 1.4; font-weight: 700; }
.msp-row > svg { width: 12px; height: 12px; color: #7d93bd; }
.msp-row-icon { display: grid; place-items: center; width: 38px; height: 39px; border-radius: 10px; background: #314273; color: #fff; }
.msp-row-icon svg { width: 21px; height: 21px; }
.msp-row-icon.webhooks { background: #4f63ad; }
.msp-row-icon.api { background: #142957; }
.msp-row-icon.customers { background: #dfebff; color: #2256b1; }
.msp-state { display: flex; align-items: center; gap: 6px; white-space: nowrap; color: #7a8eb5; font-size: 10px; }
.msp-state i { width: 7px; height: 7px; border-radius: 50%; background: #21b88b; box-shadow: 0 0 0 3px #d9f1e9; }
.msp-context { min-height: 48px; margin-top: 9px; font-size: 10px; line-height: 1.5; color: #637aa6; }
.msp-context span { white-space: nowrap; color: #96a4be; }
.msp-assurance { position: absolute; right: -20px; bottom: -16px; display: flex; align-items: center; gap: 12px; padding: 15px 17px; border: 1px solid #f8e4e9; border-radius: 15px; background: #fff9fbf5; box-shadow: 0 16px 34px #ef597a15; }
.msp-assurance svg { width: 30px; height: 30px; color: var(--red); stroke-width: 3; }
.msp-assurance p { font-size: 10px; line-height: 1.5; color: var(--msp-navy); }
.msp-stack { position: relative; margin-top: 50px; }
.msp-stack-label { width: max-content; margin: 0 auto 27px; padding: 9px 23px; border: 1px solid #dce7fa; border-radius: 30px; background: #ffffffdf; color: #6c80a8; font-size: 9px; font-weight: 800; line-height: 1.3; letter-spacing: .26em; text-transform: uppercase; }
.msp-destinations { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.msp-destinations button { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 9px; text-align: left; border: 1px solid #dfe7f4; border-radius: 13px; color: var(--msp-navy); background: #ffffffd9; box-shadow: 0 10px 20px #22468105; }
.msp-destinations button:hover { border-color: #9fbeef; background: #fff; }
.msp-destinations img, .msp-destinations button > svg { flex: none; width: 30px; height: 30px; color: var(--msp-blue); }
.msp-destinations b { display: block; font-size: 11px; line-height: 1.3; font-weight: 700; }
.msp-destinations small { display: block; margin-top: 4px; font-size: 9px; line-height: 1.3; color: #6a7fa8; }
.msp-teams { position: relative; flex: none; display: block; width: 32px; height: 33px; }
.msp-teams::before, .msp-teams::after { content: ''; position: absolute; border-radius: 50%; background: #7b83dc; width: 11px; height: 11px; top: 0; left: 13px; }
.msp-teams::after { width: 8px; height: 8px; top: 4px; left: 25px; background: #5059c9; }
.msp-teams i { position: absolute; inset: 12px 0 0 12px; border-radius: 3px 3px 8px 8px; background: linear-gradient(90deg, #7b83dc 65%, #5059c9 65%); }
.msp-teams > b { position: absolute; left: 0; top: 10px; display: grid; place-items: center; width: 21px; height: 22px; border-radius: 2px; color: #fff; background: #5059c9; font: 700 16px Arial, sans-serif; box-shadow: 2px 2px 4px #262d7740; }
@media (min-width: 1101px) and (max-height: 950px) {
  .msp-story { padding-block: 20px; }
  .msp-in { gap: 30px; }
  .msp-copy h2 { font-size: 37px; margin-top: 19px; }
  .msp-lead { font-size: 16px; line-height: 1.55; margin-top: 20px; }
  .msp-benefits { gap: 12px; margin-top: 22px; }
  .msp-benefits li { padding: 13px 15px; gap: 15px; }
  .msp-benefit-icon { width: 48px; height: 48px; border-radius: 11px; }
  .msp-benefit-icon svg { width: 26px; height: 26px; }
  .msp-benefits h3 { font-size: 16px; }
  .msp-benefits p { font-size: 13px; }
  .msp-ctas { margin-top: 24px; gap: 22px; }
  .msp-ctas a { font-size: 14px; }
  .msp-demo { min-height: 47px; padding: 12px 23px; }
  .msp-nodes { margin-bottom: 28px; }
  .msp-node { width: 82px; min-height: 89px; padding: 9px 5px; }
  .msp-node span { height: 36px; }
  .msp-node svg { width: 29px; height: 29px; }
  .msp-node b { font-size: 11px; }
  .msp-console { padding: 13px 12px 12px; }
  .msp-console-head { padding-bottom: 16px; }
  .msp-logo { width: 156px; }
  .msp-console-verbs { font-size: 6px; }
  .msp-console-body { grid-template-columns: 112px minmax(0, 1fr); gap: 9px; }
  .msp-sidebar button { padding-inline: 6px; gap: 8px; font-size: 10px; }
  .msp-workspace { padding-inline: 10px; }
  .msp-row { min-height: 48px; grid-template-columns: 31px minmax(0, 1fr) auto 12px; gap: 8px; }
  .msp-row-icon { width: 31px; height: 33px; border-radius: 8px; }
  .msp-row b { font-size: 11px; }
  .msp-context { min-height: 27px; font-size: 9px; }
  .msp-workspace-head { padding-bottom: 9px; }
  .msp-stack { margin-top: 20px; }
  .msp-stack-label { margin-bottom: 17px; }
  .msp-destinations button { padding: 11px 7px; gap: 7px; }
  .msp-destinations img, .msp-destinations button > svg { width: 25px; height: 25px; }
}
@media (max-width: 1300px) and (min-width: 1101px) {
  .msp-in { width: calc(100% - 64px); gap: 26px; }
  .msp-console-verbs { display: none; }
  .msp-console-body { grid-template-columns: 105px minmax(0, 1fr); gap: 9px; }
  .msp-workspace-head h3 { font-size: 14px; }
}
@media (max-width: 1100px) {
  .msp-story { padding-block: 42px; }
  .msp-in { width: calc(100% - 48px); grid-template-columns: 1fr; gap: 52px; max-width: 800px; }
  .msp-copy h2 { font-size: clamp(35px, 5vw, 49px); }
  .msp-visual { margin-inline: 10px; }
  .msp-lead { max-width: none; }
}
@media (max-width: 600px) {
  .msp-in { width: calc(100% - 36px); gap: 38px; }
  .msp-kicker { gap: 9px; font-size: 9px; letter-spacing: .12em; }
  .msp-kicker::before { width: 24px; }
  .msp-copy h2 { margin-top: 22px; font-size: 35px; }
  .msp-copy h2 em { white-space: normal; }
  .msp-lead { font-size: 16px; margin-top: 21px; }
  .msp-benefits { gap: 12px; margin-top: 22px; }
  .msp-benefits li { padding: 15px 13px; gap: 13px; }
  .msp-benefit-icon { width: 42px; height: 44px; border-radius: 10px; }
  .msp-benefit-icon svg { width: 24px; height: 24px; }
  .msp-benefits h3 { font-size: 16px; }
  .msp-benefits p { font-size: 14px; }
  .msp-ctas { gap: 21px; }
  .msp-ctas a { font-size: 14px; }
  .msp-demo { min-height: 50px; padding: 12px 20px; }
  .msp-visual { margin-inline: 0; }
  .msp-nodes { gap: 9px; padding-inline: 0; margin-bottom: 42px; }
  .msp-node { width: 100%; min-height: 86px; border-radius: 13px; padding: 9px 3px; }
  .msp-node b { font-size: 10px; }
  .msp-node span { height: 32px; }
  .msp-node svg { width: 27px; height: 27px; }
  .msp-console { margin: 0; padding: 15px 9px 9px; border-radius: 17px; }
  .msp-logo { width: 150px; }
  .msp-console-head { padding: 0 5px 17px; }
  .msp-console-verbs { display: none; }
  .msp-window-dots i { width: 7px; height: 7px; }
  .msp-console-body { grid-template-columns: 1fr; gap: 10px; }
  .msp-sidebar { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 4px; }
  .msp-sidebar button { justify-content: center; min-height: 35px; padding: 7px 3px; }
  .msp-sidebar button span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
  .msp-workspace { padding: 11px 9px 8px; }
  .msp-workspace-head h3 { font-size: 14px; }
  .msp-row { min-height: 55px; grid-template-columns: 32px minmax(0, 1fr) auto 10px; gap: 8px; }
  .msp-row-icon { width: 32px; height: 34px; }
  .msp-row b { font-size: 11px; }
  .msp-state { font-size: 9px; }
  .msp-context { font-size: 10px; min-height: 61px; }
  .msp-assurance { position: relative; right: auto; bottom: auto; margin: 10px 0 0 auto; width: max-content; padding: 10px 15px; }
  .msp-stack { margin-top: 27px; }
  .msp-stack-label { font-size: 8px; margin-bottom: 17px; }
  .msp-destinations { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .msp-destinations button { justify-content: flex-start; padding: 13px; }
  .msp-orbit { top: 75px; }
  .msp-wires { height: 640px; }
}
@media (prefers-reduced-motion: reduce) { .msp-node, .msp-demo { transition: none; } }
