/* Deep Orbit flagship treatment.
   Recovery-mission optics: deep graphite, orbital violet, forensic cyan, and evidence-safe state cues.
   Deep Orbit remains visually and operationally distinct from PowerShell Principal. */

body.deep-orbit-product {
  --do-violet: #9a7cff;
  --do-violet-strong: #7757ff;
  --do-cyan: #69d9ff;
  --do-ice: #f4f2ff;
  --do-graphite: #070910;
  --do-panel: rgba(12, 13, 25, .8);
  --do-panel-strong: rgba(14, 15, 30, .94);
  --do-line: rgba(181, 166, 255, .2);
  --do-line-strong: rgba(183, 168, 255, .46);
  --do-safe: #79e0c0;
  --do-caution: #ffc96a;
  --do-radius-xl: 31px;
  --do-radius-lg: 22px;
}

body.deep-orbit-product .v1-product-hero {
  position: relative;
  isolation: isolate;
  overflow: clip;
}

body.deep-orbit-product .v1-product-hero::before {
  content: "";
  position: absolute;
  inset: 1rem 0 auto;
  height: min(72vh, 48rem);
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 77% 22%, rgba(129, 86, 255, .18), transparent 30%),
    radial-gradient(circle at 27% 8%, rgba(94, 214, 255, .08), transparent 26%),
    radial-gradient(circle at 58% 48%, rgba(255,255,255,.025), transparent 23%);
}

body.deep-orbit-product .v1-product-hero-grid {
  align-items: center;
  gap: clamp(30px, 5vw, 78px);
}

body.deep-orbit-product .v1-product-identity {
  gap: 12px;
  margin-bottom: 18px;
}

body.deep-orbit-product .deep-orbit-mark {
  position: relative;
  isolation: isolate;
  overflow: visible;
  border: 1px solid var(--do-line-strong);
  color: #fff;
  background:
    radial-gradient(circle at 34% 18%, rgba(255,255,255,.2), transparent 34%),
    linear-gradient(145deg, rgba(95, 66, 190, .4), rgba(9, 10, 20, .96));
  box-shadow:
    inset 0 1px rgba(255,255,255,.18),
    0 18px 44px rgba(0,0,0,.36),
    0 0 38px rgba(122, 86, 255, .18);
}

body.deep-orbit-product .deep-orbit-mark::before,
body.deep-orbit-product .deep-orbit-mark::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  pointer-events: none;
  border: 1px solid rgba(184, 169, 255, .52);
  border-radius: 50%;
  transform: translate(-50%, -50%) rotate(-28deg);
}

body.deep-orbit-product .deep-orbit-mark::before {
  width: 39px;
  height: 18px;
}

body.deep-orbit-product .deep-orbit-mark::after {
  width: 18px;
  height: 39px;
  border-color: rgba(93, 211, 255, .36);
  transform: translate(-50%, -50%) rotate(32deg);
}

body.deep-orbit-product .deep-orbit-mark > span {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f7f4ff;
  box-shadow: 0 0 16px rgba(165, 135, 255, .8);
  color: transparent;
  font-size: 0;
}

body.deep-orbit-product .deep-orbit-product-promise {
  max-width: 22ch;
  margin: .18em 0 .52em;
  color: var(--do-ice);
  font-size: clamp(1.28rem, 2.45vw, 2rem);
  font-weight: 735;
  letter-spacing: -.04em;
  line-height: 1.08;
  text-wrap: balance;
}

body.deep-orbit-product .v1-product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

body.deep-orbit-product .v1-product-meta > span {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 13px;
  border: 1px solid var(--do-line);
  border-radius: 14px;
  background: rgba(16, 16, 33, .7);
  box-shadow: inset 0 1px rgba(255,255,255,.07);
  -webkit-backdrop-filter: blur(16px) saturate(145%);
  backdrop-filter: blur(16px) saturate(145%);
}

body.deep-orbit-product .v1-product-hero .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

body.deep-orbit-product .v1-product-hero .button,
body.deep-orbit-product .v1-download-actions .button,
body.deep-orbit-product .v1-cta .button {
  min-height: 52px;
}

