/* AstraVortex premium product page.
   Loaded explicitly by content/Assets/product.md. */

body[data-slug="assets/product"] {
  --av-panel: color-mix(in srgb, #111821 91%, var(--light) 9%);
  --av-panel-strong: color-mix(in srgb, #0d141c 94%, var(--light) 6%);
  --av-panel-soft: color-mix(in srgb, #17212d 88%, var(--light) 12%);
  --av-border: rgba(145, 164, 188, 0.22);
  --av-border-strong: rgba(145, 164, 188, 0.36);
  --av-text-muted: color-mix(in srgb, var(--darkgray) 84%, #b9c5d6 16%);
  --av-blue: #4f8cff;
  --av-blue-2: #5653f6;
  --av-green: #50d887;
}

body[data-slug="assets/product"] #quartz-root.page > #quartz-body {
  grid-template:
    "grid-sidebar-left grid-header"
    "grid-sidebar-left grid-center"
    "grid-sidebar-left grid-footer" / 300px minmax(0, 1fr) !important;
  column-gap: 0 !important;
  row-gap: 0 !important;
}

body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left {
  border-right: 1px solid rgba(145, 164, 188, 0.16) !important;
  background: color-mix(in srgb, #0c1219 91%, transparent) !important;
  backdrop-filter: blur(18px) !important;
}

body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.right {
  display: none !important;
}

body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .center {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 clamp(1.25rem, 2.6vw, 3.25rem) 4rem !important;
  box-sizing: border-box !important;
}

body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .center > .page-header,
body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .center > hr,
body[data-slug="assets/product"] .breadcrumb-container,
body[data-slug="assets/product"] .breadcrumbs,
body[data-slug="assets/product"] .content-meta {
  display: none !important;
}

body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .center > article {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 1.5rem 0 0 !important;
}

body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .center > article > .markdown-preview-view,
body[data-slug="assets/product"] [data-product-detail] {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body[data-slug="assets/product"] .dynamic-product-detail {
  width: min(100%, 1460px) !important;
  max-width: 1460px !important;
  margin: 0 auto !important;
  color: var(--dark) !important;
}

body[data-slug="assets/product"] .dynamic-product-breadcrumbs {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 0.55rem !important;
  margin: 0 0 1.1rem !important;
  color: var(--av-text-muted) !important;
  font-size: 0.84rem !important;
}

body[data-slug="assets/product"] .dynamic-product-breadcrumbs a {
  color: inherit !important;
  text-decoration: none !important;
}

body[data-slug="assets/product"] .dynamic-product-breadcrumbs a:hover {
  color: var(--secondary) !important;
}

body[data-slug="assets/product"] .dynamic-product-header {
  margin: 0 0 1.15rem !important;
}

body[data-slug="assets/product"] .dynamic-product-title-row {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 0.9rem !important;
}

body[data-slug="assets/product"] .dynamic-product-title {
  margin: 0 !important;
  font-size: clamp(2.15rem, 3.2vw, 3.15rem) !important;
  line-height: 1.04 !important;
  letter-spacing: -0.045em !important;
  color: #f4f7fb !important;
  text-shadow: 0 10px 34px rgba(0, 0, 0, 0.3) !important;
}

body[data-slug="assets/product"] .dynamic-product-engine-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.48rem !important;
  min-height: 2.15rem !important;
  padding: 0.35rem 0.72rem !important;
  border: 1px solid var(--av-border-strong) !important;
  border-radius: 8px !important;
  background: rgba(13, 19, 27, 0.7) !important;
  color: #e8edf5 !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  backdrop-filter: blur(12px) !important;
}

body[data-slug="assets/product"] .dynamic-product-engine-badge > span {
  display: grid !important;
  place-items: center !important;
  width: 1.35rem !important;
  height: 1.35rem !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  border-radius: 50% !important;
  font-family: Georgia, serif !important;
  font-weight: 800 !important;
}

body[data-slug="assets/product"] .dynamic-product-subtitle {
  max-width: 760px !important;
  margin: 0.6rem 0 0 !important;
  color: var(--av-text-muted) !important;
  font-size: 1rem !important;
  line-height: 1.55 !important;
}

body[data-slug="assets/product"] .dynamic-product-shell {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px) !important;
  gap: clamp(1.35rem, 2.4vw, 2.4rem) !important;
  align-items: start !important;
}

body[data-slug="assets/product"] .dynamic-product-content,
body[data-slug="assets/product"] .dynamic-product-gallery,
body[data-slug="assets/product"] .dynamic-product-info {
  min-width: 0 !important;
}

/* Gallery: all primary media stays 16:9. */
body[data-slug="assets/product"] .dynamic-product-primary-stage {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden !important;
  margin: 0 !important;
  border: 1px solid var(--av-border) !important;
  border-radius: 13px !important;
  background: #06090d !important;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28) !important;
  isolation: isolate !important;
}

body[data-slug="assets/product"] .dynamic-product-primary-media,
body[data-slug="assets/product"] .dynamic-product-primary-media > img,
body[data-slug="assets/product"] .dynamic-product-primary-media > video,
body[data-slug="assets/product"] .dynamic-product-primary-media > iframe,
body[data-slug="assets/product"] .dynamic-product-primary-media > .dynamic-product-youtube-frame {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  border: 0 !important;
  object-fit: cover !important;
  background: #05070a !important;
}

body[data-slug="assets/product"] .dynamic-product-primary-stage::after {
  content: "" !important;
  position: absolute !important;
  z-index: 1 !important;
  inset: 0 !important;
  background: linear-gradient(180deg, rgba(4, 8, 13, 0.12), transparent 30%, transparent 70%, rgba(4, 8, 13, 0.25)) !important;
  pointer-events: none !important;
}

body[data-slug="assets/product"] .dynamic-product-gallery-counter,
body[data-slug="assets/product"] .dynamic-product-gallery-open,
body[data-slug="assets/product"] .dynamic-product-gallery-arrow {
  position: absolute !important;
  z-index: 4 !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  background: rgba(8, 13, 20, 0.76) !important;
  color: #f8fbff !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24) !important;
  backdrop-filter: blur(10px) !important;
}

body[data-slug="assets/product"] .dynamic-product-gallery-counter {
  top: 0.9rem !important;
  left: 0.9rem !important;
  padding: 0.42rem 0.62rem !important;
  border-radius: 7px !important;
  font-size: 0.82rem !important;
  font-weight: 750 !important;
}

body[data-slug="assets/product"] .dynamic-product-gallery-open {
  top: 0.9rem !important;
  right: 0.9rem !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.45rem !important;
  min-height: 2.15rem !important;
  padding: 0.38rem 0.65rem !important;
  border-radius: 7px !important;
  cursor: pointer !important;
}

body[data-slug="assets/product"] .dynamic-product-gallery-arrow {
  top: 50% !important;
  display: grid !important;
  place-items: center !important;
  width: 2.7rem !important;
  height: 2.7rem !important;
  padding: 0 !important;
  border-radius: 999px !important;
  transform: translateY(-50%) !important;
  font-size: 2rem !important;
  line-height: 1 !important;
  cursor: pointer !important;
  transition: transform 140ms ease, background 140ms ease !important;
}

body[data-slug="assets/product"] .dynamic-product-gallery-arrow:hover {
  background: rgba(20, 31, 44, 0.92) !important;
  transform: translateY(-50%) scale(1.05) !important;
}

body[data-slug="assets/product"] .dynamic-product-gallery-prev { left: 1rem !important; }
body[data-slug="assets/product"] .dynamic-product-gallery-next { right: 1rem !important; }

body[data-slug="assets/product"] .dynamic-product-thumbs {
  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: minmax(112px, 1fr) !important;
  gap: 0.6rem !important;
  overflow-x: auto !important;
  width: 100% !important;
  margin: 0.72rem 0 0 !important;
  padding: 0 0 0.28rem !important;
  scrollbar-width: thin !important;
  scroll-snap-type: x proximity !important;
}

body[data-slug="assets/product"] .dynamic-product-thumbs button {
  width: 100% !important;
  min-width: 112px !important;
  aspect-ratio: 16 / 9 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid var(--av-border) !important;
  border-radius: 8px !important;
  background: #070a0f !important;
  scroll-snap-align: start !important;
  cursor: pointer !important;
}

body[data-slug="assets/product"] .dynamic-product-thumbs button[aria-current="true"] {
  border-color: var(--av-blue) !important;
  box-shadow: 0 0 0 2px rgba(79, 140, 255, 0.28) !important;
}

body[data-slug="assets/product"] .dynamic-product-thumbs img,
body[data-slug="assets/product"] .dynamic-product-thumbs video,
body[data-slug="assets/product"] .dynamic-product-thumbs .dynamic-product-youtube-thumb {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover !important;
}

/* Overview under gallery. */
body[data-slug="assets/product"] .dynamic-product-overview {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: clamp(1.2rem, 2vw, 1.8rem) !important;
  margin-top: clamp(1.3rem, 2.3vw, 2rem) !important;
}

body[data-slug="assets/product"] .dynamic-product-overview.has-comparison {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.92fr) !important;
  align-items: start !important;
}

body[data-slug="assets/product"] .dynamic-product-section,
body[data-slug="assets/product"] .dynamic-product-technical {
  min-width: 0 !important;
  margin: 0 !important;
}

body[data-slug="assets/product"] .dynamic-section-heading {
  display: flex !important;
  align-items: center !important;
  gap: 0.58rem !important;
  margin: 0 0 0.72rem !important;
}

body[data-slug="assets/product"] .dynamic-section-heading h2,
body[data-slug="assets/product"] .dynamic-product-section > h2,
body[data-slug="assets/product"] .dynamic-product-technical > h2 {
  margin: 0 !important;
  color: #f1f5fa !important;
  font-size: 1.12rem !important;
  line-height: 1.25 !important;
  letter-spacing: -0.015em !important;
}

body[data-slug="assets/product"] .dynamic-section-kicker {
  display: grid !important;
  place-items: center !important;
  width: 1.55rem !important;
  height: 1.55rem !important;
  border-radius: 7px !important;
  color: #8fbcff !important;
  background: rgba(79, 140, 255, 0.11) !important;
  font-size: 0.9rem !important;
}

body[data-slug="assets/product"] .dynamic-product-description-copy {
  color: var(--av-text-muted) !important;
  font-size: 0.92rem !important;
  line-height: 1.67 !important;
}

body[data-slug="assets/product"] .dynamic-product-description-copy p {
  margin: 0 0 0.82rem !important;
}

body[data-slug="assets/product"] .dynamic-product-tags {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0.42rem !important;
  margin-top: 0.8rem !important;
}

body[data-slug="assets/product"] .dynamic-product-tags span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 1.75rem !important;
  padding: 0.23rem 0.58rem !important;
  border: 1px solid var(--av-border) !important;
  border-radius: 999px !important;
  background: rgba(16, 25, 36, 0.62) !important;
  color: color-mix(in srgb, var(--av-text-muted) 82%, #e9f1ff 18%) !important;
  font-size: 0.76rem !important;
  line-height: 1 !important;
}

/* Unified 16:9 before/after cards. */
body[data-slug="assets/product"] .dynamic-product-comparisons,
body[data-slug="assets/product"] .dynamic-before-after-list,
body[data-slug="assets/product"] .dynamic-before-after-card {
  width: 100% !important;
  max-width: none !important;
}

body[data-slug="assets/product"] .dynamic-before-after-list {
  display: grid !important;
  gap: 1rem !important;
}

body[data-slug="assets/product"] .dynamic-before-after-card {
  margin: 0 !important;
}

body[data-slug="assets/product"] .dynamic-before-after-card h3 {
  margin: 0 0 0.55rem !important;
  color: #eaf0f8 !important;
  font-size: 0.9rem !important;
}

body[data-slug="assets/product"] .dynamic-before-after-viewport {
  --compare-position: 50%;
  position: relative !important;
  width: 100% !important;
  max-width: none !important;
  aspect-ratio: 16 / 9 !important;
  overflow: hidden !important;
  border: 1px solid var(--av-border) !important;
  border-radius: 10px !important;
  background: #05080c !important;
  isolation: isolate !important;
  cursor: ew-resize !important;
  touch-action: none !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2) !important;
}

body[data-slug="assets/product"] .dynamic-before-after-image,
body[data-slug="assets/product"] .dynamic-before-after-layer,
body[data-slug="assets/product"] .dynamic-before-after-layer img,
body[data-slug="assets/product"] .dynamic-before-after-viewport > img {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover !important;
  user-select: none !important;
  pointer-events: none !important;
}

body[data-slug="assets/product"] .dynamic-before-after-before-layer {
  z-index: 2 !important;
  clip-path: inset(0 calc(100% - var(--compare-position)) 0 0) !important;
}

body[data-slug="assets/product"] .dynamic-before-after-middle-layer {
  z-index: 1 !important;
  clip-path: inset(0 calc(100% - var(--compare-position-2)) 0 var(--compare-position)) !important;
}

body[data-slug="assets/product"] .dynamic-before-after-divider {
  position: absolute !important;
  z-index: 5 !important;
  top: 0 !important;
  bottom: 0 !important;
  left: var(--compare-position) !important;
  width: 2px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  transform: translateX(-1px) !important;
  background: #fff !important;
  pointer-events: auto !important;
  cursor: ew-resize !important;
}

body[data-slug="assets/product"] .dynamic-before-after-divider.before { left: var(--compare-position) !important; }
body[data-slug="assets/product"] .dynamic-before-after-divider.after { left: var(--compare-position-2) !important; }

body[data-slug="assets/product"] .dynamic-before-after-divider::after {
  content: "↔" !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  display: grid !important;
  place-items: center !important;
  width: 2.1rem !important;
  height: 2.1rem !important;
  border: 2px solid #fff !important;
  border-radius: 50% !important;
  transform: translate(-50%, -50%) !important;
  background: rgba(10, 15, 22, 0.86) !important;
  color: #fff !important;
  font-size: 0.83rem !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25) !important;
}

body[data-slug="assets/product"] .dynamic-before-after-label {
  position: absolute !important;
  z-index: 4 !important;
  top: 0.6rem !important;
  padding: 0.28rem 0.48rem !important;
  border-radius: 5px !important;
  background: rgba(8, 12, 18, 0.76) !important;
  color: #fff !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  pointer-events: none !important;
  backdrop-filter: blur(8px) !important;
}

