/* FiveM Tebex product page — dark dossier and inspection-bay interface. */
body.ft-product-shell {
  --ft-bg: #06080c;
  --ft-bg-2: #090d13;
  --ft-panel: #0d131b;
  --ft-panel-2: #121a24;
  --ft-line: rgba(195, 220, 236, .14);
  --ft-line-hot: rgba(199, 255, 61, .55);
  --ft-text: #f2f6f8;
  --ft-dim: #a2adb7;
  --ft-mute: #697580;
  --ft-signal: #c7ff3d;
  --ft-cyan: #c7ff3d;
  --ft-orange: #c7ff3d;
  --accent: #c7ff3d;
  --accent-strong: #c7ff3d;
  --accent-line: rgba(199, 255, 61, .42);
  --accent-soft: rgba(199, 255, 61, .08);
  --fg: #f2f6f8;
  --fg-dim: #a2adb7;
  --fg-mute: #697580;
  --fg-ghost: #3d4851;
  --bg: #06080c;
  --bg-raised: #0d131b;
  --bg-elev: #121a24;
  --line: rgba(195, 220, 236, .14);
  margin: 0;
  overflow-x: hidden;
  background: var(--ft-bg);
  color: var(--ft-text);
}

.ft-product-shell::selection { background: var(--ft-signal); color: #080b05; }
.ft-product-shell .container { max-width: 1460px; }
.ft-product-shell .nav {
  border-color: var(--ft-line);
  background: rgba(6, 8, 12, .88);
  box-shadow: 0 1px 0 rgba(255,255,255,.02);
}
.ft-product-shell .nav::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 36%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--ft-signal));
}
.ft-product-shell .nav .logo-word-img { filter: brightness(0) invert(1); }
.ft-product-shell .nav-link { color: #8f9ba5; }
.ft-product-shell .nav-link:hover,
.ft-product-shell .nav-link.active {
  background: rgba(255,255,255,.055);
  color: var(--ft-text);
  box-shadow: inset 0 0 0 1px var(--ft-line);
}
.ft-product-shell .nav-link.active::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--ft-signal);
  box-shadow: 0 0 12px var(--ft-signal);
}
.ft-product-shell .nav .btn-accent { border-color: var(--ft-signal); background: var(--ft-signal); color: #080b05; box-shadow: none; }
.ft-product-shell .nav-cart-badge { background: #090c11; color: var(--ft-signal); }
.ft-product-shell .nav .btn-ghost { border-color: var(--ft-line); background: var(--ft-panel); color: var(--ft-text); }
.ft-product-shell .nav-panel { border-color: var(--ft-line); background: #090d13; color: var(--ft-text); }

.ft-product { min-height: 80vh; background: var(--ft-bg); color: var(--ft-text); }
.ft-product a { text-decoration: none; }
.ft-product h1,
.ft-product h2,
.ft-product h3,
.ft-product p,
.ft-product dl { margin-top: 0; }
.ft-product .stars { display: inline-flex; align-items: center; gap: 1px; }
.ft-product .stars svg.on { color: var(--ft-signal); }
.ft-product .stars svg.off { color: var(--fg-ghost); }

/* Product identity dossier — intentionally separate from all media. */
.ft-product-dossier {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--ft-line);
  background:
    radial-gradient(circle at 81% 15%, rgba(199,255,61,.1), transparent 27%),
    radial-gradient(circle at 10% 96%, rgba(199,255,61,.07), transparent 29%),
    linear-gradient(145deg, #05070a, #080d13 60%, #0a1118);
}
.ft-product-dossier::after {
  content: "DOSSIER";
  position: absolute;
  right: -1vw;
  bottom: -7vw;
  color: rgba(255,255,255,.017);
  font-family: var(--font-mono);
  font-size: clamp(130px, 21vw, 340px);
  font-weight: 800;
  letter-spacing: -.1em;
  line-height: 1;
  pointer-events: none;
}
.ft-product-grid-field {
  position: absolute;
  inset: 0;
  opacity: .32;
  background-image:
    linear-gradient(rgba(139,166,181,.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(139,166,181,.075) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
  pointer-events: none;
}
.ft-product-dossier > .container { position: relative; z-index: 1; padding-top: 22px; }
.breadcrumb-nav { overflow: hidden; margin-bottom: clamp(48px, 6vw, 82px); }
.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 9px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #5f6c76;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: .11em;
  text-transform: uppercase;
  white-space: nowrap;
}
.breadcrumb-list li { min-width: 0; }
.breadcrumb-list a { color: #7e8b95; }
.breadcrumb-list a:hover { color: var(--ft-signal); }
.breadcrumb-list .current { overflow: hidden; color: #59656e; text-overflow: ellipsis; }
.breadcrumb-list .sep { color: #39444d; }

.ft-dossier-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(380px, .65fr);
  gap: clamp(56px, 8vw, 130px);
  align-items: end;
  padding-bottom: clamp(62px, 7vw, 94px);
}
.ft-dossier-status {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 22px;
  color: #687680;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: .13em;
}
.ft-dossier-status i { width: 5px; height: 5px; border-radius: 50%; background: var(--ft-signal); box-shadow: 0 0 10px var(--ft-signal); }
.ft-product-badges { display: flex; flex-wrap: wrap; gap: 6px; min-height: 25px; margin-bottom: 18px; }
.ft-product-shell .chip { border-radius: 0; }
.ft-product-shell .chip-new,
.ft-product-shell .chip-accent { border-color: var(--ft-signal); background: var(--ft-signal); color: #090c06; }
.ft-product-shell .chip-sale { border-color: var(--ft-orange); background: var(--ft-orange); color: #080b05; }
.ft-dossier-identity .pd-title {
  max-width: 900px;
  margin: 0;
  color: var(--ft-text);
  font-family: var(--font-display, var(--font-sans));
  font-size: clamp(46px, 5.8vw, 84px);
  font-weight: 700;
  letter-spacing: -.07em;
  line-height: 1.02;
  overflow-wrap: anywhere;
  text-wrap: balance;
}
.ft-dossier-identity .pd-title em { color: var(--ft-signal); font-style: normal; }
.ft-dossier-identity .pd-tagline {
  max-width: 760px;
  margin: 27px 0 0;
  color: var(--ft-dim);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.65;
}

.ft-dossier-readout { border: 1px solid var(--ft-line); background: rgba(7,11,16,.84); box-shadow: 20px 20px 0 rgba(0,0,0,.16); backdrop-filter: blur(15px); }
.ft-dossier-readout__head,
.ft-acquire-head,
.ft-media-bay__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 42px;
  padding: 0 15px;
  border-bottom: 1px solid var(--ft-line);
  color: #6d7a84;
  font-family: var(--font-mono);
  font-size: 8px;
  letter-spacing: .13em;
}
.ft-dossier-readout__head b,
.ft-acquire-head b { display: flex; align-items: center; gap: 7px; color: var(--ft-signal); font-size: 8px; font-weight: 500; }
.ft-dossier-readout__head b i,
.ft-acquire-head b i { width: 6px; height: 6px; border-radius: 50%; background: var(--ft-signal); box-shadow: 0 0 10px var(--ft-signal); }
.ft-creator-signal { display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; gap: 12px; align-items: center; padding: 14px 15px; border-bottom: 1px solid var(--ft-line); color: var(--ft-text); }
.ft-creator-signal:hover { background: rgba(255,255,255,.035); }
.ft-creator-signal__mark { display: grid; width: 42px; height: 42px; place-items: center; overflow: hidden; border: 1px solid var(--ft-line); background: #111923; color: var(--ft-signal); font-family: var(--font-mono); }
.ft-creator-signal__mark img { width: 100%; height: 100%; object-fit: contain; }
.ft-creator-signal small { display: block; margin-bottom: 3px; color: #5f6c76; font-family: var(--font-mono); font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
.ft-creator-signal strong { display: block; overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.ft-creator-signal > b { color: var(--ft-cyan); font-size: 13px; }
.ft-dossier-readout dl { margin: 0; padding: 7px 15px; }
.ft-dossier-readout dl > div { display: grid; grid-template-columns: 118px minmax(0, 1fr); gap: 18px; align-items: center; min-height: 46px; border-bottom: 1px solid rgba(195,220,236,.09); }
.ft-dossier-readout dl > div:last-child { border-bottom: 0; }
.ft-dossier-readout dt { color: #59666f; font-family: var(--font-mono); font-size: 7px; letter-spacing: .11em; text-transform: uppercase; }
.ft-dossier-readout dd { overflow: hidden; margin: 0; color: #d3dce1; font-size: 11px; font-weight: 700; text-align: right; text-overflow: ellipsis; white-space: nowrap; }
.ft-dossier-readout .ft-dossier-price { display: flex; justify-content: flex-end; gap: 9px; align-items: baseline; color: var(--ft-signal); font-family: var(--font-mono); font-size: 17px; }
.ft-dossier-price s { color: #59656e; font-size: 10px; font-weight: 400; }
.ft-dossier-routes { display: flex; flex-wrap: wrap; border-top: 1px solid var(--ft-line); border-left: 1px solid var(--ft-line); }
.ft-dossier-routes a { display: inline-flex; align-items: center; gap: 10px; min-height: 45px; padding: 0 16px; border-right: 1px solid var(--ft-line); background: rgba(6,9,13,.68); color: #8f9ba4; font-size: 11px; }
.ft-dossier-routes a span { color: #4f5c65; font-family: var(--font-mono); font-size: 7px; }
.ft-dossier-routes a:hover { background: var(--ft-signal); color: #080b05; }
.ft-dossier-routes a:hover span { color: #4e641b; }

/* Visual inspection bay */
.ft-product-inspection { padding: clamp(76px, 8vw, 118px) 0; border-bottom: 1px solid var(--ft-line); background: #080c11; }
.pd-wrap { padding-top: 0; padding-bottom: 0; }
.ft-inspection-head,
.ft-record-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 530px);
  gap: 60px;
  align-items: end;
  margin-bottom: 37px;
}
.ft-inspection-head span,
.ft-record-heading span,
.ft-related-head > div > span,
.ft-deployment-grid > div:first-child > span { color: var(--ft-signal); font-family: var(--font-mono); font-size: 8px; letter-spacing: .14em; }
.ft-inspection-head h2,
.ft-record-heading h2,
.ft-related-head h2,
.ft-deployment-grid h2 { margin: 10px 0 0; color: var(--ft-text); font-size: clamp(38px, 5vw, 68px); letter-spacing: -.055em; line-height: .98; }
.ft-inspection-head > p,
.ft-record-heading > p { margin-bottom: 0; color: #89969f; font-size: 13px; line-height: 1.72; }
.pd-grid { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 26px; align-items: start; margin-bottom: 0; }

.ft-media-bay { display: grid; grid-template-columns: 1fr; min-width: 0; border: 1px solid var(--ft-line); background: #060a0f; }
.ft-media-bay:has(.pd-gallery-thumbs) { grid-template-columns: 105px minmax(0, 1fr); }
.ft-media-bay__head { grid-column: 1 / -1; }
.ft-media-bay__head b { color: #71808a; font-size: 8px; font-weight: 500; }
.pd-gallery-main { position: relative; grid-column: 1 / -1; aspect-ratio: 16 / 10; overflow: hidden; background: #0c1219; }
.ft-media-bay:has(.pd-gallery-thumbs) .pd-gallery-main { grid-column: 2; grid-row: 2; border-left: 1px solid var(--ft-line); }
.pd-gallery-slide { position: absolute; inset: 0; display: none; }
.pd-gallery-slide.active { display: block; }
.pd-gallery-slide img,
.pd-gallery-slide video { display: block; width: 100%; height: 100%; object-fit: cover; }
.pd-gallery-slide img { filter: saturate(.85) contrast(1.04); }
.pd-gallery-slide .plyr { position: absolute; inset: 0; width: 100%; height: 100%; --plyr-color-main: var(--ft-signal); --plyr-video-background: #0c1219; --plyr-badge-background: var(--ft-signal); --plyr-range-thumb-background: var(--ft-signal); --plyr-control-radius: 0; }
.pd-gallery-slide .plyr__video-wrapper,
.pd-gallery-slide .plyr video { position: absolute; inset: 0; width: 100%; height: 100%; }
.pd-gallery-slide .plyr video { object-fit: cover; }
.pd-gallery-slide .plyr__poster { background-size: cover; }
.pd-gallery-thumbs { grid-column: 1; grid-row: 2; display: flex; max-height: 100%; flex-direction: column; gap: 1px; overflow-y: auto; margin: 0; padding: 0; background: var(--ft-line); scrollbar-color: var(--ft-signal) #080c11; scrollbar-width: thin; }
.pd-thumb { position: relative; flex: 0 0 69px; width: 100%; overflow: hidden; border: 0; border-radius: 0; background: #111923; cursor: pointer; opacity: .48; }
.pd-thumb::after { content: ""; position: absolute; inset: 0; border: 1px solid transparent; pointer-events: none; }
.pd-thumb.active { opacity: 1; box-shadow: none; }
.pd-thumb.active::after { border-color: var(--ft-signal); box-shadow: inset 4px 0 0 var(--ft-signal); }
.pd-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }
.pd-video-thumb-badge { position: absolute; inset: 0; display: grid; place-items: center; background: rgba(0,0,0,.38); }
.pd-video-thumb-badge::after { content: "▶"; color: var(--ft-signal); font-size: 16px; }
.pd-gallery-slide[data-kind="image"] { cursor: zoom-in; }
.pd-gallery-expand { position: absolute; top: 13px; right: 13px; z-index: 4; display: grid; width: 40px; height: 40px; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.18); border-radius: 0; background: rgba(5,8,12,.72); color: #fff; cursor: pointer; opacity: 0; transition: opacity .18s, background .15s, border-color .15s; backdrop-filter: blur(8px); }
.pd-gallery-main:hover .pd-gallery-expand,
.pd-gallery-expand:focus-visible { opacity: 1; }
.pd-gallery-expand:hover { border-color: var(--ft-signal); background: var(--ft-signal); color: #080b05; }
.ft-media-empty { display: grid; width: 100%; height: 100%; place-items: center; color: var(--ft-mute); }
.ft-media-empty .mono { font-size: 9px; letter-spacing: .18em; text-transform: uppercase; }

/* Fullscreen gallery */
.pd-lightbox { width: 100%; height: 100%; max-width: 100vw; max-height: 100vh; margin: auto; overflow: hidden; border: 0; padding: 0; background: transparent; }
.pd-lightbox::backdrop { background: rgba(0,0,0,.91); backdrop-filter: blur(5px); }
.pd-lb-stage { position: absolute; inset: 0; display: grid; place-items: center; padding: 6vh 7vw; }
.pd-lb-stage img,
.pd-lb-stage video { max-width: 86vw; max-height: 86vh; border: 1px solid rgba(255,255,255,.12); border-radius: 0; background: #000; object-fit: contain; box-shadow: 0 24px 80px rgba(0,0,0,.55); }
.pd-lb-stage img { cursor: zoom-in; transition: transform .15s ease; will-change: transform; }
.pd-lb-stage img.zoomed { cursor: zoom-out; transform: scale(2.2); }
.pd-lb-btn { position: absolute; z-index: 5; display: grid; place-items: center; padding: 0; border: 1px solid rgba(255,255,255,.16); border-radius: 0; background: rgba(10,14,19,.82); color: #fff; cursor: pointer; transition: background .15s, border-color .15s, transform .08s; }
.pd-lb-btn:hover { border-color: var(--ft-signal); background: var(--ft-signal); color: #080b05; }
.pd-lb-close { top: 18px; right: 18px; width: 44px; height: 44px; font-size: 26px; }
.pd-lb-prev,
.pd-lb-next { top: 50%; width: 52px; height: 52px; font-size: 30px; transform: translateY(-50%); }
.pd-lb-prev { left: 18px; }
.pd-lb-next { right: 18px; }
.pd-lb-prev:active,
.pd-lb-next:active { transform: translateY(-50%) scale(.92); }
.pd-lb-close:active { transform: scale(.92); }
.pd-lb-counter { position: absolute; bottom: 18px; left: 50%; z-index: 5; padding: 7px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 0; background: rgba(10,14,19,.82); color: rgba(255,255,255,.82); font-family: var(--font-mono); font-size: 10px; letter-spacing: .08em; transform: translateX(-50%); }

/* Acquisition terminal */
.pd-buy-panel { position: sticky; top: 92px; overflow: hidden; padding: 0; border: 1px solid var(--ft-line); border-radius: 0; background: #090e14; box-shadow: none; }
.ft-acquire-context { padding: 15px; border-bottom: 1px solid var(--ft-line); }
.ft-acquire-context span { display: block; margin-bottom: 5px; color: #59666f; font-family: var(--font-mono); font-size: 7px; letter-spacing: .11em; text-transform: uppercase; }
.ft-acquire-context strong { display: block; overflow: hidden; color: #dfe6e9; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.pd-buy { display: flex; flex-direction: column; padding: 20px; }
.price-row { display: flex; flex-wrap: wrap; gap: 11px; align-items: baseline; margin: 0 0 19px; padding-bottom: 18px; border-bottom: 1px solid var(--ft-line); }
.price-was-big { color: #59656e; font-family: var(--font-mono); font-size: 12px; text-decoration: line-through; }
.price-big { color: var(--ft-signal); font-family: var(--font-mono); font-size: 38px; font-weight: 700; letter-spacing: -.05em; line-height: 1; }
.save-chip { margin-left: auto; font-family: var(--font-mono); font-size: 8px; letter-spacing: .06em; text-transform: uppercase; }
.ft-feature-label { margin-bottom: 9px; color: #5d6a74; font-family: var(--font-mono); font-size: 7px; letter-spacing: .13em; }
.pd-feat-list { max-height: 208px; overflow-y: auto; margin: 0 0 19px; padding: 0; list-style: none; scrollbar-color: var(--ft-signal) #080c11; scrollbar-width: thin; }
.pd-feat-list li { display: flex; gap: 9px; align-items: flex-start; padding: 6px 0; color: #9aa6af; font-size: 11.5px; line-height: 1.5; }
.pd-feat-list li::before { content: "+"; flex: 0 0 auto; color: var(--ft-signal); font-family: var(--font-mono); }
.pd-buy-actions { display: grid; grid-template-columns: 1fr; gap: 7px; }
.pd-buy-actions .btn { width: 100%; min-height: 48px; justify-content: center; border-radius: 0; font-size: 12px; box-shadow: none; }
.pd-buy-actions .btn-accent { border-color: var(--ft-signal); background: var(--ft-signal); color: #070a05; }
.pd-buy-actions .btn-ghost { border-color: var(--ft-line); background: #111923; color: #c4cdd2; }
.pd-buy-actions .btn:hover { transform: none; box-shadow: none; }
.pd-trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 15px; border-top: 1px solid var(--ft-line); border-left: 1px solid var(--ft-line); background: var(--ft-line); }
.pd-trust-item { display: flex; gap: 7px; align-items: center; min-height: 40px; padding: 8px; border-right: 1px solid var(--ft-line); border-bottom: 1px solid var(--ft-line); background: #090e14; color: #77848e; font-size: 8px; line-height: 1.35; }
.pd-trust-item > span:first-child { color: var(--ft-signal); }
.ft-buyer-signal { display: grid; grid-template-columns: auto auto 1fr; gap: 9px; align-items: center; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--ft-line); }
.ft-buyer-signal strong { color: var(--ft-text); font-family: var(--font-mono); font-size: 10px; }
.ft-buyer-signal small { color: #64717b; font-size: 8px; text-align: right; }

.pd-bundle-upsell { order: 2; position: relative; overflow: hidden; margin: 21px -20px -20px; padding: 20px; border: 0; border-top: 1px solid rgba(199,255,61,.28); border-radius: 0; background: linear-gradient(155deg, #101b25, #0a1118 68%); box-shadow: none; }
.pd-bundle-upsell::before { content: "KIT"; position: absolute; right: -10px; bottom: -33px; color: rgba(255,255,255,.025); font-family: var(--font-mono); font-size: 110px; font-weight: 700; pointer-events: none; }
.pd-bundle-upsell > * { position: relative; z-index: 1; }
.pd-bundle-eyebrow { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 12px; color: var(--ft-cyan); font-family: var(--font-mono); font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
.pd-bundle-art { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(2, 1fr); gap: 1px; aspect-ratio: 16 / 7; margin-bottom: 15px; overflow: hidden; border: 1px solid var(--ft-line); border-radius: 0; background: #0b121a; }
.pd-bundle-art-cell { position: relative; overflow: hidden; background: #0e161f; }
.pd-bundle-art-cell img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) brightness(.62); }
.pd-bundle-title { margin-bottom: 7px; color: var(--ft-text); font-size: 22px; letter-spacing: -.035em; line-height: 1.05; text-wrap: balance; }
.pd-bundle-copy { margin-bottom: 13px; color: #8e9aa3; font-size: 11.5px; line-height: 1.55; }
.pd-bundle-items { display: flex; flex-direction: column; gap: 6px; margin: 0 0 14px; padding: 0; list-style: none; }
.pd-bundle-items li { display: flex; gap: 10px; justify-content: space-between; color: #84919a; font-size: 10px; }
.pd-bundle-items li::before { content: "+"; flex: 0 0 auto; color: var(--ft-cyan); font-family: var(--font-mono); }
.pd-bundle-items span:first-child { flex: 1; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pd-bundle-price-row { display: flex; flex-wrap: wrap; gap: 9px; align-items: baseline; margin-bottom: 11px; }
.pd-bundle-price { color: var(--ft-cyan); font-family: var(--font-mono); font-size: 26px; }
.pd-bundle-was { color: #5d6973; font-family: var(--font-mono); font-size: 10px; text-decoration: line-through; }
.pd-bundle-save { margin-left: auto; padding: 4px 7px; border: 1px solid rgba(199,255,61,.35); border-radius: 0; background: rgba(199,255,61,.06); color: var(--ft-cyan); font-family: var(--font-mono); font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }
.pd-bundle-add { width: 100%; justify-content: center; border-color: rgba(199,255,61,.35) !important; border-radius: 0 !important; background: rgba(199,255,61,.07) !important; color: var(--ft-cyan) !important; }
.pd-bundle-compare { margin-top: 10px; text-align: center; }
.pd-bundle-compare a { color: #687680; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.pd-bundle-compare a:hover { color: var(--ft-cyan); }

/* Product record */
.ft-product-record { padding: clamp(88px, 9vw, 136px) 0; border-bottom: 1px solid var(--ft-line); background: var(--ft-bg); }
.ft-record-heading { margin-bottom: 41px; }
.tabs { display: flex; gap: 1px; margin: 0 0 34px; border: 1px solid var(--ft-line); background: var(--ft-line); }
.tab { display: flex; justify-content: space-between; gap: 28px; min-width: 210px; margin: 0; padding: 15px 17px; border: 0; background: #090e14; color: #65727c; font-family: var(--font-mono); font-size: 8px; letter-spacing: .11em; text-transform: uppercase; cursor: pointer; }
.tab > span { color: #4d5962; }
.tab:hover { color: var(--ft-text); }
.tab.active { border: 0; background: var(--ft-signal); color: #080b05; }
.tab.active > span { color: #4a6119; }
.tab-panel { display: none; }
.tab-panel.active { display: block; }
.ft-record-layout { display: grid; grid-template-columns: 250px minmax(0, 800px); gap: clamp(45px, 7vw, 105px); align-items: start; }
.ft-record-index { position: sticky; top: 92px; border: 1px solid var(--ft-line); background: #090e14; }
.ft-record-index > span { display: block; padding: 14px; border-bottom: 1px solid var(--ft-line); color: #62707a; font-family: var(--font-mono); font-size: 7px; letter-spacing: .12em; }
.ft-record-index ol { margin: 0; padding: 8px 14px; list-style: none; }
.ft-record-index li { display: grid; grid-template-columns: 25px 1fr; gap: 7px; align-items: center; min-height: 39px; border-bottom: 1px solid rgba(195,220,236,.08); color: #8c98a1; font-size: 10px; }
.ft-record-index li:last-child { border-bottom: 0; }
.ft-record-index li b { color: var(--ft-signal); font-family: var(--font-mono); font-size: 7px; }
.ft-record-index p { margin: 0; padding: 14px; border-top: 1px solid var(--ft-line); color: #5f6c75; font-size: 9px; line-height: 1.55; }
.product-md-body { max-width: 800px; color: #aab4bb; font-size: 15px; line-height: 1.82; }
.product-md-body > *:first-child { margin-top: 0; }
.product-md-body h1,
.product-md-body h2,
.product-md-body h3 { margin: 39px 0 14px; color: var(--ft-text); font-family: var(--font-display, var(--font-sans)); letter-spacing: -.035em; line-height: 1.12; }
.product-md-body h1 { font-size: 36px; }
.product-md-body h2 { padding-top: 22px; border-top: 1px solid var(--ft-line); font-size: 29px; }
.product-md-body h3 { font-size: 21px; }
.product-md-body p { margin-bottom: 17px; }
.product-md-body a { color: var(--ft-cyan); text-decoration: underline; text-decoration-color: rgba(199,255,61,.35); text-underline-offset: 3px; }
.product-md-body ul,
.product-md-body ol { margin: 12px 0 19px; padding-left: 22px; }
.product-md-body li { margin-bottom: 7px; }
.product-md-body blockquote { margin: 22px 0; padding: 17px 20px; border-left: 3px solid var(--ft-signal); background: #0b1118; color: #bbc4ca; }
.product-md-body img { max-width: 100%; border: 1px solid var(--ft-line); }
.product-md-body code { padding: 2px 5px; border: 1px solid var(--ft-line); border-radius: 0; background: #0d151d; color: var(--ft-cyan); font-size: .92em; }
.product-md-body pre,
.snippet-block pre { overflow-x: auto; margin: 20px 0; padding: 16px 18px; border: 1px solid var(--ft-line); border-radius: 0; background: #080d13; color: #b9c4ca; font-size: 12px; }
.product-md-body table { width: 100%; margin: 22px 0; border-collapse: collapse; font-size: 12px; }
.product-md-body th,
.product-md-body td { padding: 10px; border: 1px solid var(--ft-line); text-align: left; }
.product-md-body th { background: #0d141c; color: var(--ft-text); }
.snippet-block { position: relative; margin: 14px 0; }
.snippet-copy { position: absolute; top: 8px; right: 8px; padding: 5px 9px; border: 1px solid var(--ft-line); border-radius: 0; background: #111923; color: #8d99a2; font-family: var(--font-mono); font-size: 8px; cursor: pointer; }
.snippet-copy:hover { border-color: var(--ft-signal); color: var(--ft-signal); }
.spec-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 18px 0; border: 1px solid var(--ft-line); background: var(--ft-line); }
.spec { padding: 14px; border: 0; border-radius: 0; background: #0b1118; }
.spec-label { margin-bottom: 5px; color: #5e6b75; font-family: var(--font-mono); font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
.spec-val { color: #b8c2c8; font-size: 12px; }
.dep-list { padding-left: 22px; }
.dep-list a { color: var(--ft-cyan); }

/* Reviews and feedback transmission */
.reviews-head { display: grid; grid-template-columns: 210px minmax(0, 540px); gap: 45px; align-items: start; margin-bottom: 28px; padding: 27px; border: 1px solid var(--ft-line); background: #090e14; }
.rating-big { color: var(--ft-signal); font-family: var(--font-mono); font-size: 62px; font-weight: 700; letter-spacing: -.07em; line-height: 1; }
.ft-rating-stars { margin-top: 9px; }
.ft-rating-count { margin-top: 7px; color: #65727c; font-size: 9px; }
.rating-bar { display: flex; gap: 10px; align-items: center; min-height: 27px; color: #6d7a84; font-size: 9px; }
.rating-bar .bar { flex: 1; height: 4px; overflow: hidden; border-radius: 0; background: #18212b; }
.rating-bar .bar-fill { height: 100%; background: var(--ft-signal); }
.ft-rating-number { width: 25px; }
.ft-rating-percent { width: 34px; text-align: right; }
.ft-reviews-empty { padding: 42px 20px; border: 1px dashed var(--ft-line); color: #697680; font-size: 13px; text-align: center; }
.ft-reviews-empty a { color: var(--ft-signal); }
.review-item { padding: 23px 0; border-bottom: 1px solid var(--ft-line); }
.review-head { display: flex; gap: 12px; align-items: center; margin-bottom: 12px; }
.review-av { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid var(--ft-line); border-radius: 0; background: #0d151e; color: var(--ft-signal); font-family: var(--font-mono); }
.ft-review-name { color: var(--ft-text); font-size: 13px; font-weight: 600; }
.ft-review-verified { margin-left: 7px; padding: 2px 5px; font-size: 7px; }
.ft-review-meta { margin-top: 2px; color: #63707a; font-size: 8px; }
.ft-review-stars { margin-left: auto; }
.ft-review-body { max-width: 760px; margin: 0 0 0 50px; color: #9ca8b0; font-size: 13px; line-height: 1.7; }
.rv-form { margin-top: 45px; padding: 0; border: 1px solid var(--ft-line); border-radius: 0; background: #090e14; }
.ft-review-form-head { padding: 24px; border-bottom: 1px solid var(--ft-line); }
.ft-review-form-head > span { color: var(--ft-signal); font-family: var(--font-mono); font-size: 7px; letter-spacing: .13em; }
.ft-review-form-head h3 { margin: 8px 0 8px; color: var(--ft-text); font-size: 27px; letter-spacing: -.035em; }
.ft-review-form-head p { max-width: 650px; margin-bottom: 0; color: #75828c; font-size: 11px; line-height: 1.6; }
.rv-form > form { padding: 24px; }
.rv-form .grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 14px; }
.ft-form-field { margin-bottom: 14px; }
.rv-form label { display: block; margin-bottom: 7px; color: #697680; font-family: var(--font-mono); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.rv-form input,
.rv-form textarea { width: 100%; padding: 11px 12px; border: 1px solid var(--ft-line); border-radius: 0; outline: 0; background: #070b10; color: var(--ft-text); font-size: 13px; }
.rv-form input:focus,
.rv-form textarea:focus { border-color: var(--ft-line-hot); }
.rv-form textarea { min-height: 130px; resize: vertical; }
.rv-stars-input { display: inline-flex; gap: 4px; }
.rv-stars-input button { padding: 0; border: 0; background: none; color: var(--ft-mute); cursor: pointer; }
.rv-stars-input button.on { color: var(--ft-signal); }
.ft-form-hint { margin-top: 5px; color: #59666f; font-size: 8px; }
.ft-turnstile { margin: 5px 0 13px; }
.ft-review-submit { display: flex; justify-content: flex-end; }
.ft-review-submit .btn { border-radius: 0; background: var(--ft-signal); color: #080b05; box-shadow: none; }
.rv-error,
.rv-success { margin-bottom: 13px; padding: 11px 13px; border-radius: 0; font-size: 11px; }
.rv-form .rv-error { border: 1px solid rgba(255,100,100,.42); background: rgba(255,100,100,.07); color: #ff9b9b; }
.rv-form .rv-success { border: 1px solid var(--ft-line-hot); background: rgba(199,255,61,.06); color: var(--ft-signal); }

/* Related resource feed */
.ft-related-zone { padding: clamp(84px, 9vw, 132px) 0; border-bottom: 1px solid var(--ft-line); background: #080c11; }
.ft-related-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.ft-related-head h2 { max-width: 790px; }
.ft-related-head > a { color: #78858e; font-family: var(--font-mono); font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.ft-related-head > a:hover { color: var(--ft-signal); }
.tbx-carousel { position: relative; }
.related-carousel { display: flex; gap: 1px; overflow-x: auto; padding: 0 0 12px; background: var(--ft-line); scroll-snap-type: x proximity; scrollbar-color: var(--ft-signal) #080c11; scrollbar-width: thin; cursor: grab; }
.related-carousel.is-dragging { cursor: grabbing; scroll-snap-type: none; scroll-behavior: auto; }
.related-carousel.is-dragging * { pointer-events: none; }
.related-carousel > .product-card-minimal { flex: 0 0 310px; border: 0; border-radius: 0; background: #0b1118; box-shadow: none; scroll-snap-align: start; user-select: none; }
.related-carousel .product-card-media { aspect-ratio: 16 / 10; border: 0; border-bottom: 1px solid var(--ft-line); background: #111923; }
.related-carousel .product-img { filter: saturate(.76); }
.related-carousel .product-card-body { padding: 18px; }
.related-carousel .product-card-title { color: var(--ft-text); font-size: 15px; line-height: 1.42; overflow-wrap: anywhere; }
.related-carousel .product-card-now { color: var(--ft-signal); font-family: var(--font-mono); font-size: 11px; }
.related-carousel .product-card-was { color: #5d6973; }
.related-carousel .product-card-tagline { color: #88959e; font-size: 11px; }
.related-carousel .framework-chip { border-color: var(--ft-line); border-radius: 0; background: rgba(255,255,255,.025); color: #8f9ca5; }
.related-carousel .product-card-foot { border-color: var(--ft-line); color: #59656e; font-size: 7px; }
.related-carousel .product-card-actions { border-color: var(--ft-line); background: #070b10; }
.related-carousel .product-card-add { border: 0; border-radius: 0; background: var(--ft-signal); color: #080b05; box-shadow: none; }
.related-carousel .product-card-details { color: #9aa6af; }
.tbx-carousel::before,
.tbx-carousel::after { content: ""; position: absolute; top: 0; bottom: 12px; z-index: 2; width: 70px; opacity: 0; pointer-events: none; transition: opacity .2s; }
.tbx-carousel::before { left: 0; background: linear-gradient(90deg, #080c11 10%, transparent); }
.tbx-carousel::after { right: 0; background: linear-gradient(270deg, #080c11 10%, transparent); }
.tbx-carousel.can-prev::before,
.tbx-carousel.can-next::after { opacity: 1; }
.tbx-carousel-nav { position: absolute; top: 50%; z-index: 3; display: grid; width: 42px; height: 42px; place-items: center; padding: 0; border: 1px solid var(--ft-line); border-radius: 0; background: #0d151e; color: var(--ft-text); cursor: pointer; opacity: 0; pointer-events: none; transform: translateY(-50%); }
.tbx-carousel-nav:hover { border-color: var(--ft-signal); background: var(--ft-signal); color: #080b05; }
.tbx-carousel-nav-prev { left: -6px; }
.tbx-carousel-nav-next { right: -6px; }
.tbx-carousel.can-prev .tbx-carousel-nav-prev,
.tbx-carousel.can-next .tbx-carousel-nav-next { opacity: 1; pointer-events: auto; }

/* Theme-local testimonial treatment */
.ft-product-shell .tm-section { margin: 0; padding: clamp(82px, 9vw, 130px) 0; border-bottom: 1px solid var(--ft-line); background: #0a0e14; }
.ft-product-shell .tm-section .eyebrow { color: var(--ft-signal); font-family: var(--font-mono); font-size: 8px; letter-spacing: .14em; }
.ft-product-shell .tm-section .section-title { color: var(--ft-text); font-size: clamp(36px, 5vw, 64px); letter-spacing: -.05em; }
.ft-product-shell .tm-rail { gap: 1px; padding: 0; border: 1px solid var(--ft-line); background: var(--ft-line); scrollbar-color: var(--ft-signal) #080b10; }
.ft-product-shell .tm-card { flex-basis: 370px; gap: 18px; padding: 28px; border: 0; border-radius: 0; background: #0c121a; }
.ft-product-shell .tm-body { color: #a7b2ba; }
.ft-product-shell .tm-name { color: var(--ft-text); }
.ft-product-shell .tm-av { border-color: var(--ft-line); border-radius: 0; background: #111923; color: var(--ft-signal); }
.ft-product-shell .tm-prod { color: var(--ft-cyan); }

/* Deployment notes */
.ft-deployment-notes { padding: clamp(86px, 10vw, 145px) 0; background: var(--ft-signal); color: #080b05; }
.ft-deployment-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(420px, 1.2fr); gap: clamp(60px, 10vw, 160px); align-items: start; }
.ft-deployment-grid > div:first-child > span { color: #435419; }
.ft-deployment-grid h2 { color: #080b05; }
.ft-deployment-copy p { color: #2e3819; font-size: 14px; line-height: 1.78; }
.ft-deployment-copy p strong { color: #080b05; }
.ft-deployment-copy > div { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(8,11,5,.2); color: #354217; font-family: var(--font-mono); font-size: 7px; letter-spacing: .09em; }
.ft-deployment-copy i { width: 4px; height: 4px; background: #080b05; transform: rotate(45deg); }

.ft-product-shell .footer { margin-top: 0; border-color: var(--ft-line); background: #05070a; color: #e9eef0; }
.ft-product-shell .footer-title { color: #d8dfe3; }
.ft-product-shell .footer-brand p,
.ft-product-shell .footer-list a { color: #7f8b94; }
.ft-product-shell .footer-bottom { border-color: var(--ft-line); color: #59656e; }

.mobile-buy-bar { display: none; }

@media (hover: none) {
  .pd-gallery-expand { opacity: 1; }
  .tbx-carousel-nav { display: none; }
}

@media (max-width: 1120px) {
  .ft-dossier-layout { grid-template-columns: minmax(0, 1.1fr) minmax(350px, .9fr); gap: 55px; }
  .pd-grid { grid-template-columns: minmax(0, 1fr) 350px; }
  .ft-media-bay:has(.pd-gallery-thumbs) { grid-template-columns: 88px minmax(0, 1fr); }
  .pd-thumb { flex-basis: 59px; }
}

@media (max-width: 920px) {
  .ft-dossier-layout { grid-template-columns: 1fr; align-items: start; }
  .ft-dossier-readout { max-width: 680px; box-shadow: 13px 13px 0 rgba(0,0,0,.16); }
  .pd-grid { grid-template-columns: 1fr; }
  .pd-buy-panel { position: static; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
  .ft-acquire-head,
  .ft-acquire-context { grid-column: 1 / -1; }
  .pd-buy { grid-column: 1 / -1; }
  .pd-feat-list { max-height: none; }
  .ft-record-layout { grid-template-columns: 210px minmax(0, 1fr); gap: 40px; }
}

@media (max-width: 760px) {
  .ft-product-shell .nav-inner { min-height: 64px; }
  .breadcrumb-nav { margin-bottom: 45px; }
  .ft-dossier-identity .pd-title { font-size: clamp(43px, 10vw, 64px); }
  .ft-dossier-routes { display: grid; grid-template-columns: 1fr 1fr; }
  .ft-dossier-routes a { width: 100%; }
  .ft-inspection-head,
  .ft-record-heading { grid-template-columns: 1fr; gap: 20px; }
  .ft-record-layout { grid-template-columns: 1fr; }
  .ft-record-index { position: static; }
  .tabs { width: 100%; }
  .tab { flex: 1; min-width: 0; }
  .reviews-head { grid-template-columns: 1fr; gap: 25px; }
  .ft-related-head { display: grid; align-items: start; }
  .ft-deployment-grid { grid-template-columns: 1fr; gap: 38px; }
  .mobile-buy-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 14px;
    border-top: 1px solid var(--ft-line-hot);
    background: rgba(6,8,12,.94);
    backdrop-filter: blur(14px);
  }
  .mobile-buy-bar > div { min-width: 0; }
  .mobile-buy-bar strong { display: block; color: var(--ft-signal); font-family: var(--font-mono); font-size: 15px; }
  .mobile-buy-bar span { display: block; overflow: hidden; color: #78858e; font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
  .mobile-buy-bar .btn { flex: 0 0 auto; border-radius: 0; background: var(--ft-signal); color: #080b05; box-shadow: none; }
}

@media (max-width: 620px) {
  .ft-product-dossier > .container { padding-top: 17px; }
  .breadcrumb-list { font-size: 7px; }
  .ft-dossier-status { align-items: flex-start; flex-wrap: wrap; }
  .ft-dossier-identity .pd-title { font-size: 42px; line-height: 1.06; }
  .ft-dossier-identity .pd-tagline { font-size: 15px; }
  .ft-dossier-readout dl > div { grid-template-columns: 102px minmax(0, 1fr); }
  .ft-dossier-routes { grid-template-columns: 1fr; }
  .ft-product-inspection { padding-top: 65px; }
  .ft-media-bay:has(.pd-gallery-thumbs) { grid-template-columns: 1fr; }
  .ft-media-bay:has(.pd-gallery-thumbs) .pd-gallery-main { grid-column: 1; grid-row: 2; border-left: 0; }
  .pd-gallery-thumbs { grid-column: 1; grid-row: 3; max-height: none; flex-direction: row; overflow-x: auto; overflow-y: hidden; }
  .pd-thumb { flex: 0 0 88px; width: 88px; aspect-ratio: 16 / 10; }
  .pd-thumb.active::after { box-shadow: inset 0 -4px 0 var(--ft-signal); }
  .pd-lb-prev,
  .pd-lb-next { width: 42px; height: 42px; font-size: 26px; }
  .pd-lb-close { width: 40px; height: 40px; }
  .pd-lb-stage img.zoomed { transform: scale(2); }
  .pd-buy { padding: 16px; }
  .pd-bundle-upsell { margin-right: -16px; margin-bottom: -16px; margin-left: -16px; }
  .pd-trust-grid { grid-template-columns: 1fr; }
  .tabs { display: grid; grid-template-columns: 1fr; }
  .tab { width: 100%; }
  .product-md-body { font-size: 14px; }
  .spec-grid,
  .rv-form .grid-2 { grid-template-columns: 1fr; }
  .review-head { align-items: flex-start; }
  .ft-review-stars { margin-left: 0; }
  .ft-review-body { margin-left: 0; }
  .rv-form > form,
  .ft-review-form-head { padding: 18px; }
  .related-carousel > .product-card-minimal { flex-basis: 82%; }
  .ft-deployment-grid h2 { font-size: 43px; }
  .ft-deployment-copy > div i { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .pd-lb-stage img { transition: none; }
  .pd-gallery-expand { transition: none; }
}
