/* ============================================================
   PAICON 2026 — SatSight Dx page (scoped .pi-satsight)
   Ported from prototype satsight-dx/ (v2 canonical):
     styles-base.css (eyebrow/btn/ssv viewer/cta base)
   + styles-satsight.css (hero/demo/statement/cases/laptop/ssv)
   + styles-satsight-v2.css (prosol/how/cta tabs/r84 type)
   Tokens live globally in theme.css :root; aliases below.
   ============================================================ */
.pi-satsight {
  --crimson: #b94a4a;
  --crimson-soft: #e9c5c5;
  --teal-deep: #0e6e64;
  --ink-mute: var(--ink-3);
  --sans: var(--font-sans);
  color: var(--ink);
  background: var(--bg);
  font-family: var(--font-sans);
}
.pi-satsight * { box-sizing: border-box; }
.pi-satsight img, .pi-satsight svg { display: block; max-width: 100%; }

.pi-satsight .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  padding-bottom: 18px;
}
.pi-satsight .eyebrow--light { color: var(--accent); }
.pi-satsight .btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
  border: 1px solid transparent;
  white-space: nowrap;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.pi-satsight .btn--primary {
  background: var(--accent);
  color: #2a1300;
  border-color: var(--accent);
}
.pi-satsight .btn--primary:hover { transform: translateY(-1px); filter: brightness(1.05); }
.pi-satsight .btn--ghost {
  color: var(--ink);
  border-color: var(--line);
  background: rgba(10,18,64,0.02);
}
.pi-satsight .btn--ghost:hover { background: rgba(10,18,64,0.05); border-color: rgba(10,18,64,0.2); }
.pi-satsight .btn--ghost-light { color: #fff; border-color: rgba(255,255,255,0.22); background: rgba(255,255,255,0.04); }
.pi-satsight .btn--ghost-light:hover { background: rgba(255,255,255,0.08); }
.pi-satsight .btn span[aria-hidden] { transition: transform .2s ease; }
.pi-satsight .btn:hover span[aria-hidden] { transform: translateX(2px); }
.pi-satsight .hl {
  background-image: linear-gradient(transparent 70%, rgba(230, 122, 0,0.35) 70%);
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.25); opacity: 0.6; }
}
.pi-satsight .ssv { display: flex; flex-direction: column; color: #fff; font-family: "Inter", sans-serif; }
.pi-satsight .ssv__topbar {
  display: flex; align-items: center; justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid var(--line-on-dark);
  background: rgba(0,0,0,0.2);
}
.pi-satsight .ssv__brand { display: flex; align-items: center; gap: 8px; color: var(--accent); }
.pi-satsight .ssv__brand-mark { display: inline-flex; }
.pi-satsight .ssv__brand-name { font-weight: 600; font-size: 13px; color: #fff; letter-spacing: -0.01em; }
.pi-satsight .ssv__brand-ver {
  font-family: "Inter", sans-serif;
  font-size: 9px; letter-spacing: 0.1em;
  color: var(--ink-2-on-dark);
  padding: 2px 6px;
  border: 1px solid var(--line-on-dark);
  border-radius: 4px;
}
.pi-satsight .ssv__topbar-right { display: flex; align-items: center; gap: 10px; }
.pi-satsight .ssv__status {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: "Inter", sans-serif;
  font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ink-2-on-dark);
}
.pi-satsight .ssv__status-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: #e67a00;
  box-shadow: 0 0 8px rgba(230, 122, 0,0.6);
}
.pi-satsight .ssv__status--analyzing .ssv__status-dot { background: var(--accent); animation: ssv-pulse 0.8s ease-in-out infinite; }
@keyframes ssv-pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.3; } }
.pi-satsight .ssv__body { display: grid; grid-template-columns: 110px 1fr; gap: 0; position: relative; }
.pi-satsight .ssv--locked .ssv__rail, .pi-satsight .ssv--locked .ssv__main {
  filter: blur(11px) saturate(0.75);
  pointer-events: none;
  user-select: none;
}
.pi-satsight .ssv__preview {
  position: absolute; inset: 0; z-index: 5;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(180deg, rgba(10,18,64,0.55) 0%, rgba(10,18,64,0.78) 100%);
  border: none;
  cursor: pointer;
  text-align: left;
  font: inherit; color: inherit;
  padding: 24px;
}
.pi-satsight .ssv__preview-inner {
  display: flex; flex-direction: column; gap: 14px;
  max-width: 460px;
  align-items: flex-start;
}
.pi-satsight .ssv__preview-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase;
  color: #fff;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(4px);
}
.pi-satsight .ssv__preview-pulse {
  width: 6px; height: 6px; border-radius: 999px;
  background: #e67a00;
  box-shadow: 0 0 0 0 rgba(230, 122, 0, 0.7);
  animation: laptopPulse 1.8s ease-out infinite;
}
.pi-satsight .ssv__preview-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.25;
  margin: 0;
  text-wrap: balance;
  color: #fff;
  letter-spacing: -0.01em;
}
.pi-satsight .ssv__preview-sub {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,0.78);
  max-width: 420px;
}
.pi-satsight .ssv__preview-cta {
  margin-top: 4px;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 20px;
  border-radius: 999px;
  background: #e67a00;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 24px rgba(0,0,0,0.25);
  transition: transform .15s ease;
}
.pi-satsight .ssv__preview:hover .ssv__preview-cta { transform: translateY(-1px); }
.pi-satsight .ssv__rail {
  border-right: 1px solid var(--line-on-dark);
  padding: 12px 10px;
  display: flex; flex-direction: column; gap: 8px;
  background: rgba(0,0,0,0.15);
}
.pi-satsight .ssv__rail-head {
  font-family: "Inter", sans-serif;
  font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-2-on-dark);
  margin-bottom: 4px;
}
.pi-satsight .ssv__thumb {
  display: flex; flex-direction: column; gap: 6px;
  background: transparent;
  border: 1px solid var(--line-on-dark);
  border-radius: 6px;
  padding: 6px;
  cursor: pointer;
  text-align: left;
  transition: border-color .2s ease, background .2s ease;
}
.pi-satsight .ssv__thumb:hover { border-color: rgba(255,255,255,0.25); }
.pi-satsight .ssv__thumb--on { border-color: var(--accent); background: rgba(230, 122, 0,0.08); }
.pi-satsight .ssv__thumb-img {
  display: block; width: 100%; height: 40px;
  border-radius: 3px; overflow: hidden;
}
.pi-satsight .ssv__thumb-meta { display: flex; flex-direction: column; gap: 2px; }
.pi-satsight .ssv__thumb-code {
  font-family: "Inter", sans-serif;
  font-size: 9px; color: #fff; letter-spacing: 0.05em;
}
.pi-satsight .ssv__thumb-origin {
  font-family: "Inter", sans-serif;
  font-size: 8px; color: var(--ink-2-on-dark); letter-spacing: 0.08em; text-transform: uppercase;
}
.pi-satsight .ssv__main { display: grid; grid-template-columns: 1.3fr 1fr; gap: 0; }
.pi-satsight .ssv__viewer {
  position: relative;
  border-right: 1px solid var(--line-on-dark);
  min-height: 320px;
  display: flex; flex-direction: column;
  background: #0a0506;
}
.pi-satsight .ssv__viewtabs {
  display: flex; gap: 2px;
  padding: 6px;
  border-bottom: 1px solid var(--line-on-dark);
  background: rgba(0,0,0,0.3);
}
.pi-satsight .ssv__viewtab {
  flex: 1;
  background: transparent;
  border: 1px solid transparent;
  color: var(--ink-2-on-dark);
  font-family: "Inter", sans-serif;
  font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 6px 8px;
  cursor: pointer;
  border-radius: 3px;
  transition: all .15s ease;
}
.pi-satsight .ssv__viewtab:hover { color: #fff; background: rgba(255,255,255,0.04); }
.pi-satsight .ssv__viewtab--on { color: var(--accent); border-color: rgba(230, 122, 0,0.4); background: rgba(230, 122, 0,0.08); }
.pi-satsight .ssv__viewer-stage {
  position: relative;
  flex: 1;
  min-height: 260px;
  overflow: hidden;
}
.pi-satsight .ssv__viewer-img {
  width: 100%; height: 100%;
  object-fit: contain;
  background: #1a0f15;
  display: block;
  animation: ssv-fade .35s ease;
}
@keyframes ssv-fade { from { opacity: 0; } to { opacity: 1; } }
.pi-satsight .ssv__legend {
  position: absolute; top: 8px; right: 8px;
  display: flex; flex-direction: column; gap: 4px;
  padding: 6px 8px;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 4px;
  min-width: 100px;
}
.pi-satsight .ssv__legend-lbl {
  font-family: "Inter", sans-serif;
  font-size: 8px; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.85);
}
.pi-satsight .ssv__legend-bar {
  height: 6px; border-radius: 2px;
  background: linear-gradient(90deg, #2c4894, #3dd4c0, #f9d34d, #e67a00, #d94545);
}
.pi-satsight .ssv__legend-ends {
  display: flex; justify-content: space-between;
  font-family: "Inter", sans-serif;
  font-size: 8px; color: var(--ink-2-on-dark);
}
.pi-satsight .ssv__modal {
  position: absolute; inset: 0;
  background: rgba(10,18,64,0.78);
  backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  z-index: 5;
  animation: ssv-fade .2s ease;
}
.pi-satsight .ssv__modal-card {
  position: relative;
  width: min(420px, 92%);
  background: var(--navy-deep);
  border: 1px solid var(--line-on-dark);
  border-radius: 10px;
  padding: 24px 22px 22px;
  box-shadow: 0 32px 80px rgba(0,0,0,0.5);
}
.pi-satsight .ssv__modal-close {
  position: absolute; top: 10px; right: 12px;
  background: transparent; border: 0;
  color: var(--ink-2-on-dark);
  font-size: 22px; line-height: 1;
  cursor: pointer; padding: 4px 8px;
}
.pi-satsight .ssv__modal-close:hover { color: #fff; }
.pi-satsight .ssv__modal-eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 8px;
}
.pi-satsight .ssv__modal-title {
  margin: 0 0 8px;
  font-size: 20px; font-weight: 600;
  letter-spacing: -0.015em;
  color: #fff;
}
.pi-satsight .ssv__modal-lede {
  margin: 0 0 18px;
  font-size: 13px; line-height: 1.55;
  color: rgba(255,255,255,0.7);
}
.pi-satsight .ssv__modal-form { display: flex; flex-direction: column; gap: 10px; }
.pi-satsight .ssv__modal-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.pi-satsight .ssv__modal-field { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.pi-satsight .ssv__modal-field .ssv__modal-input { width: 100%; box-sizing: border-box; }
.pi-satsight .ssv__modal-label {
  font-family: "Inter", sans-serif;
  font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-2-on-dark);
}
.pi-satsight .ssv__modal-input {
  background: rgba(0,0,0,0.3);
  border: 1px solid var(--line-on-dark);
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
  color: #fff;
  font-family: inherit;
  outline: none;
  transition: border-color .15s ease;
}
.pi-satsight .ssv__modal-input:focus { border-color: var(--accent); }
.pi-satsight .ssv__modal-input::placeholder { color: rgba(255,255,255,0.35); }
.pi-satsight .ssv__modal-submit { margin-top: 4px; }
.pi-satsight .ssv__modal-fine {
  margin: 4px 0 0;
  font-size: 11px; line-height: 1.5;
  color: var(--ink-2-on-dark);
}
.pi-satsight .ssv__modal-success { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; padding: 12px 0; }
.pi-satsight .ssv__modal-check {
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(61,212,192,0.15);
  border: 1.5px solid #3dd4c0;
  color: #3dd4c0;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; font-weight: 700;
  margin-bottom: 4px;
}
.pi-satsight .ssv__viewer-hud {
  position: absolute; bottom: 8px; left: 8px;
  display: flex; gap: 5px; flex-wrap: wrap;
}
.pi-satsight .ssv__hud-chip {
  font-family: "Inter", sans-serif;
  font-size: 9px; letter-spacing: 0.06em;
  padding: 3px 7px;
  background: rgba(0,0,0,0.5);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 3px;
  color: rgba(255,255,255,0.85);
  backdrop-filter: blur(4px);
}
.pi-satsight .ssv__overlay {
  position: absolute; inset: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(10,18,64,0.4);
  backdrop-filter: blur(2px);
}
.pi-satsight .ssv__scan {
  position: absolute; left: 0; right: 0; top: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  animation: ssv-scan 1.4s linear infinite;
}
@keyframes ssv-scan { 0% { top: 0; } 100% { top: 100%; } }
.pi-satsight .ssv__overlay-lbl {
  font-family: "Inter", sans-serif;
  font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase;
  color: var(--accent);
  padding: 6px 12px;
  background: rgba(0,0,0,0.6);
  border: 1px solid rgba(230, 122, 0,0.4);
  border-radius: 4px;
}
.pi-satsight .ssv__readout {
  padding: 16px;
  display: flex; flex-direction: column; gap: 14px;
  background: rgba(0,0,0,0.18);
}
.pi-satsight .ssv__readout-head {
  display: flex; align-items: baseline; justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--line-on-dark);
}
.pi-satsight .ssv__readout-title { font-size: 12px; font-weight: 600; letter-spacing: -0.005em; color: #fff; }
.pi-satsight .ssv__readout-id {
  font-family: "Inter", sans-serif;
  font-size: 10px; color: var(--ink-2-on-dark); letter-spacing: 0.06em;
}
.pi-satsight .ssv__verdict {
  display: flex; flex-direction: column; gap: 2px;
  padding: 10px 12px;
  border-radius: 6px;
  border-left: 3px solid;
}
.pi-satsight .ssv__verdict--msi { background: rgba(61,212,192,0.08); border-left-color: #3dd4c0; }
.pi-satsight .ssv__verdict--mss { background: rgba(230, 122, 0,0.08); border-left-color: var(--accent); }
.pi-satsight .ssv__verdict-lbl {
  font-family: "Inter", sans-serif;
  font-size: 9px; letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-2-on-dark);
}
.pi-satsight .ssv__verdict-val { font-size: 22px; font-weight: 700; letter-spacing: -0.02em; color: #fff; }
.pi-satsight .ssv__verdict-conf {
  font-family: "Inter", sans-serif;
  font-size: 10px; color: var(--ink-2-on-dark); letter-spacing: 0.04em;
}
.pi-satsight .ssv__bars { display: flex; flex-direction: column; gap: 8px; }
.pi-satsight .ssv__bar { display: flex; flex-direction: column; gap: 4px; }
.pi-satsight .ssv__bar-row {
  display: flex; justify-content: space-between;
  font-family: "Inter", sans-serif;
  font-size: 10px; color: rgba(255,255,255,0.85); letter-spacing: 0.04em;
}
.pi-satsight .ssv__bar-val { color: #fff; }
.pi-satsight .ssv__bar-track {
  height: 4px;
  background: rgba(255,255,255,0.08);
  border-radius: 2px;
  overflow: hidden;
}
.pi-satsight .ssv__bar-fill { height: 100%; transition: width .5s cubic-bezier(.2,.7,.2,1); }
.pi-satsight .ssv__bar-fill--msi { background: #3dd4c0; }
.pi-satsight .ssv__bar-fill--mss { background: var(--accent); }
.pi-satsight .ssv__metrics {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 12px;
  margin: 0;
  padding: 10px 0;
  border-top: 1px dashed var(--line-on-dark);
  border-bottom: 1px dashed var(--line-on-dark);
  position: relative;
}
.pi-satsight .ssv__metrics--locked .ssv__metric-val {
  filter: blur(5px);
  user-select: none;
  letter-spacing: 0.02em;
}
.pi-satsight .ssv__metrics-lock {
  grid-column: 1 / -1;
  display: flex; align-items: center; gap: 6px;
  font-family: "Inter", sans-serif;
  font-size: 10px; line-height: 1.35;
  color: var(--ink-2-on-dark);
  padding-top: 4px;
  border-top: 1px dotted var(--line-on-dark);
  margin-top: 2px;
}
.pi-satsight .ssv__metrics-lock-icon {
  font-size: 11px;
  filter: grayscale(1) brightness(1.6);
}
.pi-satsight .ssv__metrics div { display: flex; flex-direction: column; gap: 1px; }
.pi-satsight .ssv__metrics dt {
  font-family: "Inter", sans-serif;
  font-size: 9px; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--ink-2-on-dark);
}
.pi-satsight .ssv__metrics dd {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 13px; font-weight: 600; color: #fff;
}
.pi-satsight .ssv__actions { display: flex; gap: 8px; }
.pi-satsight .ssv__btn {
  flex: 1;
  padding: 9px 12px;
  border-radius: 6px;
  font-size: 12px; font-weight: 600;
  cursor: pointer;
  border: 1px solid;
  display: inline-flex; align-items: center; justify-content: center; gap: 6px;
  transition: transform .15s ease, background .15s ease;
}
.pi-satsight .ssv__btn--primary {
  background: var(--accent); border-color: var(--accent); color: var(--navy);
}
.pi-satsight .ssv__btn--primary:hover { transform: translateY(-1px); }
.pi-satsight .ssv__btn--ghost {
  background: transparent; border-color: var(--line-on-dark); color: rgba(255,255,255,0.85);
}
.pi-satsight .ssv__btn--ghost:hover { background: rgba(255,255,255,0.05); }
.pi-satsight .ssv__svg { width: 100%; flex: 1; display: block; }
.pi-satsight .ssv__lab {
  font-family: "Inter", sans-serif;
  font-size: 9px; letter-spacing: 0.14em;
}
@media (max-width: 900px) {
.pi-satsight .ssv__body { grid-template-columns: 1fr; }
.pi-satsight .ssv__rail {
    flex-direction: row; overflow-x: auto;
    border-right: none; border-bottom: 1px solid var(--line-on-dark);
  }
.pi-satsight .ssv__thumb { min-width: 100px; }
.pi-satsight .ssv__main { grid-template-columns: 1fr; }
.pi-satsight .ssv__viewer { border-right: none; border-bottom: 1px solid var(--line-on-dark); }
}
.pi-satsight .ssv__head--legacy {
  display: flex; align-items: center; gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line-on-dark);
}
.pi-satsight .ssv__tab--legacy {
  font-family: "Inter", sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--ink-3-on-dark);
  padding: 6px 10px;
  border-radius: 6px;
}
.pi-satsight .ssv__tab--on { background: rgba(255,255,255,0.08); color: #fff; }
.pi-satsight .ssv__pred {
  margin-left: auto;
  background: var(--teal-soft);
  color: #062a25;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 11px;
  padding: 6px 12px;
  border-radius: 6px;
  letter-spacing: 0.08em;
}
.pi-satsight .ssv__slide {
  margin: 14px 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--line-on-dark);
}
.pi-satsight .ssv__svg { width: 100%; height: auto; display: block; }
.pi-satsight .ssv__lab {
  font-family: "Inter", sans-serif;
  font-size: 9px;
  letter-spacing: 0.14em;
}
.pi-satsight .ssv__foot {
  display: flex; flex-wrap: wrap; gap: 8px;
}
.pi-satsight .ssv__chip {
  font-family: "Inter", sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 10px;
  background: rgba(255,255,255,0.04);
  border: 1px solid var(--line-on-dark);
  border-radius: 999px;
  color: var(--ink-2-on-dark);
}
.pi-satsight .ssv__chip--ok { color: var(--teal-soft); border-color: rgba(61,212,192,0.4); }
.pi-satsight .cta {
  position: relative;
  padding: 140px 0 90px;
  overflow: hidden;
  background: var(--navy);
  color: #fff;
}
.pi-satsight .cta__inner {
  position: relative; z-index: 1;
  width: min(1320px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 900px) {
  .pi-satsight .cta__inner { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .pi-satsight .cta__copy, .pi-satsight .cta__panel { min-width: 0; }
}
.pi-satsight .cta .eyebrow { color: var(--accent); }
.pi-satsight .cta__title {
  font-weight: 700;
  font-size: clamp(38px, 4.4vw, 64px);
  letter-spacing: -0.025em;
  line-height: 1.04;
  margin: 0 0 24px;
  color: #fff;
}
.pi-satsight .cta__title em { font-style: normal; color: var(--accent); }
.pi-satsight .cta__lede {
  font-size: 17px;
  color: var(--ink-2-on-dark);
  max-width: 50ch;
  margin: 0 0 32px;
  line-height: 1.6;
}
.pi-satsight .cta__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.pi-satsight .cta__panel {
  background: var(--navy-deep);
  border: 1px solid var(--line-on-dark);
  border-radius: 14px;
  padding: 28px;
  display: flex; flex-direction: column;
  gap: 16px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.45);
}
.pi-satsight .cta__panel-head {
  display: flex; justify-content: space-between;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--ink-3-on-dark);
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--line-on-dark);
}
.pi-satsight .cta__field { display: flex; flex-direction: column; gap: 6px; }
.pi-satsight .cta__field span {
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3-on-dark);
}
.pi-satsight .cta__field input, .pi-satsight .cta__field select, .pi-satsight .cta__field textarea {
  padding: 12px 14px;
  background: var(--navy-2);
  border: 1px solid var(--line-on-dark);
  border-radius: 8px;
  color: #fff;
  font-size: 15px;
  font-family: inherit;
}
.pi-satsight .cta__field textarea {
  resize: vertical;
  min-height: 88px;
  line-height: 1.5;
}
.pi-satsight .cta__field input::placeholder, .pi-satsight .cta__field textarea::placeholder { color: var(--ink-3-on-dark); }
.pi-satsight .cta__field-optional {
  font-weight: 400;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3-on-dark);
  margin-left: 6px;
}
.pi-satsight .cta__submit {
  padding: 11px 18px;
  border-radius: 8px;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: 4px;
  cursor: pointer;
  border: 0;
}
.pi-satsight .cta__submit:hover { filter: brightness(1.05); }
.pi-satsight {
  --crimson: #b94a4a;
  --crimson-soft: #e9c5c5;
  --teal-deep: #0e6e64;
}
.pi-satsight .shero {
  position: relative;
  padding: 150px 0 90px;
  overflow: hidden;
  background:
    radial-gradient(1100px 600px at 12% 8%, rgba(230, 122, 0, 0.10) 0%, transparent 60%),
    radial-gradient(900px 500px at 92% 70%, rgba(22, 160, 148, 0.08) 0%, transparent 60%),
    var(--bg);
}
.pi-satsight .shero__bg { position: absolute; inset: 0; z-index: 0; opacity: 0.6; }
/* DotMesh canvas sizing — theme.css scopes this to `.pi`, which the
   `.pi-satsight` root doesn't match, so size it here (hero, statement, cta). */