body[data-slug="assets/product"] .dynamic-before-after-label.before { left: 0.6rem !important; }
body[data-slug="assets/product"] .dynamic-before-after-label.after { right: 0.6rem !important; }
body[data-slug="assets/product"] .dynamic-before-after-label.middle { left: 50% !important; transform: translateX(-50%) !important; }

body[data-slug="assets/product"] .dynamic-before-after-zoom {
  position: absolute !important;
  z-index: 7 !important;
  right: 0.62rem !important;
  bottom: 0.62rem !important;
  display: grid !important;
  place-items: center !important;
  width: 2.15rem !important;
  height: 2.15rem !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 999px !important;
  color: #fff !important;
  background: rgba(8, 12, 18, 0.76) !important;
  cursor: zoom-in !important;
  backdrop-filter: blur(8px) !important;
}

/* Technical cards. */
body[data-slug="assets/product"] .dynamic-product-technical {
  margin-top: clamp(1.45rem, 2.5vw, 2.2rem) !important;
}

body[data-slug="assets/product"] .dynamic-product-technical dl {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 0.72rem !important;
  margin: 0 !important;
}

body[data-slug="assets/product"] .dynamic-product-technical-card {
  position: relative !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0.78rem 0.85rem 0.78rem 3rem !important;
  border: 1px solid var(--av-border) !important;
  border-radius: 9px !important;
  background: rgba(14, 22, 31, 0.74) !important;
}

body[data-slug="assets/product"] .dynamic-product-technical-card::before {
  content: "✦" !important;
  position: absolute !important;
  left: 0.78rem !important;
  top: 50% !important;
  display: grid !important;
  place-items: center !important;
  width: 1.65rem !important;
  height: 1.65rem !important;
  border-radius: 7px !important;
  transform: translateY(-50%) !important;
  background: rgba(92, 105, 255, 0.13) !important;
  color: #9da9ff !important;
}

body[data-slug="assets/product"] .dynamic-product-technical dt,
body[data-slug="assets/product"] .dynamic-product-technical dd {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

body[data-slug="assets/product"] .dynamic-product-technical dt {
  color: #edf2f8 !important;
  font-size: 0.79rem !important;
  font-weight: 700 !important;
}

body[data-slug="assets/product"] .dynamic-product-technical dd {
  margin-top: 0.15rem !important;
  color: var(--av-text-muted) !important;
  font-size: 0.76rem !important;
  line-height: 1.4 !important;
}

/* Purchase sidebar. */
body[data-slug="assets/product"] .dynamic-product-info {
  position: sticky !important;
  top: 1rem !important;
  display: grid !important;
  gap: 0.9rem !important;
}

body[data-slug="assets/product"] .dynamic-purchase-card,
body[data-slug="assets/product"] .dynamic-fab-purchase {
  border: 1px solid var(--av-border) !important;
  border-radius: 13px !important;
  background: rgba(12, 18, 26, 0.84) !important;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.24) !important;
  backdrop-filter: blur(18px) !important;
}

body[data-slug="assets/product"] .dynamic-purchase-card {
  padding: 1.2rem !important;
}

body[data-slug="assets/product"] .dynamic-purchase-heading {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0.8rem !important;
  margin-bottom: 0.95rem !important;
}

body[data-slug="assets/product"] .dynamic-purchase-heading h2 {
  margin: 0 !important;
  color: #f4f7fb !important;
  font-size: 1.2rem !important;
  letter-spacing: -0.02em !important;
}

body[data-slug="assets/product"] .dynamic-secure-checkout {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.35rem !important;
  color: #79e3a2 !important;
  font-size: 0.72rem !important;
  white-space: nowrap !important;
}

body[data-slug="assets/product"] .dynamic-product-licenses {
  display: grid !important;
  gap: 0.65rem !important;
}

body[data-slug="assets/product"] .dynamic-license-card {
  appearance: none !important;
  display: grid !important;
  grid-template-columns: 1.05rem minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 0.75rem !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0.9rem 0.95rem !important;
  border: 1px solid var(--av-border) !important;
  border-radius: 9px !important;
  background: rgba(10, 16, 23, 0.78) !important;
  color: inherit !important;
  text-align: left !important;
  cursor: pointer !important;
  transition: border-color 140ms ease, background 140ms ease, box-shadow 140ms ease !important;
}

body[data-slug="assets/product"] .dynamic-license-card:hover {
  border-color: rgba(110, 157, 255, 0.68) !important;
}

body[data-slug="assets/product"] .dynamic-license-card.is-selected {
  border-color: #5b9bff !important;
  background: linear-gradient(135deg, rgba(39, 74, 113, 0.42), rgba(21, 31, 47, 0.84)) !important;
  box-shadow: 0 0 0 1px rgba(91, 155, 255, 0.22), inset 0 0 30px rgba(72, 121, 255, 0.06) !important;
}

body[data-slug="assets/product"] .dynamic-license-radio {
  width: 1rem !important;
  height: 1rem !important;
  border: 1px solid rgba(210, 221, 235, 0.5) !important;
  border-radius: 50% !important;
  box-shadow: inset 0 0 0 3px transparent !important;
}

body[data-slug="assets/product"] .dynamic-license-card.is-selected .dynamic-license-radio {
  border-color: #6dabff !important;
  background: #5b9bff !important;
  box-shadow: inset 0 0 0 3px #101a27 !important;
}

body[data-slug="assets/product"] .dynamic-license-copy {
  min-width: 0 !important;
}

body[data-slug="assets/product"] .dynamic-license-copy strong,
body[data-slug="assets/product"] .dynamic-license-copy small {
  display: block !important;
}

body[data-slug="assets/product"] .dynamic-license-copy strong {
  color: #f0f4f9 !important;
  font-size: 0.88rem !important;
}

body[data-slug="assets/product"] .dynamic-license-copy small {
  margin-top: 0.2rem !important;
  color: var(--av-text-muted) !important;
  font-size: 0.71rem !important;
  line-height: 1.35 !important;
}

body[data-slug="assets/product"] .dynamic-license-price {
  display: grid !important;
  justify-items: end !important;
  gap: 0.08rem !important;
  white-space: nowrap !important;
  color: #f8fbff !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
}

body[data-slug="assets/product"] .dynamic-license-price del {
  color: var(--av-text-muted) !important;
  font-size: 0.68rem !important;
  font-weight: 500 !important;
}

body[data-slug="assets/product"] .dynamic-license-price.has-sale > span {
  color: #75d8ff !important;
}

body[data-slug="assets/product"] .dynamic-checkout-button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.55rem !important;
  min-height: 3.15rem !important;
  margin-top: 0.85rem !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: linear-gradient(110deg, var(--av-blue), var(--av-blue-2)) !important;
  color: #fff !important;
  font-size: 0.96rem !important;
  font-weight: 760 !important;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(64, 83, 238, 0.25) !important;
  transition: transform 140ms ease, filter 140ms ease !important;
}

body[data-slug="assets/product"] .dynamic-checkout-button:hover {
  color: #fff !important;
  filter: brightness(1.06) !important;
  transform: translateY(-1px) !important;
}

body[data-slug="assets/product"] .dynamic-payment-summary {
  margin-top: 1rem !important;
  padding-top: 1rem !important;
  border-top: 1px solid var(--av-border) !important;
}

body[data-slug="assets/product"] .dynamic-payment-summary-heading {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 0.75rem !important;
}

body[data-slug="assets/product"] .dynamic-payment-summary h3 {
  margin: 0 !important;
  color: #eef3f9 !important;
  font-size: 0.95rem !important;
}

body[data-slug="assets/product"] .dynamic-payment-summary-heading > span {
  color: var(--av-text-muted) !important;
  font-size: 0.68rem !important;
}

body[data-slug="assets/product"] .dynamic-payment-methods {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0.55rem !important;
  margin-top: 0.7rem !important;
}

body[data-slug="assets/product"] .dynamic-payment-methods > span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.45rem !important;
  min-height: 2.45rem !important;
  padding: 0.45rem !important;
  border: 1px solid var(--av-border) !important;
  border-radius: 7px !important;
  background: rgba(17, 26, 37, 0.68) !important;
  color: #dce4ef !important;
  font-size: 0.74rem !important;
  text-align: center !important;
}

body[data-slug="assets/product"] .dynamic-payment-summary > p {
  margin: 0.72rem 0 0 !important;
  color: var(--av-text-muted) !important;
  font-size: 0.68rem !important;
  line-height: 1.45 !important;
}

body[data-slug="assets/product"] .dynamic-payment-summary > .dynamic-product-support-note {
  margin-top: 0.42rem !important;
  color: rgba(210, 220, 231, 0.66) !important;
}

body[data-slug="assets/product"] .dynamic-product-support-note a {
  color: rgba(229, 236, 244, 0.88) !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  text-underline-offset: 0.16em !important;
}

body[data-slug="assets/product"] .dynamic-product-support-note a:hover {
  color: #ffffff !important;
  text-decoration: underline !important;
}

body[data-slug="assets/product"] .dynamic-fab-purchase {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 0.72rem !important;
  padding: 0.85rem 1rem !important;
  color: inherit !important;
  text-decoration: none !important;
}

body[data-slug="assets/product"] .dynamic-fab-logo {
  display: grid !important;
  place-items: center !important;
  width: 2rem !important;
  height: 1.35rem !important;
  border-radius: 5px !important;
  background: #f4f4f4 !important;
  color: #090909 !important;
  font-size: 0.64rem !important;
  font-weight: 900 !important;
  transform: skew(-8deg) !important;
}

body[data-slug="assets/product"] .dynamic-fab-purchase strong,
body[data-slug="assets/product"] .dynamic-fab-purchase small {
  display: block !important;
}

body[data-slug="assets/product"] .dynamic-fab-purchase strong {
  color: #eef3f9 !important;
  font-size: 0.84rem !important;
}

body[data-slug="assets/product"] .dynamic-fab-purchase small {
  margin-top: 0.12rem !important;
  color: var(--av-text-muted) !important;
  font-size: 0.68rem !important;
}

body[data-slug="assets/product"] .dynamic-fab-purchase > b {
  color: #6faeff !important;
  font-size: 0.72rem !important;
  white-space: nowrap !important;
}

body[data-slug="assets/product"] .dynamic-product-documentation {
  width: min(100%, calc(100% - 455px)) !important;
  margin: clamp(2rem, 3vw, 3rem) 0 0 !important;
  padding: 1.15rem !important;
  border: 1px solid var(--av-border) !important;
  border-radius: 12px !important;
  background: rgba(12, 18, 26, 0.74) !important;
  box-sizing: border-box !important;
}

body[data-slug="assets/product"] .dynamic-product-documentation-content {
  min-width: 0 !important;
}

body[data-slug="assets/product"] .dynamic-product-documentation-content > article,
body[data-slug="assets/product"] .dynamic-product-documentation-content > .markdown-preview-view {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body[data-slug="assets/product"] .dynamic-product-documentation .breadcrumb-container,
body[data-slug="assets/product"] .dynamic-product-documentation .metadata-container,
body[data-slug="assets/product"] .dynamic-product-documentation .content-meta,
body[data-slug="assets/product"] .dynamic-product-documentation .page-header,
body[data-slug="assets/product"] .dynamic-product-documentation .page-footer {
  display: none !important;
}

body[data-slug="assets/product"] .dynamic-product-documentation-frame {
  display: block !important;
  width: 100% !important;
  min-height: 720px !important;
  border: 1px solid var(--av-border) !important;
  border-radius: 10px !important;
  background: transparent !important;
}

body[data-slug="assets/product"] .dynamic-product-documentation-status {
  margin: 0 !important;
  color: var(--av-text-muted) !important;
}

@media (max-width: 1180px) {
  body[data-slug="assets/product"] #quartz-root.page > #quartz-body {
    grid-template:
      "grid-sidebar-left grid-header"
      "grid-sidebar-left grid-center"
      "grid-sidebar-left grid-footer" / 250px minmax(0, 1fr) !important;
  }

  body[data-slug="assets/product"] .dynamic-product-shell {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 380px) !important;
  }

  body[data-slug="assets/product"] .dynamic-product-overview.has-comparison {
    grid-template-columns: 1fr !important;
  }

  body[data-slug="assets/product"] .dynamic-product-technical dl {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body[data-slug="assets/product"] .dynamic-product-documentation {
    width: min(100%, calc(100% - 405px)) !important;
  }
}

@media (max-width: 900px) {
  body[data-slug="assets/product"] #quartz-root.page > #quartz-body {
    display: block !important;
  }

  body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .center {
    padding: 0 1rem 3rem !important;
  }

  body[data-slug="assets/product"] .dynamic-product-shell {
    grid-template-columns: 1fr !important;
  }

  body[data-slug="assets/product"] .dynamic-product-info {
    position: static !important;
    grid-row: auto !important;
  }

  body[data-slug="assets/product"] .dynamic-product-documentation {
    width: 100% !important;
  }
}

@media (max-width: 620px) {
  body[data-slug="assets/product"] .dynamic-product-title {
    font-size: 1.9rem !important;
  }

  body[data-slug="assets/product"] .dynamic-product-engine-badge {
    min-height: 1.9rem !important;
    font-size: 0.73rem !important;
  }

  body[data-slug="assets/product"] .dynamic-product-gallery-open span {
    display: none !important;
  }

  body[data-slug="assets/product"] .dynamic-product-gallery-arrow {
    width: 2.35rem !important;
    height: 2.35rem !important;
  }

  body[data-slug="assets/product"] .dynamic-product-thumbs {
    grid-auto-columns: 92px !important;
  }

  body[data-slug="assets/product"] .dynamic-product-thumbs button {
    min-width: 92px !important;
  }

  body[data-slug="assets/product"] .dynamic-product-technical dl,
  body[data-slug="assets/product"] .dynamic-payment-methods {
    grid-template-columns: 1fr !important;
  }

  body[data-slug="assets/product"] .dynamic-purchase-heading,
  body[data-slug="assets/product"] .dynamic-payment-summary-heading {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  body[data-slug="assets/product"] .dynamic-license-card {
    grid-template-columns: 1rem minmax(0, 1fr) !important;
  }

  body[data-slug="assets/product"] .dynamic-license-price {
    grid-column: 2 !important;
    justify-items: start !important;
  }

  body[data-slug="assets/product"] .dynamic-fab-purchase {
    grid-template-columns: auto minmax(0, 1fr) !important;
  }

  body[data-slug="assets/product"] .dynamic-fab-purchase > b {
    grid-column: 2 !important;
  }
}

/* 2026-07-29 neutral alignment refinement.
   Keeps the 16:9 media system while removing the overuse of blue. */
body[data-slug="assets/product"] {
  --av-panel: rgba(18, 20, 24, 0.92);
  --av-panel-strong: rgba(13, 15, 18, 0.96);
  --av-panel-soft: rgba(25, 28, 33, 0.84);
  --av-border: rgba(214, 221, 231, 0.15);
  --av-border-strong: rgba(214, 221, 231, 0.27);
  --av-text-muted: rgba(216, 222, 232, 0.68);
  --av-neutral-accent: #e5e9ef;
  --av-neutral-accent-soft: rgba(229, 233, 239, 0.08);
  --av-green: #61d892;
}

body[data-slug="assets/product"] #quartz-root.page > #quartz-body {
  grid-template:
    "grid-sidebar-left grid-header"
    "grid-sidebar-left grid-center"
    "grid-sidebar-left grid-footer" / 280px minmax(0, 1fr) !important;
}