body.deep-orbit-product .v1-product-hero .button-primary {
  border-color: rgba(172, 150, 255, .56);
  background:
    linear-gradient(180deg, rgba(255,255,255,.13), transparent 48%),
    linear-gradient(135deg, #7456ec, #5537c8);
  box-shadow:
    inset 0 1px rgba(255,255,255,.24),
    0 13px 30px rgba(67, 43, 154, .3);
}

body.deep-orbit-product .v1-interface-preview,
body.deep-orbit-product .v1-card,
body.deep-orbit-product .v1-feature-band,
body.deep-orbit-product .v1-spec-card,
body.deep-orbit-product .v1-roadmap-item,
body.deep-orbit-product .v1-download-panel,
body.deep-orbit-product .v1-cta {
  border-color: var(--do-line);
  background:
    radial-gradient(circle at 72% 0%, rgba(139, 103, 255, .11), transparent 36%),
    linear-gradient(145deg, rgba(255,255,255,.048), transparent 31%),
    var(--do-panel);
  box-shadow:
    inset 0 1px rgba(255,255,255,.09),
    inset 0 -1px rgba(255,255,255,.018),
    0 26px 74px rgba(0,0,0,.33);
  -webkit-backdrop-filter: blur(26px) saturate(148%);
  backdrop-filter: blur(26px) saturate(148%);
}

body.deep-orbit-product .v1-interface-preview,
body.deep-orbit-product .v1-feature-band {
  border-radius: var(--do-radius-xl);
}

body.deep-orbit-product .deep-orbit-mission-preview {
  transform: translateZ(0);
  transition: transform 340ms cubic-bezier(.2,.86,.22,1), border-color 220ms ease, box-shadow 320ms ease;
}

body.deep-orbit-product .deep-orbit-mission-preview:hover,
body.deep-orbit-product .deep-orbit-mission-preview:focus-within {
  transform: translateY(-4px);
  border-color: var(--do-line-strong);
  box-shadow:
    inset 0 1px rgba(255,255,255,.135),
    0 34px 88px rgba(0,0,0,.38),
    0 0 46px rgba(113, 78, 255, .11);
}

body.deep-orbit-product .do-mission-kicker {
  width: fit-content;
  margin-bottom: 10px;
  padding: 6px 9px;
  border: 1px solid rgba(164, 144, 255, .28);
  border-radius: 999px;
  color: #c4b8ff;
  background: rgba(80, 57, 153, .2);
  font-size: .68rem;
  font-weight: 820;
  letter-spacing: .105em;
}

body.deep-orbit-product .do-evidence-strip {
  display: grid;
  grid-template-columns: 1.3fr .9fr .7fr;
  gap: 7px;
  margin-top: 13px;
}

body.deep-orbit-product .do-evidence-strip span {
  position: relative;
  min-width: 0;
  height: 7px;
  border-radius: 999px;
  background: rgba(173, 158, 255, .14);
}

body.deep-orbit-product .do-evidence-strip span:first-child {
  background: linear-gradient(90deg, rgba(116, 85, 234, .88), rgba(144, 112, 255, .68));
  box-shadow: 0 0 14px rgba(113, 80, 235, .15);
}

body.deep-orbit-product .do-evidence-strip span:nth-child(2) {
  background: linear-gradient(90deg, rgba(79, 189, 220, .7), rgba(105, 217, 255, .5));
}

body.deep-orbit-product .do-confidence-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 15px;
}

body.deep-orbit-product .do-confidence-row span {
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  border: 1px solid rgba(183, 166, 255, .2);
  border-radius: 999px;
  color: #c9c3df;
  background: rgba(255,255,255,.035);
  font-size: .73rem;
  font-weight: 720;
}

body.deep-orbit-product .do-confidence-row span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 10px currentColor;
}

body.deep-orbit-product .do-confidence-row .is-verified { color: var(--do-safe); }
body.deep-orbit-product .do-confidence-row .is-derived { color: var(--do-cyan); }
body.deep-orbit-product .do-confidence-row .is-uncertain { color: var(--do-caution); }

body.deep-orbit-product .deep-orbit-feature-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
  gap: clamp(12px, 1.7vw, 18px);
}

body.deep-orbit-product .v1-card {
  min-height: 226px;
  border-radius: var(--do-radius-lg);
  transition: transform 300ms cubic-bezier(.2,.86,.22,1), border-color 220ms ease, background 240ms ease;
}

body.deep-orbit-product .v1-card:hover,
body.deep-orbit-product .v1-card:focus-within {
  transform: translateY(-3px);
  border-color: var(--do-line-strong);
  background:
    radial-gradient(circle at 74% 0%, rgba(139,103,255,.15), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,.06), transparent 32%),
    var(--do-panel-strong);
}

body.deep-orbit-product .v1-card-number,
body.deep-orbit-product .v1-feature-list li::marker {
  color: #b5a5ff;
}

body.deep-orbit-product .deep-orbit-mission-band {
  container-type: inline-size;
  container-name: deep-orbit-mission-band;
  overflow: clip;
}

body.deep-orbit-product .v1-spec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  gap: clamp(12px, 1.6vw, 18px);
}

body.deep-orbit-product .v1-spec-card,
body.deep-orbit-product .v1-roadmap-item,
body.deep-orbit-product .v1-download-panel,
body.deep-orbit-product .v1-cta {
  border-radius: var(--do-radius-lg);
}