.pi-satsight .dotmesh {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
}
.pi-satsight .shero__inner {
  position: relative;
  z-index: 1;
  width: min(1320px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 80px;
  align-items: center;
}
.pi-satsight .shero__copy {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pi-satsight .shero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-2);
  margin-bottom: 32px;
}
.pi-satsight .shero__eyebrow-dot { display: none; }
.pi-satsight .shero__logo {
  display: block;
  width: auto;
  height: clamp(80px, 9vw, 132px);
  margin: 0 0 14px;
  image-rendering: -webkit-optimize-contrast;
}
.pi-satsight .shero__product {
  font-weight: 700;
  font-size: clamp(60px, 7.5vw, 108px);
  letter-spacing: -0.035em;
  line-height: 1;
  color: var(--navy);
  margin: 0 0 14px;
}
.pi-satsight .shero__product em {
  font-style: italic;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-weight: 400;
  color: inherit;
  letter-spacing: -0.02em;
}
.pi-satsight .shero__tag {
  font-weight: 500;
  font-size: clamp(20px, 2.1vw, 30px);
  letter-spacing: -0.01em;
  color: var(--ink-2);
  line-height: 1.2;
  margin: 0 0 26px;
  max-width: 22ch;
}
.pi-satsight .shero__lede {
  margin: 0 0 36px;
  max-width: 50ch;
  font-size: 17px;
  color: var(--ink-2);
  line-height: 1.6;
}
.pi-satsight .shero__ctas {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.pi-satsight .shero__rui {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  background: rgba(185,74,74,0.07);
  border: 1px solid rgba(185,74,74,0.20);
  border-radius: 6px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.10em;
  color: var(--crimson);
  align-self: flex-start;
  margin-bottom: 32px;
}
.pi-satsight .shero__rui::before {
  content: "RUO";
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 2px 6px;
  background: var(--crimson);
  color: #fff;
  border-radius: 3px;
  font-size: 10px;
}
.pi-satsight .shero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid var(--line);
  padding-top: 28px;
}
.pi-satsight .shero__stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-right: 18px;
  border-right: 1px solid var(--line);
}
.pi-satsight .shero__stat:last-child { border-right: 0; padding-right: 0; }
.pi-satsight .shero__stat:not(:first-child) { padding-left: 24px; }
.pi-satsight .shero__stat-v {
  font-weight: 700;
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: -0.025em;
  color: var(--accent);
  line-height: 1;
  font-feature-settings: "tnum";
}
.pi-satsight .shero__stat-v sub {
  font-size: 0.55em;
  color: var(--ink-3);
  font-weight: 500;
  vertical-align: baseline;
  margin-left: 2px;
  letter-spacing: 0;
}
.pi-satsight .shero__stat-l {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.pi-satsight .shero__visual {
  position: relative;
}
.pi-satsight .swin {
  background: #0a0506;
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(10,18,64,0.12),
    0 40px 80px rgba(10,18,64,0.18),
    0 12px 24px rgba(10,18,64,0.10);
}
.pi-satsight .swin__chrome {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: linear-gradient(180deg, #1a1a1f, #0d0d10);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.pi-satsight .swin__lights { display: inline-flex; gap: 6px; }
.pi-satsight .swin__light {
  width: 11px; height: 11px; border-radius: 50%;
  background: #3a3a40;
}
.pi-satsight .swin__light--r { background: #ff5f56; }
.pi-satsight .swin__light--y { background: #ffbd2e; }
.pi-satsight .swin__light--g { background: #27c93f; }
.pi-satsight .swin__title {
  flex: 1;
  text-align: center;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.12em;
  color: rgba(255,255,255,0.55);
  text-transform: uppercase;
}
.pi-satsight .swin__title em { font-style: normal; color: var(--accent); }
.pi-satsight .shero-stage {
  position: relative;
  aspect-ratio: 4 / 3;
  background: #1a0f15;
  overflow: hidden;
}
.pi-satsight .shero-stage__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  animation: ssv-fade 0.4s ease;
}
.pi-satsight .shero-stage__hud {
  position: absolute; top: 12px; left: 12px;
  display: flex; flex-direction: column; gap: 6px;
}
.pi-satsight .shero-stage__chip {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-size: 10px; letter-spacing: 0.1em;
  padding: 5px 10px;
  background: rgba(0,0,0,0.6);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 4px;
  color: rgba(255,255,255,0.9);
  align-self: flex-start;
}
.pi-satsight .shero-stage__chip-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 6px rgba(230,122,0,0.6);
  animation: ssv-pulse 1.4s ease-in-out infinite;
}
.pi-satsight .shero-stage__verdict {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  background: rgba(10,18,64,0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(61,212,192,0.4);
  border-radius: 10px;
  color: #fff;
}
.pi-satsight .shero-stage__verdict--mss { border-color: rgba(230,122,0,0.5); }
.pi-satsight .shero-stage__verdict-badge {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.16em;
  padding: 8px 12px;
  border-radius: 6px;
  background: #3dd4c0;
  color: #062a25;
}
.pi-satsight .shero-stage__verdict-badge--mss { background: var(--accent); color: #2a1300; }
.pi-satsight .shero-stage__verdict-meta {
  display: flex; flex-direction: column; gap: 2px;
  min-width: 0;
}
.pi-satsight .shero-stage__verdict-l {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-size: 9px; letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.pi-satsight .shero-stage__verdict-v {
  font-size: 15px; font-weight: 600;
  letter-spacing: -0.005em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pi-satsight .shero-stage__verdict-conf {
  display: flex; flex-direction: column; align-items: flex-end;
}
.pi-satsight .shero-stage__verdict-conf strong {
  font-size: 24px; font-weight: 700;
  font-feature-settings: "tnum";
  letter-spacing: -0.02em;
  color: #fff;
}
.pi-satsight .shero-stage__verdict-conf span {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-size: 9px; letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.pi-satsight .shero__tele {
  position: absolute;
  top: -22px;
  right: -28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  box-shadow: 0 16px 36px rgba(10,18,64,0.10);
  min-width: 180px;
  z-index: 2;
  transform: rotate(2deg);
}
.pi-satsight .shero__tele-l {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-size: 9px; letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.pi-satsight .shero__tele-v {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.015em;
  color: var(--navy);
  font-feature-settings: "tnum";
}
.pi-satsight .shero__tele-v em {
  font-style: normal;
  font-size: 0.6em;
  color: var(--ink-3);
  font-weight: 500;
  margin-left: 4px;
}
.pi-satsight .shero__tele--bl {
  top: auto;
  bottom: -22px;
  right: auto;
  left: -28px;
  transform: rotate(-2deg);
}
.pi-satsight .cmp {
  position: relative;
  padding: 130px 0 110px;
  background: var(--bg-2);
}
.pi-satsight .cmp__inner {
  width: min(1320px, 92vw);
  margin: 0 auto;
}
.pi-satsight .cmp__head { max-width: 760px; margin-bottom: 70px; }
.pi-satsight .cmp__title {
  font-weight: 700;
  font-size: clamp(40px, 4.6vw, 68px);
  letter-spacing: -0.025em;
  line-height: 1;
  margin: 0 0 22px;
  color: var(--navy);
}
.pi-satsight .cmp__title em { font-style: normal; color: var(--accent); }
.pi-satsight .cmp__lede {
  font-size: 17px;
  color: var(--ink-2);
  max-width: 55ch;
  line-height: 1.6;
  margin: 0;
}
.pi-satsight .cmp__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.pi-satsight .cmp__card {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 32px 32px 28px;
  display: flex;
  flex-direction: column;
}
.pi-satsight .cmp__card--legacy {
  background: rgba(255,255,255,0.5);
  border-style: dashed;
  border-color: rgba(10,18,64,0.18);
}
.pi-satsight .cmp__card--new {
  background: var(--navy-deep);
  border-color: var(--navy-deep);
  color: #fff;
}
.pi-satsight .cmp__card--new .cmp__step-name, .pi-satsight .cmp__card--new .cmp__step-d, .pi-satsight .cmp__card--new .cmp__total-v, .pi-satsight .cmp__card--new .cmp__total-l { color: #fff; }
.pi-satsight .cmp__card-head {
  display: flex; justify-content: space-between; align-items: flex-start;
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}
.pi-satsight .cmp__card--new .cmp__card-head { border-bottom-color: var(--line-on-dark); }
.pi-satsight .cmp__card-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.pi-satsight .cmp__card--new .cmp__card-tag { color: rgba(255,255,255,0.55); }
.pi-satsight .cmp__card--new .cmp__card-tag::before {
  content: "";
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(230,122,0,0.2);
  animation: pulse 1.8s ease-in-out infinite;
}
.pi-satsight .cmp__card-h {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.015em;
  color: inherit;
  margin: 8px 0 0;
}
.pi-satsight .cmp__card-h em {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-style: italic;
  font-weight: 400;
  color: var(--accent);
  letter-spacing: -0.02em;
}
.pi-satsight .cmp__card-cost {
  text-align: right;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.pi-satsight .cmp__card-cost strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: var(--navy);
  margin-top: 4px;
  letter-spacing: -0.01em;
  text-transform: none;
}
.pi-satsight .cmp__card--new .cmp__card-cost strong { color: var(--accent); }
.pi-satsight .cmp__card--legacy .cmp__card-cost strong { color: var(--crimson); }
.pi-satsight .cmp__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
  flex: 1;
}
.pi-satsight .cmp__steps::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(180deg,
    var(--line) 0%,
    var(--line) 80%,
    transparent 100%);
}
.pi-satsight .cmp__card--new .cmp__steps::before {
  background: linear-gradient(180deg,
    var(--line-on-dark) 0%,
    rgba(230,122,0,0.4) 100%);
}
.pi-satsight .cmp__step {
  position: relative;
  padding: 14px 0 14px 38px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 16px;
  align-items: baseline;
}
.pi-satsight .cmp__step::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 19px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--bg-2);
  border: 1.5px solid var(--ink-3);
}
.pi-satsight .cmp__card--new .cmp__step::before {
  background: var(--navy-deep);
  border-color: rgba(255,255,255,0.4);
}
.pi-satsight .cmp__card--new .cmp__step:last-child::before {
  background: var(--accent);
  border-color: var(--accent);
  box-shadow: 0 0 0 4px rgba(230,122,0,0.25);
}
.pi-satsight .cmp__step-name {
  font-weight: 600;
  font-size: 15px;
  color: var(--navy);
  letter-spacing: -0.005em;
  grid-column: 1;
  grid-row: 1;
}
.pi-satsight .cmp__step-time {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-3);
  grid-column: 2;
  grid-row: 1;
  white-space: nowrap;
}
.pi-satsight .cmp__card--new .cmp__step-time { color: var(--accent); }
.pi-satsight .cmp__step-d {
  font-size: 13px;
  color: var(--ink-2);
  line-height: 1.5;
  grid-column: 1 / -1;
  grid-row: 2;
  margin: 0;
}
.pi-satsight .cmp__card--new .cmp__step-d { color: rgba(255,255,255,0.6); }
.pi-satsight .cmp__total {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.pi-satsight .cmp__card--new .cmp__total { border-top-color: var(--line-on-dark); }
.pi-satsight .cmp__total-l {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.pi-satsight .cmp__card--new .cmp__total-l { color: rgba(255,255,255,0.55); }
.pi-satsight .cmp__total-v {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: -0.025em;
  color: var(--navy);
  font-feature-settings: "tnum";
}
.pi-satsight .cmp__card--legacy .cmp__total-v { color: var(--crimson); }
.pi-satsight .cmp__card--new .cmp__total-v { color: var(--accent); }
.pi-satsight .sfeat { padding: 140px 0; background: var(--bg); }
.pi-satsight .sfeat__inner { width: min(1320px, 92vw); margin: 0 auto; }
.pi-satsight .sfeat__head { max-width: 800px; margin-bottom: 70px; }
.pi-satsight .sfeat__title {
  font-weight: 700;
  font-size: clamp(40px, 4.6vw, 68px);
  letter-spacing: -0.025em;
  line-height: 1;
  margin: 0 0 22px;
  color: var(--navy);
}
.pi-satsight .sfeat__title em { font-style: normal; color: var(--accent); }
.pi-satsight .sfeat__lede {
  font-size: 17px; color: var(--ink-2); max-width: 55ch; line-height: 1.6; margin: 0;
}
.pi-satsight .sfeat__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.pi-satsight .sf {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 26px 26px 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 240px;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.pi-satsight .sf:hover {
  border-color: var(--ink-3);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(10,18,64,0.06);
}
.pi-satsight .sf__head {
  display: flex; align-items: center; gap: 14px;
  min-height: 50px;
}
.pi-satsight .sf__icon {
  width: 44px; height: 44px;
  border-radius: 10px;
  background: rgba(230,122,0,0.10);
  color: var(--accent);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.pi-satsight .sf__icon--teal { background: rgba(22,160,148,0.10); color: var(--teal); }
.pi-satsight .sf__icon--navy { background: rgba(10,18,64,0.06); color: var(--navy); }
.pi-satsight .sf__num {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--ink-3);
  margin-left: auto;
}
.pi-satsight .sf__t {
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.01em;
  color: var(--navy);
  margin: 0;
  line-height: 1.2;
}
.pi-satsight .sf__short {
  font-weight: 600;
  font-size: 14px;
  color: var(--navy);
  margin: 0;
  line-height: 1.4;
}
.pi-satsight .sf__d {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.55;
  margin: 0;
}
.pi-satsight .sf__metric {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
}
.pi-satsight .sf__metric-v {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.015em;
  color: var(--accent);
  font-feature-settings: "tnum";
}
.pi-satsight .sf__metric-l {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-3);
  text-align: right;
}
@media (max-width: 1024px) {
.pi-satsight .sfeat__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
.pi-satsight .sfeat__grid { grid-template-columns: 1fr; }
}
.pi-satsight .demo {
  position: relative;
  padding: 140px 0 130px;
  background: var(--bg-2);
}
.pi-satsight .demo__inner { width: min(1320px, 92vw); margin: 0 auto; }
.pi-satsight .demo__head {
  max-width: 1040px;
  margin: 0 auto 50px;
  text-align: center;
}
.pi-satsight .demo__title {
  font-weight: 700;
  font-size: clamp(40px, 4.6vw, 68px);
  letter-spacing: -0.025em;
  line-height: 1;
  margin: 0 0 22px;
  color: var(--navy);
}
.pi-satsight .demo__title em { font-style: normal; color: var(--accent); }
.pi-satsight .demo__lede {
  font-size: 17px; color: var(--ink-2); max-width: none; line-height: 1.6; margin: 0 auto 22px;
}
.pi-satsight .demo__hint {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  background: rgba(22,160,148,0.08);
  border: 1px solid rgba(22,160,148,0.25);
  border-radius: 999px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.10em;
  color: var(--teal);
}
.pi-satsight .demo__hint::before {
  content: "";
  width: 6px; height: 6px; border-radius: 999px; background: var(--teal);
  box-shadow: 0 0 0 4px rgba(22,160,148,0.2);
  animation: pulse 1.8s ease-in-out infinite;
}
.pi-satsight .demo__viz {
  background: transparent;
  position: relative;
}
.pi-satsight .demo__viz .ssv__topbar { padding: 14px 22px; }
.pi-satsight .demo__viz .ssv__brand-name { font-size: 15px; }
.pi-satsight .demo__viz .ssv__brand-ver { font-size: 10px; padding: 3px 8px; }
.pi-satsight .demo__viz .ssv__body { grid-template-columns: 150px 1fr; }
.pi-satsight .demo__viz .ssv__rail { padding: 16px 12px; gap: 10px; }
.pi-satsight .demo__viz .ssv__thumb-img { height: 60px; }
.pi-satsight .demo__viz .ssv__thumb-code { font-size: 11px; }
.pi-satsight .demo__viz .ssv__thumb-origin { font-size: 9px; }
.pi-satsight .demo__viz .ssv__main { grid-template-columns: 1.5fr 1fr; }
.pi-satsight .demo__viz .ssv__viewer { min-height: 520px; }
.pi-satsight .demo__viz .ssv__viewer-stage { min-height: 460px; }
.pi-satsight .demo__viz .ssv__viewtab { font-size: 10px; padding: 8px 10px; }
.pi-satsight .demo__viz .ssv__readout { padding: 22px; gap: 18px; }
.pi-satsight .demo__viz .ssv__readout-title { font-size: 14px; }
.pi-satsight .demo__viz .ssv__readout-id { font-size: 11px; }
.pi-satsight .demo__viz .ssv__verdict { padding: 14px 16px; }
.pi-satsight .demo__viz .ssv__verdict-val { font-size: 28px; }
.pi-satsight .demo__viz .ssv__verdict-conf { font-size: 12px; }
.pi-satsight .demo__viz .ssv__metrics { gap: 12px 16px; padding: 14px 0; }
.pi-satsight .demo__viz .ssv__metrics dd { font-size: 16px; }
.pi-satsight .demo__viz .ssv__hud-chip { font-size: 10px; padding: 4px 9px; }
.pi-satsight .demo__viz .ssv__legend { padding: 8px 10px; min-width: 120px; }
@media (max-width: 900px) {
.pi-satsight .demo__viz .ssv__body { grid-template-columns: 1fr; }
.pi-satsight .demo__viz .ssv__main { grid-template-columns: 1fr; }
}
.pi-satsight .statement {
  position: relative;
  padding: 140px 0;
  overflow: hidden;
  background:
    radial-gradient(900px 500px at 50% 100%, rgba(230,122,0,0.10) 0%, transparent 60%),
    var(--navy-deep);
  color: #fff;
}
.pi-satsight .statement__bg { position: absolute; inset: 0; z-index: 0; opacity: 0.6; }
.pi-satsight .statement__inner {
  position: relative; z-index: 1;
  width: min(1180px, 92vw);
  margin: 0 auto;
  text-align: center;
}
.pi-satsight .statement__eyebrow {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 32px;
}
.pi-satsight .statement__quote {
  font-weight: 700;
  font-size: clamp(36px, 5vw, 76px);
  letter-spacing: -0.025em;
  line-height: 1.18;
  margin: 0 auto;
  max-width: 24ch;
  color: #fff;
}
.pi-satsight .statement__quote em {
  font-style: normal;
  color: var(--accent);
}
.pi-satsight .statement__quote-strike {
  position: relative;
  color: rgba(255,255,255,0.5);
  white-space: nowrap;
}
.pi-satsight .statement__quote-strike::after {
  content: "";
  position: absolute;
  left: -2%; right: -2%;
  top: 52%;
  height: 5px;
  background: var(--crimson);
  transform: rotate(-2deg);
  border-radius: 2px;
}
.pi-satsight .statement__cite {
  margin: 50px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.pi-satsight .statement__cite strong {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  text-transform: none;
  letter-spacing: -0.005em;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.pi-satsight .cases { padding: 140px 0; background: var(--bg); }
.pi-satsight .cases__inner { width: min(1320px, 92vw); margin: 0 auto; }
.pi-satsight .cases__head { max-width: 1040px; margin: 0 auto 70px; text-align: center; }
.pi-satsight .cases__title {
  font-weight: 700;
  font-size: clamp(40px, 4.6vw, 68px);
  letter-spacing: -0.025em;
  line-height: 1;
  margin: 0 0 22px;
  color: var(--navy);
}
.pi-satsight .cases__title em { font-style: normal; color: var(--accent); }
.pi-satsight .cases__lede {
  font-size: 17px; color: var(--ink-2); max-width: none; line-height: 1.6; margin: 0 auto;
}
.pi-satsight .cases__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}
.pi-satsight .case {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 26px 24px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: border-color .25s ease, transform .25s ease, box-shadow .25s ease;
}
.pi-satsight .case:hover {
  border-color: var(--ink-3);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(10,18,64,0.06);
}
.pi-satsight .case__num {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-size: 12px;
  letter-spacing: 0.18em;
  color: var(--accent);
}
.pi-satsight .case__t {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: -0.005em;
  color: var(--navy);
  margin: 0;
}
.pi-satsight .case__d {
  font-size: 14px;
  color: var(--ink-2);
  line-height: 1.55;
  margin: 0;
  flex: 1;
}
.pi-satsight .case__bullets {
  list-style: none;
  margin: 0;
  padding-top: 14px;
  border-top: 1px dashed var(--line);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pi-satsight .case__bullets li {
  font-size: 12.5px;
  color: var(--ink-2);
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 8px;
  line-height: 1.4;
}
.pi-satsight .case__bullets li::before {
  content: "→";
  color: var(--accent);
  font-weight: 600;
}
@media (max-width: 1024px) {
.pi-satsight .cases__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
.pi-satsight .cases__grid { grid-template-columns: 1fr; }
}
.pi-satsight .specs { padding: 140px 0; background: var(--bg-2); }
.pi-satsight .specs__inner {
  width: min(1320px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
}
.pi-satsight .specs__copy { position: sticky; top: 110px; align-self: start; }
.pi-satsight .specs__title {
  font-weight: 700;
  font-size: clamp(40px, 4.6vw, 64px);
  letter-spacing: -0.025em;
  line-height: 1.05;
  margin: 0 0 22px;
  color: var(--navy);
}
.pi-satsight .specs__title em { font-style: normal; color: var(--accent); }
.pi-satsight .specs__lede {
  font-size: 16px; color: var(--ink-2); line-height: 1.6; margin: 0 0 28px; max-width: 42ch;
}
.pi-satsight .specs__cta {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  padding: 10px 0;
  border-bottom: 1px solid var(--accent);
  align-self: flex-start;
}
.pi-satsight .specs__table {
  display: flex;
  flex-direction: column;
}
.pi-satsight .specs__group {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}
.pi-satsight .specs__group:last-child { border-bottom: 1px solid var(--line); }
.pi-satsight .specs__group-h {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink-3);
  padding-top: 4px;
}
.pi-satsight .specs__rows {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pi-satsight .specs__row {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 24px;
  align-items: baseline;
  padding-bottom: 12px;
  border-bottom: 1px dashed var(--line);
}
.pi-satsight .specs__row:last-child { border-bottom: 0; padding-bottom: 0; }
.pi-satsight .specs__k {
  font-size: 14px;
  color: var(--ink-2);
  font-weight: 500;
}
.pi-satsight .specs__v {
  font-weight: 600;
  font-size: 15px;
  color: var(--navy);
  letter-spacing: -0.005em;
  font-feature-settings: "tnum";
}
.pi-satsight .specs__v small {
  font-weight: 400;
  font-size: 13px;
  color: var(--ink-3);
  margin-left: 6px;
}
@media (max-width: 900px) {
.pi-satsight .specs__inner { grid-template-columns: 1fr; gap: 36px; }
.pi-satsight .specs__copy { position: static; }
.pi-satsight .specs__group { grid-template-columns: 1fr; gap: 12px; }
}
.pi-satsight .spotlight { padding: 140px 0; background: var(--bg); }
.pi-satsight .spotlight__inner {
  width: min(1180px, 92vw);
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 60px 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.pi-satsight .spotlight__copy { display: flex; flex-direction: column; gap: 0; }
.pi-satsight .spotlight__eyebrow {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 18px;
}
.pi-satsight .spotlight__quote {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.3;
  letter-spacing: -0.005em;
  color: var(--navy);
  margin: 0 0 28px;
}
.pi-satsight .spotlight__cite {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}
.pi-satsight .spotlight__cite-name {
  font-weight: 600;
  font-size: 15px;
  color: var(--navy);
}
.pi-satsight .spotlight__cite-org {
  font-size: 13px;
  color: var(--ink-3);
}
.pi-satsight .spotlight__viz {
  position: relative;
  background: var(--navy-deep);
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  box-shadow: 0 24px 60px rgba(10,18,64,0.18);
}
.pi-satsight .spotlight__viz-stats {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  background: linear-gradient(0deg, rgba(10,18,64,0.95) 60%, transparent 100%);
  padding: 60px 28px 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  color: #fff;
}
.pi-satsight .spotlight__stat {
  display: flex; flex-direction: column; gap: 4px;
}
.pi-satsight .spotlight__stat-v {
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -0.02em;
  color: var(--accent);
  line-height: 1;
}
.pi-satsight .spotlight__stat-l {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}
.pi-satsight .spotlight__viz-img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.pi-satsight .spotlight__viz-tag {
  position: absolute;
  top: 18px; left: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  background: rgba(0,0,0,0.5);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 6px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif;
  font-size: 10px;
  letter-spacing: 0.16em;
  color: #fff;
  backdrop-filter: blur(8px);
}
@media (max-width: 900px) {
.pi-satsight .spotlight__inner { grid-template-columns: 1fr; padding: 36px 28px; gap: 36px; }
}
.pi-satsight .laptop {
  position: relative;
  margin: 0 auto;
  max-width: 1180px;
  perspective: 1600px;
}
.pi-satsight .laptop__lid {
  position: relative;
  background: linear-gradient(180deg, #1a1a1f 0%, #0d0d10 100%);
  border-radius: 18px 18px 6px 6px;
  padding: 18px 18px 16px;
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.06),
    0 60px 120px rgba(10,18,64,0.22);
}
.pi-satsight .laptop__cam {
  width: 6px; height: 6px;
  border-radius: 999px;
  background: #2a2a30;
  margin: 0 auto 10px;
}
.pi-satsight .laptop__screen {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  background: var(--navy-deep);
  aspect-ratio: 16 / 10;
}
.pi-satsight .laptop__inner {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.pi-satsight .laptop__inner > .ssv {
  width: 100%;
  height: 100%;
}
.pi-satsight .laptop__base {
  position: relative;
  height: 14px;
  background: linear-gradient(180deg, #2a2a30 0%, #16161a 100%);
  border-radius: 0 0 16px 16px;
  margin: 0 -14px;
  box-shadow: 0 22px 40px rgba(10,18,64,0.18);
}
.pi-satsight .laptop__base::before, .pi-satsight .laptop__base::after {
  content: "";
  position: absolute; top: 0;
  width: 14px; height: 14px;
  background: linear-gradient(180deg, #2a2a30, #16161a);
}
.pi-satsight .laptop__base::before { left: 0; border-radius: 0 0 0 16px; }
.pi-satsight .laptop__base::after { right: 0; border-radius: 0 0 16px 0; }
.pi-satsight .laptop__notch {
  position: absolute; left: 50%; top: 0;
  transform: translateX(-50%);
  width: 100px; height: 5px;
  background: #0a0a0d;
  border-radius: 0 0 8px 8px;
}
.pi-satsight .laptop__shadow {
  position: absolute;
  left: 5%; right: 5%;
  bottom: -38px; height: 60px;
  background: radial-gradient(closest-side, rgba(10,18,64,0.18), transparent 70%);
  filter: blur(10px);
  z-index: -1;
}
.pi-satsight .ssv { position: relative; }
.pi-satsight .ssv--locked .ssv__rail, .pi-satsight .ssv--locked .ssv__main {
  filter: blur(11px) saturate(0.75);
  pointer-events: none;
  user-select: none;
}
.pi-satsight .ssv__preview {
  position: absolute; inset: 0; z-index: 5;
  display: flex; align-items: center; justify-content: center;
  border: 0;
  cursor: pointer;
  background:
    radial-gradient(120% 80% at 50% 40%, rgba(10,18,64,0.55) 0%, rgba(10,18,64,0.80) 55%, rgba(5,8,30,0.92) 100%);
  color: #fff;
  padding: 24px;
  text-align: center;
  font-family: inherit;
  transition: background 0.3s ease;
}
.pi-satsight .ssv__preview:hover {
  background:
    radial-gradient(120% 80% at 50% 40%, rgba(10,18,64,0.50) 0%, rgba(10,18,64,0.76) 55%, rgba(5,8,30,0.90) 100%);
}
.pi-satsight .ssv__preview-inner {
  max-width: 460px;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
}
.pi-satsight .ssv__preview-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  padding: 6px 12px;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(4px);
}
.pi-satsight .ssv__preview-pulse {
  width: 6px; height: 6px; border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 0 rgba(230,122,0,0.7);
  animation: laptopPulse 1.8s ease-out infinite;
}
@keyframes laptopPulse {
  0%   { box-shadow: 0 0 0 0 rgba(230,122,0,0.7); }
  70%  { box-shadow: 0 0 0 10px rgba(230,122,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(230,122,0,0); }
}
.pi-satsight .ssv__preview-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 26px);
  line-height: 1.2;
  margin: 0;
  text-wrap: balance;
  color: #fff;
  letter-spacing: -0.01em;
}
.pi-satsight .ssv__preview-sub {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255,255,255,0.78);
  max-width: 420px;
}
.pi-satsight .ssv__preview-cta {
  margin-top: 4px;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 20px;
  border-radius: 999px;
  background: var(--accent);
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
  transition: transform 0.15s ease;
}
.pi-satsight .ssv__preview:hover .ssv__preview-cta {
  transform: translateY(-1px);
}
@media (max-width: 1080px) {
.pi-satsight .shero__inner { grid-template-columns: 1fr; gap: 60px; }
.pi-satsight .shero__tele, .pi-satsight .shero__tele--bl { display: none; }
.pi-satsight .cmp__grid { grid-template-columns: 1fr; }
.pi-satsight .specs__inner { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 720px) {
.pi-satsight .shero { padding-top: 110px; }
.pi-satsight .shero__product { font-size: clamp(48px, 14vw, 80px); }
.pi-satsight .shero__logo { height: clamp(60px, 15vw, 96px); }
.pi-satsight .shero__stats { grid-template-columns: 1fr 1fr; gap: 18px; }
.pi-satsight .shero__stat { border-right: 0; padding: 12px 0; border-bottom: 1px solid var(--line); }
.pi-satsight .shero__stat:not(:first-child) { padding-left: 0; }
}
.pi-satsight .ssv__verdict {
  border-left: 3px solid !important;
  border-radius: 0 !important;
  padding: 14px 16px;
}
.pi-satsight .ssv__verdict--msi {
  background: rgba(61,212,192,0.08) !important;
  border-left-color: #3dd4c0 !important;
}
.pi-satsight .ssv__verdict--mss {
  background: rgba(230,122,0,0.08) !important;
  border-left-color: var(--accent) !important;
}
.pi-satsight .ssv__verdict--und {
  background: rgba(241,210,138,0.12) !important;
  border-left-color: #f1d28a !important;
  color: #f6d28a;
}
.pi-satsight .ssv__verdict--und .ssv__verdict-val { color: #f6d28a; }
.pi-satsight .ssv__metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px 18px; padding: 14px 0; margin: 0; }
.pi-satsight .ssv__metrics div { display: flex; flex-direction: column; gap: 2px; }
.pi-satsight .ssv__metrics dt { font-family: "Inter", sans-serif; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-2-on-dark); }
.pi-satsight .ssv__metrics dd { margin: 0; font-size: 16px; font-weight: 600; color: #fff; letter-spacing: 0.01em; }
.pi-satsight .ssv__metrics--locked .ssv__metric-val { filter: blur(6px); user-select: none; color: rgba(255,255,255,0.8); }
.pi-satsight .ssv__metrics-lock {
  grid-column: 1 / -1;
  display: flex; align-items: flex-start; gap: 8px;
  padding-top: 10px;
  border-top: 1px solid var(--line-on-dark);
  font-family: "Inter", sans-serif;
  font-size: 12px; line-height: 1.45; color: var(--ink-2-on-dark);
}
.pi-satsight .ssv__metrics-lock-icon { font-size: 12px; filter: grayscale(1) brightness(1.4); }
.pi-satsight .specs__highlights {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.pi-satsight .specs__hl {
  padding: 24px 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  display: grid; gap: 4px;
}
.pi-satsight .specs__hl-k {
  font: 600 11px "Inter", sans-serif;
  letter-spacing: 0.12em; text-transform: uppercase;
  color: var(--ink-mute);
}
.pi-satsight .specs__hl-v {
  font: 500 40px/1 "Inter", sans-serif;
  color: var(--ink);
  letter-spacing: -0.02em;
}
.pi-satsight .specs__hl-note {
  font: 400 13px/1.45 "Inter", sans-serif;
  color: var(--ink-mute);
  margin-top: 4px;
}
@media (max-width: 760px) {
.pi-satsight .specs__highlights { grid-template-columns: 1fr; }
}
.pi-satsight .specs__cta {
  background: none; border: 0; padding: 0;
  font: inherit; cursor: pointer; color: inherit;
}
.pi-satsight .laptop__inner > .ssv .ssv__readout { display: flex; flex-direction: column; }
.pi-satsight .laptop__inner > .ssv .ssv__readout > .ssv__metrics { margin-top: auto; }
.pi-satsight .laptop__inner > .ssv .ssv__readout > .ssv__actions { margin-top: 0; }
.pi-satsight .demo__viz .ssv__metrics { justify-items: center; text-align: center; gap: 22px 28px; padding: 22px 0 18px; }
.pi-satsight .demo__viz .ssv__metrics div { align-items: center; gap: 6px; }
.pi-satsight .demo__viz .ssv__metrics dt { font-size: 11px; }
.pi-satsight .demo__viz .ssv__metrics dd { font-size: 22px; }
.pi-satsight .demo__viz .ssv__metrics-lock { justify-content: center; text-align: center; margin-top: 8px; font-size: 12px; }
.pi-satsight .demo__viz .ssv__btn--primary {
  width: 100%;
  justify-content: center;
  padding: 14px 18px;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.pi-satsight .ssv__scale { padding: 14px 16px 12px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.pi-satsight .ssv__scale-track {
  position: relative; height: 18px; border-radius: 9px; overflow: hidden;
  display: grid; grid-template-columns: 1fr 1fr 1fr;
}
.pi-satsight .ssv__scale-zone { display: block; height: 100%; }
.pi-satsight .ssv__scale-zone--mss { background: #d8efe2; }
.pi-satsight .ssv__scale-zone--und { background: #fff0c8; }
.pi-satsight .ssv__scale-zone--msi { background: #f7d6c0; }
.pi-satsight .ssv__scale-ci {
  position: absolute; top: 3px; bottom: 3px; background: rgba(20,20,20,.18);
  border-left: 1px solid rgba(20,20,20,.45); border-right: 1px solid rgba(20,20,20,.45);
  pointer-events: none;
}
.pi-satsight .ssv__scale-mean {
  position: absolute; top: -3px; bottom: -3px; width: 3px; background: #1a1a1a;
  transform: translateX(-1.5px); border-radius: 2px;
}
.pi-satsight .ssv__scale-axis {
  display: flex; justify-content: space-between; margin-top: 8px;
  font: 500 10.5px "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif; letter-spacing: .04em;
  color: var(--ink-mute); text-transform: uppercase;
}
.pi-satsight .ssv__rec {
  margin: 0; padding: 14px 16px; border-radius: 12px;
  background: #f7f3ec; border: 1px solid var(--line);
  font: 400 13.5px/1.5 var(--sans); color: var(--ink);
  display: grid; gap: 4px;
}
.pi-satsight .ssv__rec-l {
  font: 600 10px "Inter", -apple-system, BlinkMacSystemFont, "Helvetica Neue", system-ui, sans-serif; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ink-mute);
}
.pi-satsight .demo__viz .ssv__scale { padding: 12px 14px 10px; }
.pi-satsight .demo__viz .ssv__rec { padding: 12px 14px; font-size: 12.5px; }
.pi-satsight .ssv__attn { display: grid; gap: 8px; padding: 4px 0 2px; }
.pi-satsight .ssv__attn-row { display: flex; justify-content: space-between; align-items: baseline; }
.pi-satsight .ssv__attn-lbl {
  font: 600 10px "Inter", sans-serif;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-2-on-dark);
}
.pi-satsight .ssv__attn-val {
  font: 600 18px "Inter", sans-serif;
  color: #fff; letter-spacing: -0.01em;
}
.pi-satsight .ssv__attn-bar {
  position: relative;
  height: 10px; border-radius: 999px;
  background: linear-gradient(90deg,
    rgba(230,122,0,0.22) 0%,
    rgba(255,255,255,0.06) 50%,
    rgba(61,212,192,0.22) 100%);
  overflow: visible;
}
.pi-satsight .ssv__attn-fill {
  position: absolute; inset: 0 auto 0 0;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), #3dd4c0);
  box-shadow: 0 0 14px rgba(61,212,192,0.35);
}
.pi-satsight .ssv__attn-marker {
  position: absolute; top: -4px; bottom: -4px;
  width: 3px; border-radius: 2px;
  background: #fff;
  transform: translateX(-1.5px);
  box-shadow: 0 0 0 3px rgba(255,255,255,0.12);
}
.pi-satsight .ssv__attn-axis {
  display: flex; justify-content: space-between;
  font: 500 10px "Inter", sans-serif;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--ink-2-on-dark);
}
.pi-satsight .demo__viz .ssv__attn-val { font-size: 16px; }
.pi-satsight .ssv__reco {
  display: grid; gap: 6px;
  padding: 14px 16px;
  border-left: 3px solid;
  background: rgba(255,255,255,0.04);
}
.pi-satsight .ssv__reco--msi { border-left-color: #3dd4c0; background: rgba(61,212,192,0.06); }
.pi-satsight .ssv__reco--mss { border-left-color: var(--accent); background: rgba(230,122,0,0.06); }
.pi-satsight .ssv__reco-eyebrow {
  font: 600 10px "Inter", sans-serif;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--ink-2-on-dark);
}
.pi-satsight .ssv__reco-title {
  margin: 0;
  font: 600 14px/1.3 "Inter", sans-serif;
  color: #fff;
  letter-spacing: -0.005em;
}
.pi-satsight .ssv__reco-body {
  margin: 0;
  font: 400 12.5px/1.5 "Inter", sans-serif;
  color: var(--ink-2-on-dark);
}
.pi-satsight .demo__viz .ssv__reco { padding: 12px 14px; }
.pi-satsight .demo__viz .ssv__reco-title { font-size: 13px; }
.pi-satsight .demo__viz .ssv__reco-body { font-size: 11.5px; }
.pi-satsight .laptop__inner > .ssv { display: flex; flex-direction: column; }
.pi-satsight .laptop__inner > .ssv .ssv__body { flex: 1 1 auto; min-height: 0; }
.pi-satsight .demo__viz .ssv__viewer { min-height: 0 !important; }
.pi-satsight .demo__viz .ssv__viewer-stage { min-height: 0 !important; }
.pi-satsight .laptop__inner > .ssv .ssv__main { min-height: 0; }
.pi-satsight .laptop__inner > .ssv .ssv__readout { overflow: auto; }
/* Mobile: the fixed 16:10 laptop screen is far too short for the stacked
   viewer — let the screen grow to fit content so nothing overlaps/clips. */
@media (max-width: 720px) {
  .pi-satsight .laptop__screen { aspect-ratio: auto; }
  .pi-satsight .laptop__inner { position: relative; inset: auto; }
  .pi-satsight .laptop__inner > .ssv { height: auto; }
  .pi-satsight .laptop__inner > .ssv .ssv__body { flex: none; }
  .pi-satsight .laptop__inner > .ssv .ssv__readout { overflow: visible; }
}
.pi-satsight .prosol {
  padding: 160px 0 140px;
  background: var(--bg);
  position: relative;
}
.pi-satsight .prosol__inner {
  width: min(1320px, 92vw);
  margin: 0 auto;
}
.pi-satsight .prosol__head {
  max-width: 1040px;
  margin: 0 auto 72px;
  text-align: center;
}
.pi-satsight .prosol__title {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 4.6vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: var(--navy);
  margin: 18px 0 22px;
}
.pi-satsight .prosol__title em {
  font-style: normal;
  color: var(--accent);
  font-weight: 700;
}
.pi-satsight .prosol__lede {
  font-size: 19px;
  line-height: 1.55;
  color: var(--ink-2);
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  text-wrap: pretty;
}
.pi-satsight .prosol__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.pi-satsight .prosol__card {
  position: relative;
  padding: 44px 40px 40px;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.pi-satsight .prosol__card--problem {
  background:
    linear-gradient(180deg, rgba(185,74,74,0.04) 0%, rgba(185,74,74,0) 60%),
    #ffffff;
  border-color: rgba(185,74,74,0.18);
}
.pi-satsight .prosol__card--solution {
  background:
    linear-gradient(180deg, rgba(230,122,0,0.06) 0%, rgba(230,122,0,0) 60%),
    #ffffff;
  border-color: rgba(230,122,0,0.22);
}
.pi-satsight .prosol__card-eyebrow {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ink-2);
}
.pi-satsight .prosol__card--problem .prosol__card-eyebrow { color: #b94a4a; }
.pi-satsight .prosol__card--solution .prosol__card-eyebrow { color: var(--accent); }
.pi-satsight .prosol__card-title {
  font-size: 28px;
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.012em;
  color: var(--navy);
  margin: 0;
}
.pi-satsight .prosol__card-body {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-2);
  margin: 0;
  text-wrap: pretty;
}
.pi-satsight .prosol__card-list {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border-top: 1px solid var(--line);
  padding-top: 22px;
}
.pi-satsight .prosol__card-list li {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 16px;
  align-items: baseline;
  font-size: 15px;
  color: var(--ink-1);
  line-height: 1.45;
}
.pi-satsight .prosol__card-key {
  font-weight: 700;
  font-size: 19px;
  letter-spacing: -0.01em;
  color: var(--navy);
  font-variant-numeric: tabular-nums;
}
.pi-satsight .prosol__card--problem .prosol__card-key { color: #b94a4a; }
.pi-satsight .prosol__card--solution .prosol__card-key { color: var(--accent); }
.pi-satsight .how {
  padding: 160px 0 140px;
  background: var(--bg-2, #f6f4ef);
  position: relative;
}
.pi-satsight .how__inner {
  width: min(1240px, 92vw);
  margin: 0 auto;
}
.pi-satsight .how__head {
  max-width: 1040px;
  margin: 0 auto 80px;
  text-align: center;
}
.pi-satsight .how__title {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(40px, 4.6vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.025em;
  color: var(--navy);
  margin: 18px 0 0;
}
.pi-satsight .how__title em {
  font-style: normal;
  color: var(--accent);
  font-weight: 700;
}
.pi-satsight .how__steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 56px;
  counter-reset: how;
  position: relative;
}
.pi-satsight .how__steps::before {
  content: "";
  position: absolute;
  top: 32px;
  left: 8%;
  right: 8%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(10,18,64,0.18) 12%, rgba(10,18,64,0.18) 88%, transparent 100%);
  z-index: 0;
}
.pi-satsight .how__step {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  z-index: 1;
}
.pi-satsight .how__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: var(--bg-2, #f6f4ef);
  border: 1.5px solid var(--accent);
  color: var(--accent);
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
}
.pi-satsight .how__step-t {
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.012em;
  font-weight: 700;
  color: var(--navy);
  margin: 6px 0 0;
}
.pi-satsight .how__step-d {
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-2);
  margin: 0;
  text-wrap: pretty;
}
.pi-satsight .how__proof {
  margin-top: 96px;
  padding-top: 56px;
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
.pi-satsight .how__proof-stat {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pi-satsight .how__proof-v {
  font-size: clamp(44px, 5vw, 64px);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--navy);
  font-variant-numeric: tabular-nums;
}
.pi-satsight .how__proof-l {
  font-size: 14px;
  color: var(--ink-2);
  letter-spacing: 0.01em;
  line-height: 1.4;
}
@media (max-width: 980px) {
.pi-satsight .prosol { padding: 100px 0; }
.pi-satsight .prosol__grid { grid-template-columns: 1fr; gap: 20px; }
.pi-satsight .prosol__card { padding: 32px 26px; }
.pi-satsight .prosol__card-list li { grid-template-columns: 100px 1fr; }
.pi-satsight .how { padding: 100px 0; }
.pi-satsight .how__steps { grid-template-columns: 1fr; gap: 36px; }
.pi-satsight .how__steps::before { display: none; }
.pi-satsight .how__proof { grid-template-columns: 1fr; gap: 28px; margin-top: 64px; padding-top: 40px; }
}
.pi-satsight .cta__panel { gap: 16px; }
.pi-satsight .cta__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  padding: 6px;
  background: rgba(0,0,0,0.25);
  border: 1px solid var(--line-on-dark);
  border-radius: 10px;
}
.pi-satsight .cta__tab {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px;
  padding: 10px 12px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 11px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  background: transparent;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, box-shadow .18s ease;
}
.pi-satsight .cta__tab:hover { color: #fff; }
.pi-satsight .cta__tab--on {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 4px 14px rgba(230,122,0,0.30);
}
.pi-satsight .cta__tab--on:hover { color: #fff; }
.pi-satsight .cta__tab-icon { display: inline-flex; align-items: center; }
.pi-satsight .cta__msg { display: flex; flex-direction: column; gap: 14px; }
.pi-satsight .cta__msg .cta__submit { align-self: flex-start; }
.pi-satsight .cta__demo { display: flex; flex-direction: column; gap: 12px; }
.pi-satsight .cta__cal {
  position: relative;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 14px;
  padding: 20px 22px 18px;
  overflow: hidden;
}
.pi-satsight .cta__cal-head {
  display: flex; align-items: center; justify-content: space-between;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 14px;
}
.pi-satsight .cta__cal-month {
  font-weight: 600; font-size: 15px;
  letter-spacing: -0.01em;
  color: #fff;
}
.pi-satsight .cta__cal-nav {
  width: 28px; height: 28px;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.10);
  color: rgba(255,255,255,0.5);
  border-radius: 6px;
  font-size: 16px;
  cursor: not-allowed;
}
.pi-satsight .cta__cal-dow {
  display: grid; grid-template-columns: repeat(7,1fr);
  gap: 4px; margin-bottom: 6px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 9px; letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.4);
}
.pi-satsight .cta__cal-dow span { text-align: center; padding: 4px 0; }
.pi-satsight .cta__cal-grid { display: grid; grid-template-columns: repeat(7,1fr); gap: 4px; }
.pi-satsight .cta__cal-cell {
  position: relative;
  aspect-ratio: 1/1;
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  gap: 2px;
  border-radius: 6px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 12px; font-weight: 500;
  color: rgba(255,255,255,0.85);
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  min-height: 36px;
}
.pi-satsight .cta__cal-cell--empty { background: transparent; border-color: transparent; }
.pi-satsight .cta__cal-cell--past { color: rgba(255,255,255,0.20); text-decoration: line-through; }
.pi-satsight .cta__cal-cell--off { color: rgba(255,255,255,0.25); }
.pi-satsight .cta__cal-cell--booked { color: rgba(255,255,255,0.4); }
.pi-satsight .cta__cal-cell--booked .cta__cal-num { text-decoration: line-through; }
.pi-satsight .cta__cal-cell--open {
  background: rgba(230,122,0,0.08);
  border-color: rgba(230,122,0,0.30);
  color: #fff;
}
.pi-satsight .cta__cal-cell--today {
  outline: 1.5px solid var(--accent);
  outline-offset: -1.5px;
}
.pi-satsight .cta__cal-num { line-height: 1; }
.pi-satsight .cta__cal-dot {
  width: 4px; height: 4px; border-radius: 999px; background: var(--accent);
}
.pi-satsight .cta__cal-legend {
  display: flex; flex-wrap: wrap; gap: 16px;
  margin-top: 14px; padding-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.08);
  font-family: "Inter", system-ui, sans-serif;
  font-size: 10px; letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.pi-satsight .cta__cal-legend span { display: inline-flex; align-items: center; gap: 6px; }
.pi-satsight .cta__cal-sw {
  width: 10px; height: 10px; border-radius: 3px;
  border: 1px solid rgba(255,255,255,0.15);
}
.pi-satsight .cta__cal-sw--open { background: rgba(230,122,0,0.45); border-color: rgba(230,122,0,0.6); }
.pi-satsight .cta__cal-sw--booked { background: rgba(255,255,255,0.08); }
.pi-satsight .cta__cal-sw--off { background: rgba(255,255,255,0.03); }
.pi-satsight .cta__cal-overlay {
  position: absolute;
  left: 16px; right: 16px; bottom: 16px;
  display: flex; flex-direction: column; gap: 6px;
  padding: 16px 18px;
  background: linear-gradient(180deg, rgba(10,18,64,0.92), rgba(10,18,64,0.96));
  backdrop-filter: blur(8px);
  border: 1px solid rgba(230,122,0,0.35);
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.45);
}
.pi-satsight .cta__cal-overlay-eyebrow {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 10px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--accent);
}
.pi-satsight .cta__cal-overlay strong { font-size: 16px; font-weight: 600; letter-spacing: -0.01em; color: #fff; }
.pi-satsight .cta__cal-overlay-lede { font-size: 13px; line-height: 1.5; color: rgba(255,255,255,0.65); }
.pi-satsight .cta__cal-overlay-cta {
  align-self: flex-start; margin-top: 8px;
  padding: 8px 14px; border-radius: 7px;
  background: var(--accent); color: #fff;
  font: 600 12px/1 "Inter", sans-serif;
  letter-spacing: 0.06em;
  border: 0;
  cursor: pointer;
  display: inline-flex; align-items: center; gap: 6px;
}
.pi-satsight .cta__cal-overlay-cta:hover { filter: brightness(1.08); }
@media (max-width: 520px) {
.pi-satsight .cta__tab { font-size: 10px; padding: 9px 8px; letter-spacing: 0.10em; }
}
.pi-satsight .r84-h1 {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(48px, 6.4vw, 96px);
  letter-spacing: -0.035em;
  line-height: 0.98;
  color: var(--navy);
}
.pi-satsight .r84-h1 em { font-style: normal; font-weight: 800; color: var(--accent); }
.pi-satsight .r84-h2 {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(38px, 4.4vw, 64px);
  letter-spacing: -0.025em;
  line-height: 1.04;
  color: var(--navy);
}
.pi-satsight .r84-h2 em { font-style: normal; color: var(--accent); }
.pi-satsight .r84-h3 {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: var(--navy);
}
.pi-satsight .r84-lede {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-2);
}
.pi-satsight .r84-body {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-2);
}
.pi-satsight .r84-caption {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--ink-3);
}
.pi-satsight .r84-eyebrow {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-3);
}
.pi-satsight .r84-stat-big {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(44px, 4vw, 62px);
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--accent);
}
.pi-satsight .eyebrow, .pi-satsight .prosol__card-eyebrow, .pi-satsight .bro__form-head, .pi-satsight .how__proof-l {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace !important;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--accent);
}
.pi-satsight .cta .eyebrow, .pi-satsight .eyebrow, .pi-satsight .eyebrow--light { color: var(--accent) !important; }
.pi-satsight .prosol__card--problem .prosol__card-eyebrow { color: #b94a4a; }
.pi-satsight .prosol__card--solution .prosol__card-eyebrow { color: var(--accent); }
.pi-satsight .prosol__title, .pi-satsight .how__title, .pi-satsight .bro__title, .pi-satsight .cta__title, .pi-satsight .shero__title {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(38px, 4.4vw, 64px);
  letter-spacing: -0.025em;
  line-height: 1.04;
}
.pi-satsight .prosol__title em, .pi-satsight .how__title em, .pi-satsight .bro__title em, .pi-satsight .cta__title em, .pi-satsight .shero__title em {
  font-style: normal;
  color: var(--accent);
  font-weight: 700;
}
.pi-satsight .prosol__card-title, .pi-satsight .how__step-t {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: var(--navy);
}
.pi-satsight .prosol__lede, .pi-satsight .bro__lede, .pi-satsight .cta__lede, .pi-satsight .shero__lede {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: var(--ink-2);
}
.pi-satsight .cta__lede { color: #ffffff !important; }
.pi-satsight .cta__lede strong { color: #ffffff; }
.pi-satsight .prosol__card-body, .pi-satsight .how__step-d, .pi-satsight .bro__list, .pi-satsight .bro__list li {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-2);
}
.pi-satsight .how__proof-v {
  font-family: "Inter", system-ui, sans-serif;
  font-weight: 700;
  font-size: clamp(44px, 4vw, 62px);
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--accent);
}
.pi-satsight .bro__fine {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--ink-3);
}

/* ============================================================
   Report download modal (real HubSpot form) — added for repo
   ============================================================ */
.pi-satsight .satmodal[hidden] { display: none; }
.pi-satsight .satmodal {
  position: fixed; inset: 0; z-index: 120;
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  background: rgba(6,9,42,0.6);
  backdrop-filter: blur(4px);
}
.pi-satsight .satmodal__card {
  position: relative;
  width: min(560px, 94vw);
  max-height: 90vh; overflow: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 30px 28px 26px;
  box-shadow: 0 32px 80px rgba(6,9,42,0.35);
}
.pi-satsight .satmodal__close {
  position: absolute; top: 12px; right: 14px;
  font-size: 26px; line-height: 1;
  color: var(--ink-3); background: none; border: 0; cursor: pointer;
}
.pi-satsight .satmodal__close:hover { color: var(--navy); }
.pi-satsight .satmodal__eyebrow {
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 8px;
}
.pi-satsight .satmodal__title {
  font-size: 24px; font-weight: 700; letter-spacing: -0.02em;
  color: var(--navy); margin: 0 0 8px;
}
.pi-satsight .satmodal__lede {
  font-size: 14px; line-height: 1.5; color: var(--ink-2); margin: 0 0 18px;
}
/* HubSpot embed sits directly on the dark CTA panel (no white card) */
.pi-satsight .cta__hsform {
  background: transparent;
}

/* Eyebrows → match design v2-bro override: mono, 13px, 700, 0.13em, accent */
.pi-satsight .eyebrow,
.pi-satsight .shero__eyebrow,
.pi-satsight .statement__eyebrow,
.pi-satsight .cases__eyebrow,
.pi-satsight .demo__eyebrow,
.pi-satsight .how__eyebrow,
.pi-satsight .prosol__eyebrow {
  font-family: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.13em;
  color: var(--accent);
}

/* ============================================================
   Eyebrow pills — consistent with Remaining 84 / homepage.
   Section eyebrows become highlighted pills (orange tint + dot).
   Card eyebrows (.prosol__card-eyebrow) stay plain, per design.
   ============================================================ */
.pi-satsight .eyebrow,
.pi-satsight .shero__eyebrow,
.pi-satsight .statement__eyebrow,
.pi-satsight .satmodal__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, Consolas, monospace;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(230, 122, 0, 0.12);
  border: 1px solid rgba(230, 122, 0, 0.30);
  padding: 8px 15px;
  border-radius: 999px;
  margin-bottom: 22px;
}
.pi-satsight .eyebrow::before,
.pi-satsight .shero__eyebrow::before,
.pi-satsight .statement__eyebrow::before,
.pi-satsight .satmodal__eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
}