body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .center {
  padding: 0 clamp(1.35rem, 2.2vw, 2.75rem) 4rem !important;
}

body[data-slug="assets/product"] .dynamic-product-detail {
  width: min(100%, 1500px) !important;
  max-width: 1500px !important;
}

body[data-slug="assets/product"] .dynamic-product-breadcrumbs {
  margin-bottom: 0.8rem !important;
  color: rgba(218, 224, 233, 0.58) !important;
}

body[data-slug="assets/product"] .dynamic-product-header {
  margin-bottom: 1rem !important;
}

body[data-slug="assets/product"] .dynamic-product-title {
  color: #f4f5f7 !important;
  text-shadow: none !important;
}

body[data-slug="assets/product"] .dynamic-product-engine-badge {
  border-color: rgba(218, 224, 233, 0.22) !important;
  background: rgba(19, 21, 25, 0.78) !important;
  color: rgba(244, 246, 249, 0.9) !important;
}

body[data-slug="assets/product"] .dynamic-product-shell {
  grid-template-columns: minmax(0, 1fr) 400px !important;
  gap: clamp(1.25rem, 1.8vw, 1.8rem) !important;
}

body[data-slug="assets/product"] .dynamic-product-primary-stage {
  border-color: rgba(225, 230, 238, 0.18) !important;
  border-radius: 12px !important;
  box-shadow: 0 18px 52px rgba(0, 0, 0, 0.3) !important;
}

body[data-slug="assets/product"] .dynamic-product-gallery-counter,
body[data-slug="assets/product"] .dynamic-product-gallery-open,
body[data-slug="assets/product"] .dynamic-product-gallery-arrow {
  border-color: rgba(255, 255, 255, 0.18) !important;
  background: rgba(15, 17, 21, 0.78) !important;
}

body[data-slug="assets/product"] .dynamic-product-thumbs {
  grid-auto-columns: minmax(118px, 1fr) !important;
  gap: 0.65rem !important;
}

body[data-slug="assets/product"] .dynamic-product-thumbs button {
  border-color: rgba(221, 227, 236, 0.16) !important;
  border-radius: 8px !important;
}

body[data-slug="assets/product"] .dynamic-product-thumbs button[aria-current="true"] {
  border-color: rgba(241, 244, 248, 0.86) !important;
  box-shadow: 0 0 0 1px rgba(241, 244, 248, 0.32) !important;
}

body[data-slug="assets/product"] .dynamic-product-overview {
  margin-top: 1.65rem !important;
  padding-top: 1.45rem !important;
  border-top: 1px solid rgba(220, 226, 235, 0.12) !important;
}

body[data-slug="assets/product"] .dynamic-product-overview.has-comparison {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr) !important;
  gap: clamp(1.5rem, 2vw, 2rem) !important;
}

body[data-slug="assets/product"] .dynamic-section-heading {
  margin-bottom: 0.68rem !important;
}

body[data-slug="assets/product"] .dynamic-section-kicker {
  width: 1.45rem !important;
  height: 1.45rem !important;
  border: 1px solid rgba(223, 229, 237, 0.12) !important;
  background: rgba(223, 229, 237, 0.06) !important;
  color: rgba(239, 242, 246, 0.82) !important;
}

body[data-slug="assets/product"] .dynamic-product-tags span {
  border-color: rgba(220, 226, 235, 0.16) !important;
  background: rgba(220, 226, 235, 0.055) !important;
  color: rgba(226, 231, 238, 0.76) !important;
}

body[data-slug="assets/product"] .dynamic-before-after-viewport {
  border-color: rgba(225, 230, 238, 0.18) !important;
  border-radius: 10px !important;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.24) !important;
}

body[data-slug="assets/product"] .dynamic-product-technical-card {
  border-color: rgba(220, 226, 235, 0.15) !important;
  background: rgba(21, 23, 28, 0.78) !important;
}

body[data-slug="assets/product"] .dynamic-product-technical-card::before {
  border: 1px solid rgba(220, 226, 235, 0.1) !important;
  background: rgba(220, 226, 235, 0.055) !important;
  color: rgba(235, 239, 244, 0.8) !important;
}

body[data-slug="assets/product"] .dynamic-product-info {
  top: 1.25rem !important;
  gap: 0.8rem !important;
}

body[data-slug="assets/product"] .dynamic-purchase-card,
body[data-slug="assets/product"] .dynamic-fab-purchase {
  border-color: rgba(220, 226, 235, 0.17) !important;
  background: rgba(18, 20, 24, 0.91) !important;
  box-shadow: 0 20px 58px rgba(0, 0, 0, 0.26) !important;
}

body[data-slug="assets/product"] .dynamic-purchase-card {
  padding: 1.2rem !important;
}

body[data-slug="assets/product"] .dynamic-secure-checkout {
  color: var(--av-green) !important;
}

body[data-slug="assets/product"] .dynamic-license-card {
  border-color: rgba(220, 226, 235, 0.15) !important;
  background: rgba(12, 14, 17, 0.6) !important;
}

body[data-slug="assets/product"] .dynamic-license-card:hover {
  border-color: rgba(232, 236, 242, 0.34) !important;
  background: rgba(232, 236, 242, 0.045) !important;
}

body[data-slug="assets/product"] .dynamic-license-card.is-selected {
  border-color: rgba(244, 246, 249, 0.7) !important;
  background: rgba(231, 235, 241, 0.075) !important;
  box-shadow: 0 0 0 1px rgba(244, 246, 249, 0.09) !important;
}

body[data-slug="assets/product"] .dynamic-license-radio {
  border-color: rgba(225, 230, 238, 0.52) !important;
}

body[data-slug="assets/product"] .dynamic-license-card.is-selected .dynamic-license-radio {
  border-color: #f1f3f6 !important;
  background: #f1f3f6 !important;
  box-shadow: inset 0 0 0 3px #171a1f !important;
}

body[data-slug="assets/product"] .dynamic-license-price.has-sale > span {
  color: #f2f4f7 !important;
}

body[data-slug="assets/product"] .dynamic-checkout-button {
  background: linear-gradient(135deg, #f2f4f7, #d4dae2) !important;
  color: #171b21 !important;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24) !important;
}

body[data-slug="assets/product"] .dynamic-checkout-button:hover {
  color: #11151a !important;
  filter: brightness(1.04) !important;
}

body[data-slug="assets/product"] .dynamic-payment-summary {
  border-top-color: rgba(220, 226, 235, 0.13) !important;
}

body[data-slug="assets/product"] .dynamic-payment-methods > span {
  border-color: rgba(220, 226, 235, 0.14) !important;
  background: rgba(220, 226, 235, 0.035) !important;
}

body[data-slug="assets/product"] .dynamic-fab-purchase > b {
  color: rgba(231, 235, 241, 0.76) !important;
}

body[data-slug="assets/product"] .dynamic-product-documentation {
  width: calc(100% - 428px) !important;
  margin-top: 2rem !important;
  border-color: rgba(220, 226, 235, 0.15) !important;
  background: rgba(18, 20, 24, 0.82) !important;
}

/* Sidebar card from the supplied reference. */
body[data-slug="assets/product"] .av-custom-solution-card {
  position: fixed !important;
  z-index: 12 !important;
  left: 1.25rem !important;
  bottom: 7.3rem !important;
  width: 236px !important;
  box-sizing: border-box !important;
  padding: 1rem !important;
  border: 1px solid rgba(220, 226, 235, 0.16) !important;
  border-radius: 12px !important;
  background: rgba(25, 28, 33, 0.91) !important;
  color: #eef1f5 !important;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28) !important;
  backdrop-filter: blur(16px) !important;
}

body[data-slug="assets/product"] .av-custom-solution-card__top {
  display: grid !important;
  grid-template-columns: 2.35rem minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 0.72rem !important;
}

body[data-slug="assets/product"] .av-custom-solution-card__icon {
  display: grid !important;
  place-items: center !important;
  width: 2.35rem !important;
  height: 2.35rem !important;
  border: 1px solid rgba(220, 226, 235, 0.16) !important;
  border-radius: 999px !important;
  background: rgba(220, 226, 235, 0.07) !important;
  color: #f0f2f5 !important;
  font-size: 1.15rem !important;
}

body[data-slug="assets/product"] .av-custom-solution-card strong {
  display: block !important;
  margin: 0 !important;
  color: #f2f4f7 !important;
  font-size: 0.83rem !important;
  line-height: 1.35 !important;
}

body[data-slug="assets/product"] .av-custom-solution-card p {
  margin: 0.3rem 0 0 !important;
  color: rgba(219, 225, 233, 0.68) !important;
  font-size: 0.72rem !important;
  line-height: 1.52 !important;
}

body[data-slug="assets/product"] .av-custom-solution-card a {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 2.45rem !important;
  margin-top: 0.9rem !important;
  padding: 0 0.8rem !important;
  border: 1px solid rgba(220, 226, 235, 0.14) !important;
  border-radius: 8px !important;
  background: rgba(220, 226, 235, 0.07) !important;
  color: #eef1f5 !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

body[data-slug="assets/product"] .av-custom-solution-card a:hover {
  border-color: rgba(238, 242, 247, 0.32) !important;
  background: rgba(238, 242, 247, 0.1) !important;
  color: #fff !important;
}

@media (max-width: 1260px) {
  body[data-slug="assets/product"] #quartz-root.page > #quartz-body {
    grid-template:
      "grid-sidebar-left grid-header"
      "grid-sidebar-left grid-center"
      "grid-sidebar-left grid-footer" / 245px minmax(0, 1fr) !important;
  }

  body[data-slug="assets/product"] .dynamic-product-shell {
    grid-template-columns: minmax(0, 1fr) 350px !important;
  }

  body[data-slug="assets/product"] .dynamic-product-documentation {
    width: calc(100% - 378px) !important;
  }

  body[data-slug="assets/product"] .av-custom-solution-card {
    left: 0.9rem !important;
    width: 215px !important;
  }
}

@media (max-width: 1020px) {
  body[data-slug="assets/product"] .dynamic-product-shell {
    grid-template-columns: 1fr !important;
  }

  body[data-slug="assets/product"] .dynamic-product-info {
    position: static !important;
  }

  body[data-slug="assets/product"] .dynamic-product-overview.has-comparison {
    grid-template-columns: 1fr !important;
  }

  body[data-slug="assets/product"] .dynamic-product-documentation {
    width: 100% !important;
  }
}

@media (max-width: 900px) {
  body[data-slug="assets/product"] .av-custom-solution-card {
    display: none !important;
  }
}

/* 2026-07-29 wide neutral layout correction.
   Uses the entire viewport, removes the blue sidebar cast, and keeps media at 16:9. */
body[data-slug="assets/product"] #quartz-root.page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body[data-slug="assets/product"] #quartz-root.page > #quartz-body {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  grid-template:
    "grid-sidebar-left grid-header"
    "grid-sidebar-left grid-center"
    "grid-sidebar-left grid-footer" / 280px minmax(0, 1fr) !important;
}

body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left {
  background: rgba(16, 17, 19, 0.98) !important;
  border-right-color: rgba(230, 234, 240, 0.1) !important;
  box-shadow: none !important;
}

body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left::before,
body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left::after {
  background: transparent !important;
}

body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left .explorer,
body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left .explorer-content,
body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left .folder-container,
body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left .folder-outer,
body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left .folder-title,
body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left .folder-button,
body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left .folder-icon,
body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left a {
  color: rgba(226, 230, 236, 0.76) !important;
}

body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left a:hover,
body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left button:hover,
body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left .folder-title:hover {
  color: #f4f5f7 !important;
}

body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .center {
  max-width: none !important;
  padding-right: clamp(1rem, 1.6vw, 2rem) !important;
  padding-left: clamp(1rem, 1.6vw, 2rem) !important;
}

body[data-slug="assets/product"] .dynamic-product-detail {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body[data-slug="assets/product"] .dynamic-product-shell {
  grid-template-columns: minmax(0, 1fr) minmax(380px, 410px) !important;
  gap: clamp(1.25rem, 1.7vw, 2rem) !important;
}

body[data-slug="assets/product"] .dynamic-product-documentation {
  width: calc(100% - 438px) !important;
}

body[data-slug="assets/product"] .av-custom-solution-card {
  left: 1rem !important;
  width: 248px !important;
  background: rgba(27, 29, 33, 0.96) !important;
}

@media (min-width: 1680px) {
  body[data-slug="assets/product"] #quartz-root.page > #quartz-body {
    grid-template:
      "grid-sidebar-left grid-header"
      "grid-sidebar-left grid-center"
      "grid-sidebar-left grid-footer" / 292px minmax(0, 1fr) !important;
  }

  body[data-slug="assets/product"] .dynamic-product-shell {
    grid-template-columns: minmax(0, 1fr) 420px !important;
  }

  body[data-slug="assets/product"] .dynamic-product-documentation {
    width: calc(100% - 450px) !important;
  }

  body[data-slug="assets/product"] .av-custom-solution-card {
    width: 258px !important;
  }
}

@media (max-width: 1260px) {
  body[data-slug="assets/product"] #quartz-root.page > #quartz-body {
    grid-template:
      "grid-sidebar-left grid-header"
      "grid-sidebar-left grid-center"
      "grid-sidebar-left grid-footer" / 245px minmax(0, 1fr) !important;
  }

  body[data-slug="assets/product"] .dynamic-product-shell {
    grid-template-columns: minmax(0, 1fr) 350px !important;
  }

  body[data-slug="assets/product"] .dynamic-product-documentation {
    width: calc(100% - 378px) !important;
  }
}