body.deep-orbit-product .v1-spec-card {
  min-height: 140px;
  padding: clamp(20px, 2vw, 28px);
}

body.deep-orbit-product .v1-spec-card dt {
  color: #aaa3c4;
  letter-spacing: .075em;
  text-transform: uppercase;
}

body.deep-orbit-product .v1-spec-card dd {
  color: #faf8ff;
  font-weight: 720;
}

body.deep-orbit-product .v1-roadmap-item,
body.deep-orbit-product .v1-download-panel,
body.deep-orbit-product .v1-cta {
  transition: transform 300ms cubic-bezier(.2,.86,.22,1), border-color 220ms ease, background 240ms ease;
}

body.deep-orbit-product .v1-roadmap-item:hover,
body.deep-orbit-product .v1-roadmap-item:focus-within,
body.deep-orbit-product .v1-download-panel:hover,
body.deep-orbit-product .v1-download-panel:focus-within,
body.deep-orbit-product .v1-cta:hover,
body.deep-orbit-product .v1-cta:focus-within {
  transform: translateY(-3px);
  border-color: var(--do-line-strong);
  background:
    radial-gradient(circle at 75% 0%, rgba(139,103,255,.15), transparent 38%),
    linear-gradient(145deg, rgba(255,255,255,.06), transparent 32%),
    var(--do-panel-strong);
}

@container deep-orbit-mission-band (max-width: 48rem) {
  body.deep-orbit-product .deep-orbit-mission-band {
    grid-template-columns: minmax(0, 1fr);
  }

  body.deep-orbit-product .deep-orbit-mission-band .v1-interface-preview {
    width: 100%;
  }
}

@media (max-width: 46rem) {
  body.deep-orbit-product .v1-product-meta > span,
  body.deep-orbit-product .v1-product-hero .button,
  body.deep-orbit-product .v1-download-actions .button,
  body.deep-orbit-product .v1-cta .button {
    width: 100%;
  }

  body.deep-orbit-product .v1-product-hero .actions,
  body.deep-orbit-product .v1-download-actions,
  body.deep-orbit-product .v1-cta .actions {
    width: 100%;
  }

  body.deep-orbit-product .v1-card {
    min-height: auto;
  }
}

@media (hover: none), (pointer: coarse) {
  body.deep-orbit-product .v1-product-hero .button,
  body.deep-orbit-product .v1-download-actions .button,
  body.deep-orbit-product .v1-cta .button {
    min-height: 56px;
  }

  body.deep-orbit-product .deep-orbit-mission-preview,
  body.deep-orbit-product .v1-card,
  body.deep-orbit-product .v1-roadmap-item,
  body.deep-orbit-product .v1-download-panel,
  body.deep-orbit-product .v1-cta {
    transform: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  body.deep-orbit-product .v1-product-meta > span,
  body.deep-orbit-product .v1-interface-preview,
  body.deep-orbit-product .v1-card,
  body.deep-orbit-product .v1-feature-band,
  body.deep-orbit-product .v1-spec-card,
  body.deep-orbit-product .v1-roadmap-item,
  body.deep-orbit-product .v1-download-panel,
  body.deep-orbit-product .v1-cta,
  body.deep-orbit-product .do-confidence-row span {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: #111322;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.deep-orbit-product .deep-orbit-mission-preview,
  body.deep-orbit-product .v1-card,
  body.deep-orbit-product .v1-roadmap-item,
  body.deep-orbit-product .v1-download-panel,
  body.deep-orbit-product .v1-cta {
    transition: none !important;
    transform: none !important;
  }
}

@media (forced-colors: active) {
  body.deep-orbit-product .v1-product-meta > span,
  body.deep-orbit-product .v1-interface-preview,
  body.deep-orbit-product .v1-card,
  body.deep-orbit-product .v1-feature-band,
  body.deep-orbit-product .v1-spec-card,
  body.deep-orbit-product .v1-roadmap-item,
  body.deep-orbit-product .v1-download-panel,
  body.deep-orbit-product .v1-cta,
  body.deep-orbit-product .do-mission-kicker,
  body.deep-orbit-product .do-confidence-row span,
  body.deep-orbit-product .deep-orbit-mark {
    border: 1px solid CanvasText;
    background: Canvas;
    color: CanvasText;
    box-shadow: none;
  }

  body.deep-orbit-product .deep-orbit-mark::before,
  body.deep-orbit-product .deep-orbit-mark::after {
    border-color: CanvasText;
  }

  body.deep-orbit-product .v1-product-hero .button:focus-visible,
  body.deep-orbit-product .v1-download-actions .button:focus-visible,
  body.deep-orbit-product .v1-cta .button:focus-visible {
    outline: 3px solid Highlight;
    outline-offset: 3px;
  }
}
