.product-demo-section { padding-top: 48px; }
.product-demo-intro { max-width: 820px; margin-bottom: 36px; }
.product-demo-intro .body-copy { max-width: 780px; margin-bottom: 0; }
.product-demo-frame { overflow: hidden; padding: 10px; border: 1px solid var(--border); border-radius: 28px; background: #0b1510; box-shadow: var(--shadow); }
.product-demo-frame video { display: block; width: 100%; aspect-ratio: 16 / 9; border-radius: 19px; background: #08110c; object-fit: cover; }
.product-demo-controls { min-height: 44px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 8px 4px 0; color: rgb(255 255 255 / 0.72); font-size: 12px; }
.product-demo-controls button { min-height: 36px; display: inline-flex; align-items: center; gap: 8px; padding: 0 14px; border: 1px solid rgb(255 255 255 / 0.2); border-radius: 999px; background: rgb(255 255 255 / 0.09); color: white; font: inherit; font-weight: 720; cursor: pointer; }
.product-demo-controls button:hover { background: rgb(255 255 255 / 0.15); }
[data-product-demo-symbol] { width: 12px; display: inline-flex; justify-content: center; font-size: 11px; }
.product-demo-note { margin: 14px 4px 0; color: var(--text-muted); font-size: 13px; }
@media (max-width: 560px) {
  .product-demo-section { padding-top: 24px; }
  .product-demo-intro { margin-bottom: 24px; }
  .product-demo-frame { padding: 5px; border-radius: 18px; }
  .product-demo-frame video { border-radius: 13px; }
}