@media (max-width: 1020px) {
  body[data-slug="assets/product"] .dynamic-product-shell {
    grid-template-columns: 1fr !important;
  }

  body[data-slug="assets/product"] .dynamic-product-documentation {
    width: 100% !important;
  }
}

/* 2026-07-29 product page polish: correct UE mark, clean license rows,
   visible product tags, and the requested sidebar social links. */
body[data-slug="assets/product"] .dynamic-product-title-row {
  align-items: center !important;
  flex-wrap: nowrap !important;
  gap: 0.85rem !important;
}

body[data-slug="assets/product"] .dynamic-product-title {
  min-width: 0 !important;
}

body[data-slug="assets/product"] .dynamic-product-engine-badge {
  flex: 0 0 auto !important;
  min-height: 2.25rem !important;
  padding: 0.38rem 0.72rem 0.38rem 0.48rem !important;
  gap: 0.48rem !important;
  border-color: rgba(230, 234, 240, 0.2) !important;
  background: rgba(18, 20, 24, 0.82) !important;
  line-height: 1 !important;
}

body[data-slug="assets/product"] .dynamic-product-engine-badge > span:not(.dynamic-product-engine-label) {
  display: none !important;
}

body[data-slug="assets/product"] .dynamic-product-engine-logo {
  display: block !important;
  width: 1.45rem !important;
  height: 1.45rem !important;
  margin: 0 !important;
  object-fit: contain !important;
  filter: invert(1) opacity(0.92) !important;
}

body[data-slug="assets/product"] .dynamic-product-engine-label {
  display: inline-block !important;
  color: rgba(242, 244, 247, 0.9) !important;
  font-size: 0.8rem !important;
  line-height: 1.15 !important;
}

/* The explicit Full screen control remains; remove the duplicate round corner glyph. */
body[data-slug="assets/product"] .av-product-zoomable::after {
  display: none !important;
  content: none !important;
}

body[data-slug="assets/product"] .dynamic-license-card {
  grid-template-columns: 1.05rem minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 0.72rem !important;
  padding: 0.86rem 0.9rem !important;
}

body[data-slug="assets/product"] .dynamic-license-radio {
  margin-top: 0.18rem !important;
}

body[data-slug="assets/product"] .dynamic-license-copy {
  display: grid !important;
  gap: 0.26rem !important;
  width: 100% !important;
  min-width: 0 !important;
}

body[data-slug="assets/product"] .dynamic-license-heading {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) max-content !important;
  align-items: baseline !important;
  gap: 0.8rem !important;
  width: 100% !important;
  min-width: 0 !important;
}

body[data-slug="assets/product"] .dynamic-license-heading strong {
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
  line-height: 1.25 !important;
}

body[data-slug="assets/product"] .dynamic-license-copy small {
  max-width: 100% !important;
  margin: 0 !important;
  padding-right: 0.25rem !important;
  line-height: 1.38 !important;
}

body[data-slug="assets/product"] .dynamic-license-price {
  align-self: start !important;
  min-width: 5.6rem !important;
  margin: 0 !important;
  text-align: right !important;
  line-height: 1.1 !important;
}

body[data-slug="assets/product"] .dynamic-license-price > span {
  display: block !important;
  font-variant-numeric: tabular-nums !important;
}

body[data-slug="assets/product"] .dynamic-product-tags {
  min-height: 1.75rem !important;
  margin-top: 0.9rem !important;
}

body[data-slug="assets/product"] .dynamic-product-tags span {
  min-height: 1.8rem !important;
  padding: 0.28rem 0.7rem !important;
  border-color: rgba(228, 232, 238, 0.2) !important;
  background: rgba(228, 232, 238, 0.07) !important;
  color: rgba(238, 241, 245, 0.82) !important;
  font-size: 0.77rem !important;
  font-weight: 560 !important;
}

body[data-slug="assets/product"] .av-sidebar-socials {
  position: fixed !important;
  z-index: 13 !important;
  left: 1rem !important;
  bottom: 2rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.72rem !important;
  width: 248px !important;
  padding: 0 0.25rem !important;
  box-sizing: border-box !important;
}

body[data-slug="assets/product"] .av-sidebar-socials a {
  display: grid !important;
  place-items: center !important;
  width: 2.2rem !important;
  height: 2.2rem !important;
  border: 1px solid rgba(226, 231, 237, 0.16) !important;
  border-radius: 9px !important;
  background: rgba(226, 231, 237, 0.055) !important;
  color: rgba(235, 238, 243, 0.76) !important;
  text-decoration: none !important;
  transition: color 140ms ease, border-color 140ms ease, background 140ms ease, transform 140ms ease !important;
}

body[data-slug="assets/product"] .av-sidebar-socials a:hover {
  color: #fff !important;
  border-color: rgba(244, 246, 249, 0.38) !important;
  background: rgba(244, 246, 249, 0.1) !important;
  transform: translateY(-1px) !important;
}

body[data-slug="assets/product"] .av-sidebar-socials svg {
  display: block !important;
  width: 1.18rem !important;
  height: 1.18rem !important;
  fill: currentColor !important;
}

@media (max-width: 1260px) {
  body[data-slug="assets/product"] .dynamic-license-heading {
    gap: 0.5rem !important;
  }

  body[data-slug="assets/product"] .dynamic-license-price {
    min-width: 5rem !important;
    font-size: 0.94rem !important;
  }

  body[data-slug="assets/product"] .av-sidebar-socials {
    left: 0.9rem !important;
    width: 215px !important;
  }
}

@media (max-width: 900px) {
  body[data-slug="assets/product"] .av-sidebar-socials {
    display: none !important;
  }
}

@media (max-width: 720px) {
  body[data-slug="assets/product"] .dynamic-product-title-row {
    flex-wrap: wrap !important;
  }
}


/* 2026-07-29 final alignment fixes. */
body[data-slug="assets/product"] .dynamic-product-header,
body[data-slug="assets/product"] .dynamic-product-title-row,
body[data-slug="assets/product"] .dynamic-product-title {
  overflow: visible !important;
}

body[data-slug="assets/product"] .dynamic-product-title-row {
  display: block !important;
}

body[data-slug="assets/product"] .dynamic-product-title {
  display: block !important;
  line-height: 1.14 !important;
  padding: 0 0 0.09em !important;
  text-wrap: balance !important;
}

body[data-slug="assets/product"] .dynamic-product-meta-row {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 0.72rem 1rem !important;
  margin-top: 0.42rem !important;
}

body[data-slug="assets/product"] .dynamic-product-meta-row .dynamic-product-subtitle {
  flex: 1 1 28rem !important;
  margin: 0 !important;
}

body[data-slug="assets/product"] .dynamic-product-engine-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  min-height: 2rem !important;
  padding: 0.32rem 0.64rem !important;
  gap: 0.46rem !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}

body[data-slug="assets/product"] .dynamic-product-engine-logo {
  display: block !important;
  flex: 0 0 auto !important;
  width: 1.35rem !important;
  height: 1.35rem !important;
  margin: 0 !important;
  color: rgba(246, 247, 249, 0.94) !important;
  filter: none !important;
  overflow: visible !important;
}

body[data-slug="assets/product"] .dynamic-product-engine-label {
  display: block !important;
  line-height: 1.1 !important;
}

/* Remove the decorative separator directly below the gallery. */
body[data-slug="assets/product"] .dynamic-product-overview {
  border-top: 0 !important;
  padding-top: 0 !important;
}

/* Social icons are optically and geometrically centered in equal buttons. */
body[data-slug="assets/product"] .av-sidebar-socials {
  left: 0 !important;
  width: 280px !important;
  padding: 0 !important;
  justify-content: center !important;
}

body[data-slug="assets/product"] .av-sidebar-socials a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  line-height: 0 !important;
}

body[data-slug="assets/product"] .av-sidebar-socials svg {
  display: block !important;
  width: 1.2rem !important;
  height: 1.2rem !important;
  margin: 0 !important;
  overflow: visible !important;
  transform: none !important;
}

@media (min-width: 1680px) {
  body[data-slug="assets/product"] .av-sidebar-socials { width: 292px !important; }
}

@media (max-width: 1260px) {
  body[data-slug="assets/product"] .av-sidebar-socials { left: 0 !important; width: 245px !important; }
}


/* 2026-07-29 slider controls and neutral glass sidebar refinement. */
body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left {
  background:
    linear-gradient(180deg, rgba(20, 21, 24, 0.58), rgba(13, 14, 17, 0.48)) !important;
  border-right: 1px solid rgba(255, 255, 255, 0.10) !important;
  box-shadow:
    inset -1px 0 0 rgba(255, 255, 255, 0.025),
    16px 0 42px rgba(0, 0, 0, 0.18) !important;
  -webkit-backdrop-filter: blur(26px) saturate(125%) !important;
  backdrop-filter: blur(26px) saturate(125%) !important;
}

body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left .explorer,
body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left .explorer-content,
body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left .folder-container,
body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left .folder-outer {
  background: transparent !important;
}

/* Clip the actual media to the same radius as its stage. This removes dark corner wedges. */
body[data-slug="assets/product"] .dynamic-product-primary-stage {
  border: 0 !important;
  border-radius: 14px !important;
  background: transparent !important;
  clip-path: inset(0 round 14px) !important;
}

body[data-slug="assets/product"] .dynamic-product-primary-media {
  overflow: hidden !important;
  border-radius: inherit !important;
  background: transparent !important;
}

body[data-slug="assets/product"] .dynamic-product-primary-media > img,
body[data-slug="assets/product"] .dynamic-product-primary-media > video,
body[data-slug="assets/product"] .dynamic-product-primary-media > iframe,
body[data-slug="assets/product"] .dynamic-product-primary-media > .dynamic-product-youtube-frame {
  border-radius: inherit !important;
  background: transparent !important;
  clip-path: inset(0 round 14px) !important;
}

body[data-slug="assets/product"] .dynamic-product-primary-stage::after {
  border-radius: inherit !important;
}

/* Replace font glyph arrows with optically centered SVG chevrons. */
body[data-slug="assets/product"] .dynamic-product-gallery-arrow {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 2.75rem !important;
  height: 2.75rem !important;
  min-width: 2.75rem !important;
  min-height: 2.75rem !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, 0.20) !important;
  border-radius: 999px !important;
  background: rgba(24, 25, 29, 0.68) !important;
  color: rgba(255, 255, 255, 0.96) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22) !important;
  -webkit-backdrop-filter: blur(12px) saturate(120%) !important;
  backdrop-filter: blur(12px) saturate(120%) !important;
  appearance: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

body[data-slug="assets/product"] .dynamic-product-gallery-arrow svg {
  display: block !important;
  width: 1.28rem !important;
  height: 1.28rem !important;
  margin: 0 !important;
  overflow: visible !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2.15 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  pointer-events: none !important;
}

body[data-slug="assets/product"] .dynamic-product-gallery-arrow:hover {
  background: rgba(42, 43, 48, 0.78) !important;
}

/* Thumbnail images use the same clipping model, without black corner outlines. */
body[data-slug="assets/product"] .dynamic-product-thumbs button {
  background: transparent !important;
  clip-path: inset(0 round 8px) !important;
}

body[data-slug="assets/product"] .dynamic-product-thumbs img,
body[data-slug="assets/product"] .dynamic-product-thumbs video,
body[data-slug="assets/product"] .dynamic-product-thumbs .dynamic-product-youtube-thumb {
  border-radius: inherit !important;
  background: transparent !important;
  clip-path: inset(0 round 8px) !important;
}


/* 2026-07-29 brand badge, ArtStation mark, and larger breadcrumb navigation. */
body[data-slug="assets/product"] .dynamic-product-breadcrumbs {
  gap: 0.68rem !important;
  margin: 0 0 1.12rem !important;
  color: rgba(229, 233, 239, 0.72) !important;
  font-size: clamp(0.92rem, 0.85vw, 1rem) !important;
  font-weight: 570 !important;
  line-height: 1.25 !important;
}

body[data-slug="assets/product"] .dynamic-product-breadcrumbs a,
body[data-slug="assets/product"] .dynamic-product-breadcrumbs > span[aria-current="page"] {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 1.75rem !important;
}

body[data-slug="assets/product"] .dynamic-product-breadcrumb-home {
  justify-content: center !important;
  width: 1.9rem !important;
  height: 1.9rem !important;
  min-height: 1.9rem !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid rgba(238, 241, 246, 0.13) !important;
  border-radius: 7px !important;
  background: rgba(238, 241, 246, 0.045) !important;
}

body[data-slug="assets/product"] .dynamic-product-breadcrumb-home svg {
  display: block !important;
  width: 1rem !important;
  height: 1rem !important;
  margin: 0 !important;
}

body[data-slug="assets/product"] .dynamic-product-breadcrumb-separator {
  min-height: 0 !important;
  color: rgba(229, 233, 239, 0.33) !important;
  font-size: 1.1em !important;
}

body[data-slug="assets/product"] .dynamic-product-engine-badge {
  min-height: 2.35rem !important;
  padding: 0.42rem 0.78rem !important;
  gap: 0.58rem !important;
  border-radius: 9px !important;
  white-space: nowrap !important;
}

body[data-slug="assets/product"] .dynamic-product-engine-logo {
  width: 1.52rem !important;
  height: 1.52rem !important;
}

/* Reset the old generic span-as-circle rule. It was wrapping the text label
   in a second circle and caused the Unreal Engine text to overlap. */
body[data-slug="assets/product"] .dynamic-product-engine-badge > .dynamic-product-engine-label {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: rgba(244, 246, 249, 0.93) !important;
  font-family: inherit !important;
  font-size: 0.9rem !important;
  font-weight: 650 !important;
  line-height: 1.1 !important;
  letter-spacing: -0.01em !important;
  white-space: nowrap !important;
}

body[data-slug="assets/product"] .av-sidebar-social--artstation svg {
  width: 1.3rem !important;
  height: 1.3rem !important;
  transform: translateY(-0.01rem) !important;
}

@media (max-width: 720px) {
  body[data-slug="assets/product"] .dynamic-product-breadcrumbs {
    gap: 0.48rem !important;
    font-size: 0.86rem !important;
  }

  body[data-slug="assets/product"] .dynamic-product-breadcrumb-home {
    width: 1.75rem !important;
    height: 1.75rem !important;
    min-height: 1.75rem !important;
  }
}

