
  

    .cv-feature-page-root .cv-remote-page--desktop {
      display: block;
    }
  

    .cv-feature-page-root .cv-remote-page--mobile {
      display: block;
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .page {
      padding-bottom: var(--cv-space-3xl);
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .section {
      padding: var(--cv-space-2xl) 0;
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .hero {
      padding-top: var(--cv-space-2xl);
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .hero-stack {
      gap: var(--cv-space-md);
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .hero-title {
      font-size: clamp(30px, 10vw, 44px);
      max-width: none;
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .hero-copy {
      font-size: 15px;
      line-height: 1.65;
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .hero-actions {
      flex-direction: column;
      gap: var(--cv-space-sm);
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .cta,
    .cv-feature-page-root .cv-remote-page--mobile .ghost-link {
      width: 100%;
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .hero-home-link {
      width: fit-content;
      font-size: 11px;
      letter-spacing: 0.06em;
      text-decoration: none;
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .hero-home-link:hover {
      color: var(--cv-fg);
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .audience-card {
      border-radius: 16px;
      border: 1px solid rgba(36, 43, 58, 0.92);
      background:
        radial-gradient(circle at top right, rgba(0, 229, 255, 0.08), transparent 42%),
        linear-gradient(180deg, rgba(18, 21, 27, 0.95), rgba(11, 13, 16, 0.98));
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .audience-label {
      display: inline-flex;
      font-size: 11px;
      letter-spacing: 0.08em;
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .audience-copy {
      margin-top: var(--cv-space-sm);
      font-size: 14px;
      line-height: 1.6;
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .audience-card--offset {
      margin-top: var(--cv-space-lg);
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .metric-row {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: var(--cv-space-sm);
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .metric-row--offset {
      margin-top: var(--cv-space-md);
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .metric-cell {
      padding: var(--cv-space-sm) var(--cv-space-md);
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .metric-value {
      font-size: 13px;
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .metric-label {
      font-size: 9px;
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .remote-transport-lanes--offset {
      margin-top: var(--cv-space-lg);
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .section-title {
      font-size: clamp(24px, 8vw, 34px);
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .section-copy {
      font-size: 14px;
      line-height: 1.65;
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .step-card {
      padding-left: calc(var(--cv-space-lg) + 42px);
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .step-index {
      top: var(--cv-space-lg);
      left: var(--cv-space-lg);
      width: 30px;
      height: 30px;
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .step-card h3,
    .cv-feature-page-root .cv-remote-page--mobile .transport-card h3,
    .cv-feature-page-root .cv-remote-page--mobile .boundary-card h3,
    .cv-feature-page-root .cv-remote-page--mobile .not-card h3,
    .cv-feature-page-root .cv-remote-page--mobile .cta-card h3 {
      font-size: 17px;
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .step-card p,
    .cv-feature-page-root .cv-remote-page--mobile .transport-card p,
    .cv-feature-page-root .cv-remote-page--mobile .boundary-card p,
    .cv-feature-page-root .cv-remote-page--mobile .not-card p,
    .cv-feature-page-root .cv-remote-page--mobile .cta-card p {
      font-size: 14px;
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .boundary-card {
      min-height: auto;
      padding-left: calc(var(--cv-space-lg) + 10px);
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .boundary-card::before {
      content: '';
      position: absolute;
      top: 14px;
      bottom: 14px;
      left: 0;
      width: 3px;
      border-radius: 0 2px 2px 0;
      background: var(--cv-gradient-accent-primary);
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .boundary-card::after {
      display: none;
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .boundary-icon {
      display: none;
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .diagram-disclosure summary {
      list-style: none;
      padding: var(--cv-space-md) var(--cv-space-lg);
      cursor: pointer;
      font-size: 12px;
      letter-spacing: 0.05em;
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .diagram-disclosure summary::-webkit-details-marker {
      display: none;
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .diagram-disclosure summary::after {
      content: '+';
      color: var(--cv-primary);
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .diagram-disclosure[open] summary::after {
      content: '−';
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .diagram-disclosure-body {
      padding: 0 var(--cv-space-lg) var(--cv-space-lg);
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .step-stack--mobile {
      display: flex;
      flex-direction: column;
      gap: var(--cv-space-md);
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .cta-card {
      display: flex;
      flex-direction: column;
      gap: var(--cv-space-lg);
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .cta-actions {
      display: flex;
      flex-direction: column;
      gap: var(--cv-space-sm);
    }
  

    .cv-feature-page-root .cv-remote-page--mobile .cta-actions a {
      width: 100%;
    }
  

    .remote-transport-lanes {
    display: block;
    contain: content;
  }
  

    .remote-transport-lanes .lanes {
    position: relative;
    display: grid;
    gap: 0;
    padding: var(--cv-space-xl);
    border-radius: 24px;
    border: 1px solid rgba(36, 43, 58, 0.96);
    background:
      radial-gradient(ellipse 70% 50% at 50% 50%, rgba(0, 229, 255, 0.03), transparent),
      linear-gradient(180deg, rgba(10, 13, 19, 0.97), rgba(8, 10, 16, 0.99));
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.04),
      0 30px 80px rgba(0, 0, 0, 0.32);
    overflow: hidden;
  }
  

    /* ── Endpoints ──────────────────────────────────────────────── */
  

    .remote-transport-lanes .endpoints {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 0;
    align-items: stretch;
    min-height: 220px;
  }
  

    .remote-transport-lanes .endpoint-icon {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    border: 1px solid rgba(0, 229, 255, 0.24);
    background: rgba(0, 229, 255, 0.06);
  }
  

    .remote-transport-lanes .endpoint-icon svg {
    width: 28px;
    height: 28px;
    color: var(--cv-primary);
  }
  

    .remote-transport-lanes .endpoint-icon.hollow {
    border-color: rgba(36, 43, 58, 0.96);
    background: transparent;
  }
  

    .remote-transport-lanes .endpoint-icon.hollow svg {
    color: var(--cv-fg-muted);
    opacity: 0.6;
  }
  

    .remote-transport-lanes .endpoint-name {
    font-family: var(--cv-font-display);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.02em;
  }
  

    .remote-transport-lanes .endpoint-role {
    font-size: 10px;
    letter-spacing: 0.08em;
  }
  

    /* Arrow connectors between endpoints and lanes */
  

    .remote-transport-lanes .endpoint:first-child::after,
  .remote-transport-lanes .endpoint:last-child::before {
    content: '';
    position: absolute;
    top: 50%;
    width: 24px;
    height: 1px;
    background: linear-gradient(90deg, rgba(0, 229, 255, 0.4), rgba(0, 229, 255, 0.12));
  }
  

    .remote-transport-lanes .endpoint {
    position: relative;
  }
  

    .remote-transport-lanes .endpoint:first-child::after {
    right: -12px;
  }
  

    .remote-transport-lanes .endpoint:last-child::before {
    left: -12px;
    background: linear-gradient(90deg, rgba(0, 229, 255, 0.12), rgba(0, 229, 255, 0.4));
  }
  

    /* ── Lane paths ─────────────────────────────────────────────── */
  

    .remote-transport-lanes .lane-stack {
    gap: 12px;
    padding: 0 var(--cv-space-md);
    min-width: 200px;
  }
  

    .remote-transport-lanes .lane {
    gap: 8px;
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid transparent;
    background: rgba(11, 13, 16, 0.72);
  }
  

    /* Animated signal pulse — CSS only */
  

    .remote-transport-lanes .lane::after {
    content: '';
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    border-radius: inherit;
    opacity: 0.5;
    animation: lane-pulse 3.2s var(--cv-ease) infinite;
  }
  

    .remote-transport-lanes .lane[data-transport='usb'] {
    border-color: rgba(0, 229, 255, 0.2);
  }
  

    .remote-transport-lanes .lane[data-transport='usb']::after {
    background: linear-gradient(90deg, transparent, rgba(0, 229, 255, 0.16), transparent);
    animation-delay: 0s;
  }
  

    .remote-transport-lanes .lane[data-transport='webrtc'] {
    border-color: rgba(179, 136, 255, 0.2);
  }
  

    .remote-transport-lanes .lane[data-transport='webrtc']::after {
    background: linear-gradient(90deg, transparent, rgba(179, 136, 255, 0.16), transparent);
    animation-delay: 0.8s;
  }
  

    .remote-transport-lanes .lane[data-transport='wss'] {
    border-color: rgba(255, 176, 32, 0.2);
  }
  

    .remote-transport-lanes .lane[data-transport='wss']::after {
    background: linear-gradient(90deg, transparent, rgba(255, 176, 32, 0.14), transparent);
    animation-delay: 1.6s;
  }
  

    @keyframes lane-pulse {
    0% {
      left: -60%;
      opacity: 0;
    }
    15% {
      opacity: 0.6;
    }
    100% {
      left: 120%;
      opacity: 0;
    }
  }
  

    .remote-transport-lanes .lane-name {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    z-index: 1;
  }
  

    .remote-transport-lanes .lane[data-transport='usb'] .lane-name {
    color: var(--cv-primary);
  }
  

    .remote-transport-lanes .lane[data-transport='webrtc'] .lane-name {
    color: var(--cv-secondary);
  }
  

    .remote-transport-lanes .lane[data-transport='wss'] .lane-name {
    color: var(--cv-warning);
  }
  

    .remote-transport-lanes .lane-noise {
    display: inline-flex;
    padding: 3px 7px;
    border-radius: 999px;
    border: 1px solid rgba(0, 229, 255, 0.14);
    background: rgba(0, 229, 255, 0.06);
    font-size: 9px;
    letter-spacing: 0.04em;
    color: rgba(0, 229, 255, 0.7);
    z-index: 1;
  }
  

    /* ── Noise wrapper label ────────────────────────────────────── */
  

    .remote-transport-lanes .noise-footer {
    margin-top: var(--cv-space-lg);
    padding-top: var(--cv-space-md);
    border-top: 1px solid rgba(36, 43, 58, 0.6);
  }
  

    .remote-transport-lanes .noise-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(0, 229, 255, 0.18);
    background: rgba(0, 229, 255, 0.05);
    font-size: 11px;
    letter-spacing: 0.06em;
  }
  

    .remote-transport-lanes .noise-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--cv-primary);
    box-shadow: 0 0 0 4px rgba(0, 229, 255, 0.12);
  }
  

    .remote-transport-lanes .noise-copy {
    font-size: 13px;
  }
  

    /* ── Responsive ─────────────────────────────────────────────── */
  

    @media (max-width: 760px) {
    .remote-transport-lanes .endpoints {
      grid-template-columns: 1fr;
      min-height: auto;
    }

    .remote-transport-lanes .endpoint {
      padding: var(--cv-space-md);
    }

    .remote-transport-lanes .lane-stack {
      min-width: 0;
      padding: 0 var(--cv-space-sm);
    }

    .remote-transport-lanes .endpoint:first-child {
      order: 0;
    }

    .remote-transport-lanes .lane-stack {
      order: 1;
    }

    .remote-transport-lanes .endpoint:last-child {
      order: 2;
    }

    .remote-transport-lanes .noise-footer {
      flex-direction: column;
      text-align: center;
    }
  }
  

    @media (prefers-reduced-motion: reduce) {
    .remote-transport-lanes .lane::after {
      animation: none;
      display: none;
    }
  }