/* 2026-07-29 cursor-proximity contour glow and softly revealed gallery UI. */
body[data-slug="assets/product"] .av-custom-solution-card,
body[data-slug="assets/product"] .dynamic-purchase-card,
body[data-slug="assets/product"] .dynamic-fab-purchase {
  isolation: isolate !important;
  overflow: visible !important;
  --av-contour-x: 50%;
  --av-contour-y: 50%;
  --av-contour-opacity: 0;
}

/* Purchase cards need a positioning context. The custom-solution card already
   has position: fixed; do not overwrite it or it jumps into the explorer flow. */
body[data-slug="assets/product"] .dynamic-purchase-card,
body[data-slug="assets/product"] .dynamic-fab-purchase {
  position: relative !important;
}

body[data-slug="assets/product"] .av-custom-solution-card {
  position: fixed !important;
}

body[data-slug="assets/product"] .av-custom-solution-card::before,
body[data-slug="assets/product"] .dynamic-purchase-card::before,
body[data-slug="assets/product"] .dynamic-fab-purchase::before {
  content: "";
  position: absolute;
  z-index: 4;
  inset: -1px;
  padding: 1px;
  border-radius: inherit;
  pointer-events: none;
  opacity: var(--av-contour-opacity);
  background: radial-gradient(
    138px circle at var(--av-contour-x) var(--av-contour-y),
    rgba(255, 255, 255, 0.98) 0,
    rgba(255, 255, 255, 0.68) 19%,
    rgba(255, 255, 255, 0.2) 43%,
    transparent 72%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  filter:
    drop-shadow(0 0 4px rgba(255, 255, 255, calc(var(--av-contour-opacity) * 0.26)))
    drop-shadow(0 0 10px rgba(255, 255, 255, calc(var(--av-contour-opacity) * 0.1)));
  transition: opacity 170ms linear;
}

body[data-slug="assets/product"] .dynamic-product-gallery-counter,
body[data-slug="assets/product"] .dynamic-product-gallery-open,
body[data-slug="assets/product"] .dynamic-product-gallery-arrow {
  opacity: 0 !important;
  pointer-events: none !important;
  transition:
    opacity 280ms ease,
    transform 320ms cubic-bezier(0.2, 0.8, 0.2, 1),
    background-color 180ms ease,
    border-color 180ms ease !important;
}

body[data-slug="assets/product"] .dynamic-product-gallery-counter,
body[data-slug="assets/product"] .dynamic-product-gallery-open {
  transform: translateY(-8px) scale(0.975) !important;
}

body[data-slug="assets/product"] .dynamic-product-gallery-prev {
  transform: translateX(-10px) scale(0.94) !important;
}

body[data-slug="assets/product"] .dynamic-product-gallery-next {
  transform: translateX(10px) scale(0.94) !important;
}

body[data-slug="assets/product"] .dynamic-product-primary-stage:hover .dynamic-product-gallery-counter,
body[data-slug="assets/product"] .dynamic-product-primary-stage:hover .dynamic-product-gallery-open,
body[data-slug="assets/product"] .dynamic-product-primary-stage:hover .dynamic-product-gallery-arrow,
body[data-slug="assets/product"] .dynamic-product-primary-stage:focus-within .dynamic-product-gallery-counter,
body[data-slug="assets/product"] .dynamic-product-primary-stage:focus-within .dynamic-product-gallery-open,
body[data-slug="assets/product"] .dynamic-product-primary-stage:focus-within .dynamic-product-gallery-arrow {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translate(0, 0) scale(1) !important;
}

body[data-slug="assets/product"] .dynamic-product-primary-stage:hover .dynamic-product-gallery-counter {
  pointer-events: none !important;
}

@media (hover: none), (pointer: coarse) {
  body[data-slug="assets/product"] .dynamic-product-gallery-counter,
  body[data-slug="assets/product"] .dynamic-product-gallery-open,
  body[data-slug="assets/product"] .dynamic-product-gallery-arrow {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  body[data-slug="assets/product"] .dynamic-product-gallery-counter {
    pointer-events: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-slug="assets/product"] .dynamic-product-gallery-counter,
  body[data-slug="assets/product"] .dynamic-product-gallery-open,
  body[data-slug="assets/product"] .dynamic-product-gallery-arrow {
    transition-duration: 1ms !important;
  }
}

/* 2026-07-29: refined thumbnail scrollbar and UE badge beside the product title. */
body[data-slug="assets/product"] .dynamic-product-title-row {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 0.72rem 0.9rem !important;
  width: 100% !important;
}

body[data-slug="assets/product"] .dynamic-product-title-row .dynamic-product-title {
  flex: 0 1 auto !important;
  min-width: 0 !important;
}

body[data-slug="assets/product"] .dynamic-product-title-row .dynamic-product-engine-badge {
  align-self: center !important;
  margin: 0.08rem 0 0 !important;
  transform: none !important;
}

body[data-slug="assets/product"] .dynamic-product-meta-row {
  display: block !important;
  margin-top: 0.42rem !important;
}

body[data-slug="assets/product"] .dynamic-product-meta-row .dynamic-product-subtitle {
  max-width: 760px !important;
  margin: 0 !important;
}

/* Compact neutral scrollbar that matches the glass/graphite UI. */
body[data-slug="assets/product"] .dynamic-product-thumbs {
  padding-bottom: 0.62rem !important;
  scrollbar-width: thin !important;
  scrollbar-color: rgba(236, 239, 244, 0.48) rgba(236, 239, 244, 0.075) !important;
  overscroll-behavior-inline: contain !important;
}

body[data-slug="assets/product"] .dynamic-product-thumbs::-webkit-scrollbar {
  height: 9px !important;
}

body[data-slug="assets/product"] .dynamic-product-thumbs::-webkit-scrollbar-track {
  border: 3px solid transparent !important;
  border-radius: 999px !important;
  background: rgba(236, 239, 244, 0.075) !important;
  background-clip: padding-box !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035) !important;
}

body[data-slug="assets/product"] .dynamic-product-thumbs::-webkit-scrollbar-thumb {
  min-width: 64px !important;
  border: 3px solid transparent !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, rgba(238, 241, 246, 0.34), rgba(255, 255, 255, 0.64), rgba(238, 241, 246, 0.34)) !important;
  background-clip: padding-box !important;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.08) !important;
}

body[data-slug="assets/product"] .dynamic-product-thumbs:hover::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, rgba(245, 247, 250, 0.48), rgba(255, 255, 255, 0.82), rgba(245, 247, 250, 0.48)) !important;
  background-clip: padding-box !important;
}

body[data-slug="assets/product"] .dynamic-product-thumbs::-webkit-scrollbar-button,
body[data-slug="assets/product"] .dynamic-product-thumbs::-webkit-scrollbar-corner {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}

@media (max-width: 720px) {
  body[data-slug="assets/product"] .dynamic-product-title-row {
    align-items: flex-start !important;
  }

  body[data-slug="assets/product"] .dynamic-product-title-row .dynamic-product-engine-badge {
    margin-top: 0 !important;
  }
}

/* 2026-07-29: hard override — keep the Unreal Engine badge directly to the right of the title. */
@media (min-width: 721px) {
  body[data-slug="assets/product"] .dynamic-product-header .dynamic-product-title-row {
    display: inline-flex !important;
    width: fit-content !important;
    max-width: 100% !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-flow: row nowrap !important;
    gap: 0.9rem !important;
    vertical-align: top !important;
  }

  body[data-slug="assets/product"] .dynamic-product-header .dynamic-product-title-row > .dynamic-product-title {
    display: block !important;
    flex: 0 1 auto !important;
    width: max-content !important;
    max-width: calc(100vw - 38rem) !important;
    min-width: 0 !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }

  body[data-slug="assets/product"] .dynamic-product-header .dynamic-product-title-row > .dynamic-product-engine-badge {
    position: static !important;
    display: inline-flex !important;
    flex: 0 0 auto !important;
    align-self: center !important;
    margin: 0 !important;
    inset: auto !important;
    transform: none !important;
  }
}

@media (max-width: 720px) {
  body[data-slug="assets/product"] .dynamic-product-header .dynamic-product-title-row {
    display: flex !important;
    width: 100% !important;
    align-items: flex-start !important;
    flex-flow: row wrap !important;
  }

  body[data-slug="assets/product"] .dynamic-product-header .dynamic-product-title-row > .dynamic-product-title {
    width: 100% !important;
    max-width: 100% !important;
    white-space: normal !important;
  }
}

/* 2026-07-30: rebalance the desktop product layout.
   The gallery remains 16:9, but the purchase column gets more visual weight. */
@media (min-width: 1261px) {
  body[data-slug="assets/product"] .dynamic-product-shell {
    grid-template-columns: minmax(0, 1fr) 490px !important;
    gap: clamp(1.35rem, 1.8vw, 2.15rem) !important;
  }

  body[data-slug="assets/product"] .dynamic-product-info {
    width: 490px !important;
  }

  body[data-slug="assets/product"] .dynamic-purchase-card {
    padding: 1.4rem !important;
    border-radius: 15px !important;
  }

  body[data-slug="assets/product"] .dynamic-purchase-heading {
    margin-bottom: 1.1rem !important;
  }

  body[data-slug="assets/product"] .dynamic-purchase-heading h2 {
    font-size: 1.32rem !important;
  }

  body[data-slug="assets/product"] .dynamic-license-card {
    grid-template-columns: 1.15rem minmax(0, 1fr) auto !important;
    gap: 0.9rem !important;
    min-height: 4.75rem !important;
    padding: 1rem 1.05rem !important;
    border-radius: 11px !important;
  }

  body[data-slug="assets/product"] .dynamic-license-copy strong {
    font-size: 0.96rem !important;
  }

  body[data-slug="assets/product"] .dynamic-license-copy small {
    font-size: 0.76rem !important;
    line-height: 1.42 !important;
  }

  body[data-slug="assets/product"] .dynamic-license-price {
    padding-left: 0.65rem !important;
    font-size: 1.12rem !important;
  }

  body[data-slug="assets/product"] .dynamic-checkout-button {
    min-height: 3.45rem !important;
    font-size: 1rem !important;
  }

  body[data-slug="assets/product"] .dynamic-payment-summary {
    margin-top: 1.15rem !important;
    padding-top: 1.1rem !important;
  }

  body[data-slug="assets/product"] .dynamic-payment-methods > span {
    min-height: 2.7rem !important;
  }

  body[data-slug="assets/product"] .dynamic-fab-purchase {
    min-height: 4.1rem !important;
    padding: 0.95rem 1.1rem !important;
    border-radius: 14px !important;
  }

  body[data-slug="assets/product"] .dynamic-product-documentation {
    width: calc(100% - 525px) !important;
  }
}

@media (min-width: 1680px) {
  body[data-slug="assets/product"] .dynamic-product-shell {
    grid-template-columns: minmax(0, 1fr) 530px !important;
    gap: clamp(1.5rem, 1.8vw, 2.35rem) !important;
  }

  body[data-slug="assets/product"] .dynamic-product-info {
    width: 530px !important;
  }

  body[data-slug="assets/product"] .dynamic-purchase-card {
    padding: 1.5rem !important;
  }

  body[data-slug="assets/product"] .dynamic-product-documentation {
    width: calc(100% - 570px) !important;
  }
}

@media (min-width: 1021px) and (max-width: 1260px) {
  body[data-slug="assets/product"] .dynamic-product-shell {
    grid-template-columns: minmax(0, 1fr) 390px !important;
    gap: 1.3rem !important;
  }

  body[data-slug="assets/product"] .dynamic-product-info {
    width: 390px !important;
  }

  body[data-slug="assets/product"] .dynamic-product-documentation {
    width: calc(100% - 420px) !important;
  }
}

/* 2026-07-30 mobile product layout hardening.
   This block intentionally comes last so old desktop overrides cannot leak into phones. */
@media (max-width: 800px) {
  html:has(body[data-slug="assets/product"]),
  body[data-slug="assets/product"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: clip !important;
  }

  body[data-slug="assets/product"] #quartz-root.page,
  body[data-slug="assets/product"] #quartz-root.page > #quartz-body {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  body[data-slug="assets/product"] #quartz-root.page > #quartz-body {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto auto !important;
    grid-template-areas:
      "grid-sidebar-left"
      "grid-center"
      "grid-footer" !important;
    gap: 0 !important;
    padding: 0 !important;
  }

  /* Compact glass mobile header. Quartz's Explorer keeps its normal slide-out behaviour. */
  body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left {
    grid-area: grid-sidebar-left !important;
    position: sticky !important;
    z-index: 1000 !important;
    top: 0 !important;
    left: auto !important;
    right: auto !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 0.55rem !important;
    width: 100% !important;
    height: auto !important;
    min-height: 3.75rem !important;
    margin: 0 !important;
    padding:
      max(0.55rem, env(safe-area-inset-top))
      max(0.8rem, env(safe-area-inset-right))
      0.55rem
      max(0.8rem, env(safe-area-inset-left)) !important;
    box-sizing: border-box !important;
    overflow: visible !important;
    border: 0 !important;
    border-bottom: 1px solid rgba(235, 239, 245, 0.12) !important;
    background: rgba(13, 15, 18, 0.76) !important;
    box-shadow: 0 10px 34px rgba(0, 0, 0, 0.22) !important;
    backdrop-filter: blur(20px) saturate(115%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(115%) !important;
  }

  body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left .page-title {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    margin: 0 !important;
  }

  body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left .page-title a,
  body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left .page-title img {
    max-width: min(46vw, 176px) !important;
    max-height: 2rem !important;
    margin: 0 !important;
    object-fit: contain !important;
    object-position: left center !important;
  }

  body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left .search,
  body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left .darkmode,
  body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left .readermode,
  body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left .explorer {
    flex: 0 0 auto !important;
    margin: 0 !important;
  }

  body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .sidebar.left .explorer .explorer-content {
    top: 0 !important;
    left: 0 !important;
    width: 100dvw !important;
    max-width: 100dvw !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    padding:
      calc(4.25rem + env(safe-area-inset-top))
      max(1rem, env(safe-area-inset-right))
      calc(2rem + env(safe-area-inset-bottom))
      max(1rem, env(safe-area-inset-left)) !important;
    box-sizing: border-box !important;
    background: rgba(12, 14, 17, 0.96) !important;
    backdrop-filter: blur(24px) saturate(110%) !important;
    -webkit-backdrop-filter: blur(24px) saturate(110%) !important;
  }

  body[data-slug="assets/product"] .av-custom-solution-card,
  body[data-slug="assets/product"] .av-sidebar-socials {
    display: none !important;
  }

  body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .center {
    grid-area: grid-center !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding:
      0
      max(0.75rem, env(safe-area-inset-right))
      calc(3rem + env(safe-area-inset-bottom))
      max(0.75rem, env(safe-area-inset-left)) !important;
    box-sizing: border-box !important;
  }

  body[data-slug="assets/product"] #quartz-root.page > #quartz-body > .center > article {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0.85rem 0 0 !important;
  }

  body[data-slug="assets/product"] .dynamic-product-detail {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
  }

  body[data-slug="assets/product"] .dynamic-product-breadcrumbs {
    flex-wrap: nowrap !important;
    gap: 0.38rem !important;
    width: 100% !important;
    margin: 0 0 0.75rem !important;
    overflow: hidden !important;
    font-size: 0.72rem !important;
    white-space: nowrap !important;
  }

  body[data-slug="assets/product"] .dynamic-product-breadcrumbs > * {
    flex: 0 0 auto !important;
  }

  body[data-slug="assets/product"] .dynamic-product-breadcrumbs > [aria-current="page"] {
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body[data-slug="assets/product"] .dynamic-product-breadcrumb-home {
    width: 2rem !important;
    height: 2rem !important;
    padding: 0.42rem !important;
    border-radius: 8px !important;
  }

  body[data-slug="assets/product"] .dynamic-product-header {
    width: 100% !important;
    margin: 0 0 0.9rem !important;
  }

  body[data-slug="assets/product"] .dynamic-product-header .dynamic-product-title-row {
    display: flex !important;
    flex-flow: row wrap !important;
    align-items: center !important;
    gap: 0.58rem !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body[data-slug="assets/product"] .dynamic-product-title {
    width: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    font-size: clamp(1.7rem, 8vw, 2.25rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }

  body[data-slug="assets/product"] .dynamic-product-meta-row {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.55rem !important;
    width: 100% !important;
    margin-top: 0.55rem !important;
  }

  body[data-slug="assets/product"] .dynamic-product-engine-badge {
    min-height: 2rem !important;
    max-width: 100% !important;
    padding: 0.34rem 0.62rem 0.34rem 0.42rem !important;
    border-radius: 8px !important;
    font-size: 0.76rem !important;
  }

  body[data-slug="assets/product"] .dynamic-product-engine-logo {
    width: 1.25rem !important;
    height: 1.25rem !important;
  }

  body[data-slug="assets/product"] .dynamic-product-subtitle {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
  }

  /* Re-order mobile content: gallery, purchase, description/comparison, technical details. */
  body[data-slug="assets/product"] .dynamic-product-shell {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    grid-template-rows: auto auto auto auto !important;
    grid-template-areas:
      "mobile-gallery"
      "mobile-purchase"
      "mobile-overview"
      "mobile-technical" !important;
    gap: 1rem !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body[data-slug="assets/product"] .dynamic-product-content {
    display: contents !important;
  }

  body[data-slug="assets/product"] .dynamic-product-gallery {
    grid-area: mobile-gallery !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  body[data-slug="assets/product"] .dynamic-product-info {
    grid-area: mobile-purchase !important;
    position: static !important;
    top: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    gap: 0.72rem !important;
  }

  body[data-slug="assets/product"] .dynamic-product-overview {
    grid-area: mobile-overview !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1.15rem !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0.1rem 0 0 !important;
    padding-top: 1rem !important;
  }

  body[data-slug="assets/product"] .dynamic-product-technical {
    grid-area: mobile-technical !important;
    width: 100% !important;
    min-width: 0 !important;
    margin-top: 0 !important;
  }

  body[data-slug="assets/product"] .dynamic-product-primary-stage {
    width: 100% !important;
    max-width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    border: 0 !important;
    border-radius: 10px !important;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24) !important;
  }

  body[data-slug="assets/product"] .dynamic-product-gallery-counter {
    top: 0.55rem !important;
    left: 0.55rem !important;
    padding: 0.32rem 0.48rem !important;
    font-size: 0.72rem !important;
  }

  body[data-slug="assets/product"] .dynamic-product-gallery-open {
    top: 0.55rem !important;
    right: 0.55rem !important;
    width: 2.15rem !important;
    min-width: 2.15rem !important;
    height: 2.15rem !important;
    min-height: 2.15rem !important;
    padding: 0 !important;
    justify-content: center !important;
  }

  body[data-slug="assets/product"] .dynamic-product-gallery-open span {
    display: none !important;
  }

  body[data-slug="assets/product"] .dynamic-product-gallery-arrow {
    width: 2.3rem !important;
    height: 2.3rem !important;
    border-radius: 999px !important;
  }

  body[data-slug="assets/product"] .dynamic-product-gallery-prev {
    left: 0.55rem !important;
  }

  body[data-slug="assets/product"] .dynamic-product-gallery-next {
    right: 0.55rem !important;
  }

  body[data-slug="assets/product"] .dynamic-product-thumbs {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: 88px !important;
    gap: 0.48rem !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 0.55rem !important;
    padding: 0 0 0.28rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x proximity !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body[data-slug="assets/product"] .dynamic-product-thumbs::-webkit-scrollbar {
    display: none !important;
  }

  body[data-slug="assets/product"] .dynamic-product-thumbs button {
    min-width: 88px !important;
    width: 88px !important;
    aspect-ratio: 16 / 9 !important;
    border-radius: 7px !important;
    scroll-snap-align: start !important;
  }

  body[data-slug="assets/product"] .dynamic-purchase-card,
  body[data-slug="assets/product"] .dynamic-fab-purchase {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    border-radius: 12px !important;
  }

  body[data-slug="assets/product"] .dynamic-purchase-card {
    padding: 1rem !important;
  }

  body[data-slug="assets/product"] .dynamic-purchase-heading {
    display: flex !important;
    flex-flow: row wrap !important;
    align-items: center !important;
    gap: 0.35rem 0.65rem !important;
    margin-bottom: 0.8rem !important;
  }

  body[data-slug="assets/product"] .dynamic-purchase-heading h2 {
    font-size: 1.12rem !important;
  }

  body[data-slug="assets/product"] .dynamic-secure-checkout {
    margin-left: auto !important;
    font-size: 0.68rem !important;
  }

  body[data-slug="assets/product"] .dynamic-product-licenses {
    gap: 0.58rem !important;
  }

  body[data-slug="assets/product"] .dynamic-license-card {
    grid-template-columns: 1rem minmax(0, 1fr) !important;
    gap: 0.62rem !important;
    width: 100% !important;
    min-width: 0 !important;
    padding: 0.8rem !important;
  }

  body[data-slug="assets/product"] .dynamic-license-copy,
  body[data-slug="assets/product"] .dynamic-license-heading {
    min-width: 0 !important;
    width: 100% !important;
  }

  body[data-slug="assets/product"] .dynamic-license-heading {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) max-content !important;
    align-items: baseline !important;
    gap: 0.55rem !important;
  }

  body[data-slug="assets/product"] .dynamic-license-heading strong {
    min-width: 0 !important;
    font-size: 0.86rem !important;
    line-height: 1.28 !important;
  }

  body[data-slug="assets/product"] .dynamic-license-price {
    justify-self: end !important;
    font-size: 0.88rem !important;
    white-space: nowrap !important;
  }

  body[data-slug="assets/product"] .dynamic-license-copy small {
    font-size: 0.68rem !important;
    line-height: 1.42 !important;
  }

  body[data-slug="assets/product"] .dynamic-checkout-button {
    width: 100% !important;
    min-height: 3rem !important;
    margin-top: 0.8rem !important;
    border-radius: 9px !important;
    box-sizing: border-box !important;
    font-size: 0.86rem !important;
  }

  body[data-slug="assets/product"] .dynamic-payment-summary {
    margin-top: 0.9rem !important;
    padding-top: 0.85rem !important;
  }

  body[data-slug="assets/product"] .dynamic-payment-summary-heading {
    display: flex !important;
    flex-flow: row wrap !important;
    align-items: baseline !important;
    gap: 0.25rem 0.55rem !important;
  }

  body[data-slug="assets/product"] .dynamic-payment-summary-heading span {
    margin-left: auto !important;
    font-size: 0.64rem !important;
  }

  body[data-slug="assets/product"] .dynamic-payment-methods {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.5rem !important;
  }

  body[data-slug="assets/product"] .dynamic-payment-methods > span {
    min-width: 0 !important;
    padding: 0.65rem 0.5rem !important;
    font-size: 0.68rem !important;
    text-align: center !important;
  }

  body[data-slug="assets/product"] .dynamic-fab-purchase {
    grid-template-columns: auto minmax(0, 1fr) !important;
    gap: 0.65rem !important;
    padding: 0.82rem 0.9rem !important;
  }

  body[data-slug="assets/product"] .dynamic-fab-purchase > b {
    grid-column: 2 !important;
    justify-self: start !important;
    font-size: 0.68rem !important;
  }

  body[data-slug="assets/product"] .dynamic-product-section,
  body[data-slug="assets/product"] .dynamic-product-technical {
    width: 100% !important;
    min-width: 0 !important;
  }

  body[data-slug="assets/product"] .dynamic-section-heading {
    gap: 0.52rem !important;
    margin-bottom: 0.62rem !important;
  }

  body[data-slug="assets/product"] .dynamic-section-heading h2 {
    font-size: 1.05rem !important;
    line-height: 1.25 !important;
  }

  body[data-slug="assets/product"] .dynamic-product-description-copy {
    font-size: 0.88rem !important;
    line-height: 1.62 !important;
  }

  body[data-slug="assets/product"] .dynamic-product-tags {
    gap: 0.4rem !important;
  }

  body[data-slug="assets/product"] .dynamic-product-tags span {
    max-width: 100% !important;
    padding: 0.33rem 0.55rem !important;
    font-size: 0.7rem !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body[data-slug="assets/product"] .dynamic-before-after-card,
  body[data-slug="assets/product"] .dynamic-before-after-viewport {
    width: 100% !important;
    max-width: 100% !important;
  }

  body[data-slug="assets/product"] .dynamic-before-after-viewport {
    aspect-ratio: 16 / 9 !important;
    min-height: 0 !important;
    max-height: none !important;
    border-radius: 9px !important;
  }

  body[data-slug="assets/product"] .dynamic-before-after-label {
    top: 0.48rem !important;
    padding: 0.28rem 0.42rem !important;
    font-size: 0.62rem !important;
  }

  body[data-slug="assets/product"] .dynamic-before-after-divider::after {
    width: 2rem !important;
    height: 2rem !important;
    font-size: 0.9rem !important;
  }

  body[data-slug="assets/product"] .dynamic-before-after-zoom {
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    width: 2rem !important;
    height: 2rem !important;
  }

  body[data-slug="assets/product"] .dynamic-product-technical dl {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.6rem !important;
  }

  body[data-slug="assets/product"] .dynamic-product-technical-card {
    min-width: 0 !important;
    padding: 0.8rem 0.85rem 0.8rem 3.35rem !important;
  }

  body[data-slug="assets/product"] .dynamic-product-documentation {
    width: 100% !important;
    max-width: 100% !important;
    margin: 1.15rem 0 0 !important;
    padding: 1rem 0 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  body[data-slug="assets/product"] .dynamic-product-documentation-content,
  body[data-slug="assets/product"] .dynamic-product-documentation-content > article,
  body[data-slug="assets/product"] .dynamic-product-documentation-content > .markdown-preview-view {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }

  body[data-slug="assets/product"] .dynamic-product-documentation-content img,
  body[data-slug="assets/product"] .dynamic-product-documentation-content video,
  body[data-slug="assets/product"] .dynamic-product-documentation-content iframe,
  body[data-slug="assets/product"] .dynamic-product-documentation-content table,
  body[data-slug="assets/product"] .dynamic-product-documentation-frame {
    max-width: 100% !important;
  }

  body[data-slug="assets/product"] .dynamic-product-documentation-frame {
    min-height: 70dvh !important;
    border-radius: 10px !important;
  }

  body[data-slug="assets/product"] footer {
    grid-area: grid-footer !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    padding-right: max(0.75rem, env(safe-area-inset-right)) !important;
    padding-left: max(0.75rem, env(safe-area-inset-left)) !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 380px) {
  body[data-slug="assets/product"] .dynamic-product-title {
    font-size: 1.58rem !important;
  }

  body[data-slug="assets/product"] .dynamic-license-heading {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body[data-slug="assets/product"] .dynamic-license-price {
    justify-self: start !important;
  }

  body[data-slug="assets/product"] .dynamic-payment-methods {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Product description Markdown */
body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown,
body.av-product-page .dynamic-product-description-copy.av-markdown {
  min-width: 0;
  overflow-wrap: anywhere;
}

body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown > :first-child,
body.av-product-page .dynamic-product-description-copy.av-markdown > :first-child {
  margin-top: 0;
}

body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown > :last-child,
body.av-product-page .dynamic-product-description-copy.av-markdown > :last-child {
  margin-bottom: 0;
}

body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown p,
body.av-product-page .dynamic-product-description-copy.av-markdown p {
  margin: 0 0 0.85rem;
  color: rgba(232, 236, 241, 0.78);
  line-height: 1.7;
}

body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown h2,
body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown h3,
body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown h4,
body.av-product-page .dynamic-product-description-copy.av-markdown h2,
body.av-product-page .dynamic-product-description-copy.av-markdown h3,
body.av-product-page .dynamic-product-description-copy.av-markdown h4 {
  margin: 1.25rem 0 0.55rem;
  color: rgba(250, 251, 253, 0.96);
  font-weight: 720;
  line-height: 1.25;
  letter-spacing: -0.015em;
}

body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown h2,
body.av-product-page .dynamic-product-description-copy.av-markdown h2 {
  font-size: clamp(1.05rem, 1.4vw, 1.22rem);
}

body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown h3,
body.av-product-page .dynamic-product-description-copy.av-markdown h3 {
  font-size: 1.03rem;
}

body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown h4,
body.av-product-page .dynamic-product-description-copy.av-markdown h4 {
  font-size: 0.96rem;
}

body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown ul,
body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown ol,
body.av-product-page .dynamic-product-description-copy.av-markdown ul,
body.av-product-page .dynamic-product-description-copy.av-markdown ol {
  margin: 0.75rem 0 1rem;
  padding-left: 1.35rem;
  color: rgba(232, 236, 241, 0.8);
}

body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown li,
body.av-product-page .dynamic-product-description-copy.av-markdown li {
  margin: 0.38rem 0;
  padding-left: 0.15rem;
  line-height: 1.58;
}

body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown li::marker,
body.av-product-page .dynamic-product-description-copy.av-markdown li::marker {
  color: rgba(255, 255, 255, 0.52);
}

body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown a,
body.av-product-page .dynamic-product-description-copy.av-markdown a {
  color: rgba(235, 241, 248, 0.96);
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.38);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
  transition: color 150ms ease, text-decoration-color 150ms ease;
}

body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown a:hover,
body.av-product-page .dynamic-product-description-copy.av-markdown a:hover {
  color: #fff;
  text-decoration-color: rgba(255, 255, 255, 0.9);
}

body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown blockquote,
body.av-product-page .dynamic-product-description-copy.av-markdown blockquote {
  margin: 0.95rem 0;
  padding: 0.1rem 0 0.1rem 0.9rem;
  border-left: 2px solid rgba(255, 255, 255, 0.42);
  color: rgba(236, 239, 244, 0.74);
}

body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown blockquote p,
body.av-product-page .dynamic-product-description-copy.av-markdown blockquote p {
  margin: 0;
}

body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown code,
body.av-product-page .dynamic-product-description-copy.av-markdown code {
  padding: 0.12rem 0.34rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.055);
  color: rgba(249, 250, 252, 0.9);
  font: 0.88em/1.45 ui-monospace, SFMono-Regular, Consolas, monospace;
}

body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown pre,
body.av-product-page .dynamic-product-description-copy.av-markdown pre {
  max-width: 100%;
  margin: 0.9rem 0;
  padding: 0.85rem 0.95rem;
  overflow: auto;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 9px;
  background: rgba(5, 7, 10, 0.58);
}

body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown pre code,
body.av-product-page .dynamic-product-description-copy.av-markdown pre code {
  padding: 0;
  border: 0;
  background: transparent;
}

body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown hr,
body.av-product-page .dynamic-product-description-copy.av-markdown hr {
  margin: 1.2rem 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown del,
body.av-product-page .dynamic-product-description-copy.av-markdown del {
  opacity: 0.62;
}

body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown .av-markdown-task,
body.av-product-page .dynamic-product-description-copy.av-markdown .av-markdown-task {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
  margin-left: -1.1rem;
  list-style: none;
}

body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown .av-markdown-task input,
body.av-product-page .dynamic-product-description-copy.av-markdown .av-markdown-task input {
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  margin: 0.25rem 0 0;
  accent-color: #d9dee5;
}

@media (max-width: 720px) {
  body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown p,
  body.av-product-page .dynamic-product-description-copy.av-markdown p {
    line-height: 1.62;
  }

  body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown ul,
  body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown ol,
  body.av-product-page .dynamic-product-description-copy.av-markdown ul,
  body.av-product-page .dynamic-product-description-copy.av-markdown ol {
    padding-left: 1.15rem;
  }
}

/* Bundle product pages */
body.av-product-page .dynamic-bundle-contents {
  margin-top: 1rem;
}
body.av-product-page .dynamic-bundle-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .85rem;
}
body.av-product-page .dynamic-bundle-heading > div:first-child {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
}
body.av-product-page .dynamic-bundle-heading h2 { margin: 0 !important; }
body.av-product-page .dynamic-bundle-heading p {
  max-width: 46rem;
  margin: .3rem 0 0 !important;
  color: var(--gray);
  font-size: .82rem;
  line-height: 1.5;
}
body.av-product-page .dynamic-bundle-value {
  flex: none;
  padding: .48rem .62rem;
  border: 1px solid var(--lightgray);
  border-radius: 9px;
  color: var(--darkgray);
  font-size: .76rem;
  font-weight: 700;
}
body.av-product-page .dynamic-bundle-items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .7rem; }
body.av-product-page .dynamic-bundle-item {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--lightgray);
  border-radius: 12px;
  background: color-mix(in srgb, var(--light) 96%, var(--dark) 4%);
}
body.av-product-page .dynamic-bundle-item-media { min-height: 112px; overflow: hidden; background: #090b0f; }
body.av-product-page .dynamic-bundle-item-media img { width: 100%; height: 100%; min-height: 112px; margin: 0 !important; object-fit: cover; }
body.av-product-page .dynamic-bundle-item-copy { display: grid; align-content: center; min-width: 0; padding: .75rem; }
body.av-product-page .dynamic-bundle-item-copy > span { color: var(--gray); font-size: .62rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
body.av-product-page .dynamic-bundle-item-copy h3 { margin: .16rem 0 0 !important; font-size: .92rem !important; line-height: 1.25; }
body.av-product-page .dynamic-bundle-item-copy h3 a { color: var(--dark) !important; text-decoration: none !important; }
body.av-product-page .dynamic-bundle-item-copy p { margin: .3rem 0 0 !important; color: var(--gray); font-size: .72rem; line-height: 1.4; }
body.av-product-page .dynamic-bundle-item-copy > div { display: flex; align-items: center; justify-content: space-between; gap: .5rem; margin-top: .55rem; }
body.av-product-page .dynamic-bundle-item-copy small { color: var(--gray); font-size: .64rem; }
body.av-product-page .dynamic-bundle-item-copy > div a { color: var(--secondary) !important; font-size: .68rem; font-weight: 700; text-decoration: none !important; }
@media (max-width: 1100px) { body.av-product-page .dynamic-bundle-items { grid-template-columns: 1fr; } }
@media (max-width: 600px) {
  body.av-product-page .dynamic-bundle-heading { flex-direction: column; }
  body.av-product-page .dynamic-bundle-item { grid-template-columns: 86px minmax(0, 1fr); }
}

/* 2026-08-12 v2: explicit runtime layout state.
   Do not rely on :has() or the generic .dynamic-product-description rule from
   Quartz custom.css, which caps product descriptions at 920px. */
body[data-slug="assets/product"] .dynamic-product-overview.no-comparison,
body.av-product-page .dynamic-product-overview.no-comparison {
  grid-template-columns: minmax(0, 1fr) !important;
}

body[data-slug="assets/product"] .dynamic-product-overview.no-comparison > .dynamic-product-description,
body.av-product-page .dynamic-product-overview.no-comparison > .dynamic-product-description {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: none !important;
}

body[data-slug="assets/product"] .dynamic-product-overview.no-comparison .dynamic-product-description-copy,
body.av-product-page .dynamic-product-overview.no-comparison .dynamic-product-description-copy,
body[data-slug="assets/product"] .dynamic-product-overview.no-comparison .dynamic-product-description-copy > *,
body.av-product-page .dynamic-product-overview.no-comparison .dynamic-product-description-copy > * {
  width: 100% !important;
  max-width: none !important;
}

/* Exactly three visible methods: one full horizontal row on desktop.
   Two methods keep the existing 2-column layout and four remain 2x2. */
@media (min-width: 801px) {
  body[data-slug="assets/product"] .dynamic-payment-methods.dynamic-payment-methods--count-3,
  body.av-product-page .dynamic-payment-methods.dynamic-payment-methods--count-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

/* 2026-08-12 v3: definitive product overview/payment layout.
   Static product pages now load this file under a new filename, so these rules
   cannot be masked by an older CDN/browser cached product-page-v3.css. */
body.av-product-page .dynamic-product-overview:not(.has-comparison),
body[data-slug="assets/product"] .dynamic-product-overview:not(.has-comparison) {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
}

body.av-product-page .dynamic-product-overview:not(.has-comparison) .dynamic-product-description,
body[data-slug="assets/product"] .dynamic-product-overview:not(.has-comparison) .dynamic-product-description,
body.av-product-page .dynamic-product-overview:not(.has-comparison) .dynamic-product-description-copy,
body[data-slug="assets/product"] .dynamic-product-overview:not(.has-comparison) .dynamic-product-description-copy,
body.av-product-page .dynamic-product-overview:not(.has-comparison) .dynamic-product-description-copy.av-markdown,
body[data-slug="assets/product"] .dynamic-product-overview:not(.has-comparison) .dynamic-product-description-copy.av-markdown {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

body.av-product-page .dynamic-product-overview:not(.has-comparison) .dynamic-product-description-copy.av-markdown > *,
body[data-slug="assets/product"] .dynamic-product-overview:not(.has-comparison) .dynamic-product-description-copy.av-markdown > * {
  width: auto !important;
  max-width: none !important;
}

@media (min-width: 801px) {
  body.av-product-page .dynamic-payment-methods.dynamic-payment-methods--count-3,
  body[data-slug="assets/product"] .dynamic-payment-methods.dynamic-payment-methods--count-3 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
  }

  body.av-product-page .dynamic-payment-methods.dynamic-payment-methods--count-3 > span,
  body[data-slug="assets/product"] .dynamic-payment-methods.dynamic-payment-methods--count-3 > span {
    grid-column: auto !important;
    width: auto !important;
    min-width: 0 !important;
  }
}

/* 2026-08-12 v5: mobile payment layout.
   With exactly three visible methods, use the full row instead of leaving an
   empty fourth grid cell. Two methods retain the normal two-column layout and
   four methods retain the normal 2x2 layout. */
@media (max-width: 800px) {
  body.av-product-page .dynamic-payment-methods.dynamic-payment-methods--count-3,
  body[data-slug="assets/product"] .dynamic-payment-methods.dynamic-payment-methods--count-3 {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    gap: 0.45rem !important;
  }

  body.av-product-page .dynamic-payment-methods.dynamic-payment-methods--count-3 > span,
  body[data-slug="assets/product"] .dynamic-payment-methods.dynamic-payment-methods--count-3 > span {
    grid-column: auto !important;
    width: auto !important;
    min-width: 0 !important;
    min-height: 3.2rem !important;
    padding: 0.55rem 0.3rem !important;
    gap: 0.28rem !important;
    font-size: 0.66rem !important;
    line-height: 1.22 !important;
    white-space: normal !important;
    overflow-wrap: normal !important;
    word-break: normal !important;
  }

  body.av-product-page .dynamic-payment-methods.dynamic-payment-methods--count-3 > span > b,
  body[data-slug="assets/product"] .dynamic-payment-methods.dynamic-payment-methods--count-3 > span > b {
    flex: 0 0 auto !important;
  }
}

@media (max-width: 420px) {
  body.av-product-page .dynamic-payment-methods.dynamic-payment-methods--count-3,
  body[data-slug="assets/product"] .dynamic-payment-methods.dynamic-payment-methods--count-3 {
    gap: 0.35rem !important;
  }

  body.av-product-page .dynamic-payment-methods.dynamic-payment-methods--count-3 > span,
  body[data-slug="assets/product"] .dynamic-payment-methods.dynamic-payment-methods--count-3 > span {
    padding-inline: 0.22rem !important;
    font-size: 0.6rem !important;
    gap: 0.2rem !important;
  }
}

/* 2026-08-12 light-theme readability.
   Product pages were designed against the dark theme and several content-area
   text colors were hard-coded near white. Keep the dark theme untouched and
   only remap text that sits directly on the light page surface. */
:root:not([saved-theme="dark"]) body[data-slug="assets/product"] .dynamic-product-title,
:root:not([saved-theme="dark"]) body.av-product-page .dynamic-product-title {
  color: var(--dark) !important;
  text-shadow: none !important;
}

:root:not([saved-theme="dark"]) body[data-slug="assets/product"] .dynamic-product-breadcrumbs,
:root:not([saved-theme="dark"]) body.av-product-page .dynamic-product-breadcrumbs,
:root:not([saved-theme="dark"]) body[data-slug="assets/product"] .dynamic-product-subtitle,
:root:not([saved-theme="dark"]) body.av-product-page .dynamic-product-subtitle {
  color: var(--darkgray) !important;
}

:root:not([saved-theme="dark"]) body[data-slug="assets/product"] .dynamic-section-heading h2,
:root:not([saved-theme="dark"]) body.av-product-page .dynamic-section-heading h2,
:root:not([saved-theme="dark"]) body[data-slug="assets/product"] .dynamic-product-section > h2,
:root:not([saved-theme="dark"]) body.av-product-page .dynamic-product-section > h2,
:root:not([saved-theme="dark"]) body[data-slug="assets/product"] .dynamic-before-after-card h3,
:root:not([saved-theme="dark"]) body.av-product-page .dynamic-before-after-card h3 {
  color: var(--dark) !important;
}

:root:not([saved-theme="dark"]) body[data-slug="assets/product"] .dynamic-product-description-copy,
:root:not([saved-theme="dark"]) body.av-product-page .dynamic-product-description-copy,
:root:not([saved-theme="dark"]) body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown p,
:root:not([saved-theme="dark"]) body.av-product-page .dynamic-product-description-copy.av-markdown p,
:root:not([saved-theme="dark"]) body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown ul,
:root:not([saved-theme="dark"]) body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown ol,
:root:not([saved-theme="dark"]) body.av-product-page .dynamic-product-description-copy.av-markdown ul,
:root:not([saved-theme="dark"]) body.av-product-page .dynamic-product-description-copy.av-markdown ol,
:root:not([saved-theme="dark"]) body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown blockquote,
:root:not([saved-theme="dark"]) body.av-product-page .dynamic-product-description-copy.av-markdown blockquote {
  color: var(--darkgray) !important;
}

:root:not([saved-theme="dark"]) body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown h2,
:root:not([saved-theme="dark"]) body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown h3,
:root:not([saved-theme="dark"]) body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown h4,
:root:not([saved-theme="dark"]) body.av-product-page .dynamic-product-description-copy.av-markdown h2,
:root:not([saved-theme="dark"]) body.av-product-page .dynamic-product-description-copy.av-markdown h3,
:root:not([saved-theme="dark"]) body.av-product-page .dynamic-product-description-copy.av-markdown h4 {
  color: var(--dark) !important;
}

:root:not([saved-theme="dark"]) body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown li::marker,
:root:not([saved-theme="dark"]) body.av-product-page .dynamic-product-description-copy.av-markdown li::marker {
  color: var(--gray) !important;
}

:root:not([saved-theme="dark"]) body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown a,
:root:not([saved-theme="dark"]) body.av-product-page .dynamic-product-description-copy.av-markdown a {
  color: var(--secondary) !important;
  text-decoration-color: color-mix(in srgb, var(--secondary) 48%, transparent) !important;
}

:root:not([saved-theme="dark"]) body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown a:hover,
:root:not([saved-theme="dark"]) body.av-product-page .dynamic-product-description-copy.av-markdown a:hover {
  color: var(--tertiary) !important;
  text-decoration-color: currentColor !important;
}

:root:not([saved-theme="dark"]) body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown blockquote,
:root:not([saved-theme="dark"]) body.av-product-page .dynamic-product-description-copy.av-markdown blockquote {
  border-left-color: var(--lightgray) !important;
}

:root:not([saved-theme="dark"]) body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown :not(pre) > code,
:root:not([saved-theme="dark"]) body.av-product-page .dynamic-product-description-copy.av-markdown :not(pre) > code {
  border-color: var(--lightgray) !important;
  background: color-mix(in srgb, var(--lightgray) 48%, transparent) !important;
  color: var(--dark) !important;
}

:root:not([saved-theme="dark"]) body[data-slug="assets/product"] .dynamic-product-description-copy.av-markdown hr,
:root:not([saved-theme="dark"]) body.av-product-page .dynamic-product-description-copy.av-markdown hr {
  border-top-color: var(--lightgray) !important;
}

/* 2026-08-13 purchase layout refinement.
   Keep the checkout stack sticky on desktop while FAQ remains in normal flow. */
body[data-slug="assets/product"] .dynamic-product-info {
  position: static !important;
  top: auto !important;
  align-self: stretch !important;
}

body[data-slug="assets/product"] .dynamic-product-purchase-stack {
  display: grid !important;
  gap: 0.9rem !important;
  min-width: 0 !important;
}

@media (min-width: 1021px) {
  body[data-slug="assets/product"] .dynamic-product-purchase-stack {
    position: sticky !important;
    top: 1rem !important;
    align-self: start !important;
  }
}

@media (max-width: 1020px) {
  body[data-slug="assets/product"] .dynamic-product-purchase-stack {
    position: static !important;
    top: auto !important;
  }
}

/* Mobile purchase dock. It mirrors the selected license and disappears while
   the full purchase card is already visible, so it never competes with it. */
body[data-slug="assets/product"] .dynamic-mobile-buybar,
body[data-slug="assets/product"] .dynamic-mobile-buybar-backdrop,
body[data-slug="assets/product"] .dynamic-mobile-buybar-sheet {
  display: none !important;
}

@media (max-width: 800px) {
  body[data-slug="assets/product"] .dynamic-product-detail {
    padding-bottom: calc(5.4rem + env(safe-area-inset-bottom)) !important;
  }

  body[data-slug="assets/product"].av-mobile-buybar-open {
    overflow: hidden !important;
  }

  body[data-slug="assets/product"] .dynamic-mobile-buybar {
    position: fixed !important;
    z-index: 1200 !important;
    right: max(0.65rem, env(safe-area-inset-right)) !important;
    bottom: max(0.62rem, env(safe-area-inset-bottom)) !important;
    left: max(0.65rem, env(safe-area-inset-left)) !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: stretch !important;
    gap: 0.5rem !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    min-height: 3.85rem !important;
    margin: 0 !important;
    padding: 0.48rem !important;
    border: 1px solid rgba(226, 231, 237, 0.16) !important;
    border-radius: 14px !important;
    box-sizing: border-box !important;
    background: rgba(18, 20, 24, 0.94) !important;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.34) !important;
    -webkit-backdrop-filter: blur(22px) saturate(120%) !important;
    backdrop-filter: blur(22px) saturate(120%) !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: opacity 160ms ease, transform 160ms ease !important;
  }

  body[data-slug="assets/product"] .dynamic-mobile-buybar.is-near-purchase:not(.is-open) {
    pointer-events: none !important;
    opacity: 0 !important;
    transform: translateY(calc(100% + 1.25rem)) !important;
  }

  body[data-slug="assets/product"] .dynamic-mobile-buybar-summary {
    appearance: none !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 0.55rem !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0.45rem 0.62rem !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: rgba(232, 236, 242, 0.045) !important;
    color: #f2f5f8 !important;
    text-align: left !important;
    cursor: pointer !important;
  }

  body[data-slug="assets/product"] .dynamic-mobile-buybar-copy {
    display: grid !important;
    min-width: 0 !important;
    gap: 0.08rem !important;
  }

  body[data-slug="assets/product"] .dynamic-mobile-buybar-copy small {
    min-width: 0 !important;
    overflow: hidden !important;
    color: rgba(217, 224, 233, 0.67) !important;
    font-size: 0.68rem !important;
    font-weight: 650 !important;
    line-height: 1.2 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  body[data-slug="assets/product"] .dynamic-mobile-buybar-copy strong {
    color: #fff !important;
    font-size: 0.98rem !important;
    font-weight: 800 !important;
    line-height: 1.18 !important;
  }

  body[data-slug="assets/product"] .dynamic-mobile-buybar-chevron {
    color: rgba(228, 233, 240, 0.64) !important;
    font-size: 0.95rem !important;
    transition: transform 150ms ease !important;
  }

  body[data-slug="assets/product"] .dynamic-mobile-buybar.is-open .dynamic-mobile-buybar-chevron {
    transform: rotate(180deg) !important;
  }

  body[data-slug="assets/product"] .dynamic-mobile-buybar-action {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 5.4rem !important;
    min-height: 2.9rem !important;
    margin: 0 !important;
    padding: 0 0.9rem !important;
    border-radius: 10px !important;
    background: linear-gradient(110deg, var(--av-blue), var(--av-blue-2)) !important;
    color: #fff !important;
    font-size: 0.88rem !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    box-shadow: 0 10px 22px rgba(64, 83, 238, 0.28) !important;
  }

  body[data-slug="assets/product"] .dynamic-mobile-buybar-backdrop[hidden],
  body[data-slug="assets/product"] .dynamic-mobile-buybar-sheet[hidden] {
    display: none !important;
  }

  body[data-slug="assets/product"] .dynamic-mobile-buybar-backdrop:not([hidden]) {
    position: fixed !important;
    z-index: 1240 !important;
    inset: 0 !important;
    display: block !important;
    background: rgba(3, 5, 8, 0.58) !important;
    -webkit-backdrop-filter: blur(5px) !important;
    backdrop-filter: blur(5px) !important;
  }

  body[data-slug="assets/product"] .dynamic-mobile-buybar-sheet:not([hidden]) {
    position: fixed !important;
    z-index: 1250 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    display: grid !important;
    gap: 0.9rem !important;
    width: 100% !important;
    max-height: min(78dvh, 36rem) !important;
    margin: 0 !important;
    padding:
      1rem
      max(1rem, env(safe-area-inset-right))
      calc(1rem + env(safe-area-inset-bottom))
      max(1rem, env(safe-area-inset-left)) !important;
    border: 1px solid rgba(226, 231, 237, 0.16) !important;
    border-bottom: 0 !important;
    border-radius: 18px 18px 0 0 !important;
    box-sizing: border-box !important;
    overflow: auto !important;
    background: rgba(17, 19, 23, 0.985) !important;
    color: #eef2f6 !important;
    box-shadow: 0 -22px 60px rgba(0, 0, 0, 0.42) !important;
  }

  body[data-slug="assets/product"] .dynamic-mobile-buybar-sheet-head {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 1rem !important;
  }

  body[data-slug="assets/product"] .dynamic-mobile-buybar-sheet-head small {
    color: rgba(205, 214, 224, 0.56) !important;
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
  }

  body[data-slug="assets/product"] .dynamic-mobile-buybar-sheet-head h2 {
    margin: 0.14rem 0 0 !important;
    color: #fff !important;
    font-size: 1.18rem !important;
    line-height: 1.2 !important;
  }

  body[data-slug="assets/product"] .dynamic-mobile-buybar-sheet-head button {
    appearance: none !important;
    display: grid !important;
    place-items: center !important;
    width: 2.45rem !important;
    height: 2.45rem !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(226, 231, 237, 0.15) !important;
    border-radius: 999px !important;
    background: rgba(226, 231, 237, 0.055) !important;
    color: #eef2f6 !important;
    font-size: 1.35rem !important;
    line-height: 1 !important;
    cursor: pointer !important;
  }

  body[data-slug="assets/product"] .dynamic-mobile-buybar-options {
    display: grid !important;
    gap: 0.58rem !important;
  }

  body[data-slug="assets/product"] .dynamic-mobile-buybar-license {
    appearance: none !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 0.8rem !important;
    width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0.82rem 0.86rem !important;
    border: 1px solid rgba(226, 231, 237, 0.14) !important;
    border-radius: 11px !important;
    background: rgba(226, 231, 237, 0.035) !important;
    color: #edf2f7 !important;
    text-align: left !important;
    cursor: pointer !important;
  }

  body[data-slug="assets/product"] .dynamic-mobile-buybar-license.is-selected {
    border-color: rgba(95, 158, 255, 0.78) !important;
    background: linear-gradient(135deg, rgba(38, 70, 110, 0.42), rgba(22, 29, 41, 0.86)) !important;
    box-shadow: inset 0 0 0 1px rgba(91, 155, 255, 0.12) !important;
  }

  body[data-slug="assets/product"] .dynamic-mobile-buybar-license > span {
    display: grid !important;
    min-width: 0 !important;
    gap: 0.14rem !important;
  }

  body[data-slug="assets/product"] .dynamic-mobile-buybar-license strong {
    color: #f6f8fa !important;
    font-size: 0.86rem !important;
    line-height: 1.2 !important;
  }

  body[data-slug="assets/product"] .dynamic-mobile-buybar-license small {
    color: rgba(205, 214, 224, 0.6) !important;
    font-size: 0.67rem !important;
    line-height: 1.35 !important;
  }

  body[data-slug="assets/product"] .dynamic-mobile-buybar-license > b {
    color: #fff !important;
    font-size: 0.88rem !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
  }

  body[data-slug="assets/product"] .dynamic-mobile-buybar-sheet-checkout {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 3.15rem !important;
    margin: 0 !important;
    padding: 0 1rem !important;
    border-radius: 10px !important;
    background: linear-gradient(110deg, var(--av-blue), var(--av-blue-2)) !important;
    color: #fff !important;
    font-size: 0.9rem !important;
    font-weight: 800 !important;
    text-decoration: none !important;
    box-shadow: 0 12px 28px rgba(64, 83, 238, 0.28) !important;
  }
}

/* 2026-08-18 FAQ sidebar flow correction.
   When FAQ exists, keep the complete purchase sidebar in normal document flow.
   A sticky purchase stack and a scrolling FAQ are incompatible because the FAQ
   can travel underneath the sticky stack and become visible through its gaps. */
@media (min-width: 1021px) {
  body[data-slug="assets/product"] .dynamic-product-info:has(.dynamic-product-faq-panel) {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    align-self: start !important;
    gap: 0.9rem !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
  }

  body[data-slug="assets/product"] .dynamic-product-info:has(.dynamic-product-faq-panel) .dynamic-product-purchase-stack {
    position: static !important;
    top: auto !important;
    align-self: stretch !important;
    height: auto !important;
    min-height: 0 !important;
  }

  body[data-slug="assets/product"] .dynamic-product-info:has(.dynamic-product-faq-panel) .dynamic-product-faq-panel {
    position: static !important;
    display: block !important;
    flex: 0 0 auto !important;
    align-self: stretch !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
  }

  body[data-slug="assets/product"] .dynamic-product-info:has(.dynamic-product-faq-panel) .dynamic-product-faq-list,
  body[data-slug="assets/product"] .dynamic-product-info:has(.dynamic-product-faq-panel) .dynamic-product-faq-item,
  body[data-slug="assets/product"] .dynamic-product-info:has(.dynamic-product-faq-panel) .dynamic-product-faq-answer {
    max-height: none !important;
    overflow: visible !important;
  }
}


/* Stable first-paint state for dynamic product pages.
   Product CSS is loaded from <head>; this skeleton is shown only while the
   fresh product + storefront currency requests are in flight. */
body[data-slug="assets/product"] .dynamic-product-loading-shell {
  width: min(100%, 1460px) !important;
  max-width: 1460px !important;
  margin: 0 auto !important;
  padding-top: 0.3rem !important;
}

body[data-slug="assets/product"] .dynamic-product-loading-heading,
body[data-slug="assets/product"] .dynamic-product-loading-subheading,
body[data-slug="assets/product"] .dynamic-product-loading-media,
body[data-slug="assets/product"] .dynamic-product-loading-panel {
  position: relative !important;
  overflow: hidden !important;
  border: 1px solid rgba(145, 164, 188, 0.14) !important;
  background: rgba(145, 164, 188, 0.08) !important;
}

body[data-slug="assets/product"] .dynamic-product-loading-heading {
  width: min(440px, 58vw) !important;
  height: 2.8rem !important;
  border-radius: 8px !important;
}

body[data-slug="assets/product"] .dynamic-product-loading-subheading {
  width: min(720px, 78vw) !important;
  height: 1rem !important;
  margin-top: 0.8rem !important;
  border-radius: 999px !important;
}

body[data-slug="assets/product"] .dynamic-product-loading-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 430px) !important;
  gap: clamp(1.35rem, 2.4vw, 2.4rem) !important;
  align-items: start !important;
  margin-top: 1.25rem !important;
}

body[data-slug="assets/product"] .dynamic-product-loading-media {
  width: 100% !important;
  aspect-ratio: 16 / 9 !important;
  border-radius: 13px !important;
}

body[data-slug="assets/product"] .dynamic-product-loading-panel {
  min-height: 22rem !important;
  border-radius: 13px !important;
}

body[data-slug="assets/product"] .dynamic-product-loading-heading::after,
body[data-slug="assets/product"] .dynamic-product-loading-subheading::after,
body[data-slug="assets/product"] .dynamic-product-loading-media::after,
body[data-slug="assets/product"] .dynamic-product-loading-panel::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  transform: translateX(-100%) !important;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.055), transparent) !important;
  animation: av-product-loading-shimmer 1.25s ease-in-out infinite !important;
}

@keyframes av-product-loading-shimmer {
  to { transform: translateX(100%); }
}

@media (max-width: 900px) {
  body[data-slug="assets/product"] .dynamic-product-loading-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body[data-slug="assets/product"] .dynamic-product-loading-panel {
    min-height: 12rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body[data-slug="assets/product"] .dynamic-product-loading-heading::after,
  body[data-slug="assets/product"] .dynamic-product-loading-subheading::after,
  body[data-slug="assets/product"] .dynamic-product-loading-media::after,
  body[data-slug="assets/product"] .dynamic-product-loading-panel::after {
    animation: none !important;
  }
}
