
/* ================================================================
   KITOTECH Products Page V2
   ================================================================ */

:root {
  --pv2-red: #e1141c;
  --pv2-red-dark: #bc1017;
  --pv2-ink: #07111f;
  --pv2-ink-2: #101928;
  --pv2-text: #101828;
  --pv2-muted: #667085;
  --pv2-line: #e7ebf1;
  --pv2-soft: #f6f8fb;
}

.pv2-page { background: #f7f9fc; color: var(--pv2-text); }
.pv2-container { width: min(1280px, calc(100% - 48px)); margin: 0 auto; }

.pv2-hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: #050b14;
  color: #fff;
}
.pv2-hero-bg {
  position: absolute;
  inset: 0;
  background: url("assets/products-hero-dark.webp?v=20260701v2") center/cover no-repeat;
  transform: scale(1.01);
}
.pv2-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(3,8,15,.96) 0%, rgba(3,8,15,.86) 31%, rgba(3,8,15,.34) 63%, rgba(3,8,15,.16) 100%),
    radial-gradient(circle at 82% 58%, rgba(225,20,28,.18), transparent 26%);
}
.pv2-hero-inner {
  position: relative;
  z-index: 2;
  padding: 82px 0 30px;
  display: grid;
  gap: 28px;
}
.pv2-kicker {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: var(--pv2-red);
  color: #fff;
  font: 800 10px/1 Inter, Arial, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.pv2-hero h1 {
  max-width: 560px;
  margin: 14px 0 16px;
  font: 900 clamp(38px, 5.2vw, 62px)/1.04 Barlow, Inter, Arial, sans-serif;
  letter-spacing: 0;
}
.pv2-mobile-break { display: none; }
.pv2-hero p {
  max-width: 570px;
  margin: 0;
  color: rgba(255,255,255,.78);
  font: 500 16px/1.7 Inter, Arial, sans-serif;
}
.pv2-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.pv2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  border-radius: 10px;
  border: 1px solid transparent;
  text-decoration: none;
  font: 800 12px/1 Inter, Arial, sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
}
.pv2-btn-primary { background: var(--pv2-red); color: #fff; }
.pv2-btn-primary:hover { background: var(--pv2-red-dark); }
.pv2-btn-ghost { background: rgba(255,255,255,.08); color: #fff; border-color: rgba(255,255,255,.18); }
.pv2-btn-ghost:hover { background: rgba(255,255,255,.14); }

.pv2-trust {
  width: min(650px, 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 12px;
  background: rgba(4,10,20,.52);
  backdrop-filter: blur(12px);
  overflow: hidden;
}
.pv2-trust-item {
  min-width: 0;
  padding: 16px 14px;
  border-right: 1px solid rgba(255,255,255,.1);
  display: grid;
  gap: 6px;
}
.pv2-trust-item:last-child { border-right: 0; }
.pv2-trust-icon { color: var(--pv2-red); font: 900 16px/1 Inter, Arial, sans-serif; }
.pv2-trust-title { color: #fff; font: 800 11px/1.2 Inter, Arial, sans-serif; }
.pv2-trust-sub { color: rgba(255,255,255,.52); font: 500 10px/1.35 Inter, Arial, sans-serif; }

.pv2-body { padding: 30px 0 28px; }
.pv2-light-band {
  margin: -8px 0 28px;
  min-height: 170px;
  border: 1px solid var(--pv2-line);
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  background: #fff;
  box-shadow: 0 12px 34px rgba(16,24,40,.045);
}
.pv2-light-band-bg {
  position: absolute;
  inset: 0;
  background: url("assets/products-hero-light.webp?v=20260701v2") right center/cover no-repeat;
}
.pv2-light-band::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.9) 42%, rgba(255,255,255,.18) 100%);
}
.pv2-light-band-copy {
  position: relative;
  z-index: 2;
  max-width: 480px;
  padding: 30px 34px;
}
.pv2-light-band-copy span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--pv2-red);
  font: 900 10px/1 Inter, Arial, sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pv2-light-band-copy h2 {
  margin: 0 0 8px;
  color: var(--pv2-text);
  font: 900 clamp(24px, 3vw, 34px)/1.08 Barlow, Inter, Arial, sans-serif;
}
.pv2-light-band-copy p {
  margin: 0;
  color: var(--pv2-muted);
  font: 600 13px/1.55 Inter, Arial, sans-serif;
}
.pv2-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}
.pv2-sidebar { display: grid; gap: 14px; position: sticky; top: 126px; }
.pv2-panel {
  border: 1px solid var(--pv2-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 32px rgba(16,24,40,.045);
  overflow: hidden;
}
.pv2-panel-title {
  padding: 16px 16px 12px;
  font: 800 12px/1.1 Inter, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.pv2-cat-list { padding: 4px 10px 12px; display: grid; gap: 2px; }
.pv2-cat-link {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 9px;
  padding: 10px 8px;
  border-radius: 10px;
  color: #253044;
  text-decoration: none;
  font: 650 13px/1.25 Inter, Arial, sans-serif;
}
.pv2-cat-link:hover { background: #f6f8fb; }
.pv2-cat-link.is-on { background: #fff1f2; color: var(--pv2-red); }
.pv2-cat-icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: #f3f5f8;
  color: #4b5565;
  font: 900 11px/1 Inter, Arial, sans-serif;
}
.pv2-cat-link.is-on .pv2-cat-icon { background: #ffe2e4; color: var(--pv2-red); }
.pv2-count {
  min-width: 24px;
  height: 20px;
  padding: 0 7px;
  border-radius: 999px;
  background: #f1f4f8;
  color: #667085;
  text-align: center;
  font: 800 10px/20px Inter, Arial, sans-serif;
}
.pv2-cat-link.is-on .pv2-count { background: #ffd9dd; color: var(--pv2-red); }

.pv2-filter-group { border-top: 1px solid #f0f2f5; }
.pv2-filter-toggle {
  width: 100%;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0;
  background: #fff;
  color: var(--pv2-text);
  cursor: pointer;
  font: 800 12px/1 Inter, Arial, sans-serif;
}
.pv2-filter-options { padding: 0 16px 14px; display: grid; gap: 9px; }
.pv2-check { display: flex; align-items: center; gap: 8px; color: #596579; font: 600 12px/1.2 Inter, Arial, sans-serif; }
.pv2-check input { accent-color: var(--pv2-red); }

.pv2-mobile-filter { display: none; margin-bottom: 16px; }
.pv2-filter-drawer-close { display: none; }
.pv2-filter-backdrop { display: none; }

.pv2-main { min-width: 0; }
.pv2-breadcrumb {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #8a94a6;
  font: 700 11px/1 Inter, Arial, sans-serif;
  margin: 0 0 16px;
}
.pv2-breadcrumb a { color: #8a94a6; text-decoration: none; }
.pv2-page-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}
.pv2-page-head h2 {
  margin: 0 0 7px;
  color: var(--pv2-text);
  font: 800 28px/1.14 Inter, Arial, sans-serif;
}
.pv2-page-head p {
  margin: 0;
  color: var(--pv2-muted);
  font: 500 13px/1.4 Inter, Arial, sans-serif;
}
.pv2-toolbar { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.pv2-search {
  width: min(360px, 100%);
  min-height: 42px;
  display: grid;
  grid-template-columns: 18px 1fr auto;
  align-items: center;
  gap: 9px;
  padding: 0 12px;
  border: 1px solid var(--pv2-line);
  border-radius: 12px;
  background: #fff;
}
.pv2-search input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font: 600 13px/1 Inter, Arial, sans-serif;
  color: var(--pv2-text);
}
.pv2-search button {
  border: 0;
  background: transparent;
  color: #98a2b3;
  cursor: pointer;
}
.pv2-sort, .pv2-view-btn {
  min-height: 42px;
  border: 1px solid var(--pv2-line);
  border-radius: 10px;
  background: #fff;
  color: #344054;
  font: 800 12px/1 Inter, Arial, sans-serif;
}
.pv2-sort { padding: 0 12px; }
.pv2-view-btn { width: 42px; cursor: pointer; }
.pv2-view-btn.is-on { color: var(--pv2-red); border-color: rgba(225,20,28,.25); background: #fff5f5; }

.pv2-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.pv2-grid.is-list { grid-template-columns: 1fr; }
.pv2-card {
  position: relative;
  border: 1px solid var(--pv2-line);
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 12px 30px rgba(16,24,40,.045);
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.pv2-card:hover { transform: translateY(-3px); box-shadow: 0 18px 42px rgba(16,24,40,.1); border-color: #d8dee8; }
.pv2-img-wrap {
  position: relative;
  aspect-ratio: 1 / .82;
  background: linear-gradient(180deg, #fff, #f5f7fa);
  display: grid;
  place-items: center;
}
.pv2-card-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 22px;
  transition: transform .25s;
}
.pv2-card:hover .pv2-card-img { transform: scale(1.045); }
.pv2-img-ph {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #c2cad6;
  font: 900 34px/1 Inter, Arial, sans-serif;
}
.pv2-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 6px 8px;
  border-radius: 7px;
  background: var(--pv2-red);
  color: #fff;
  font: 900 9px/1 Inter, Arial, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pv2-fav {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.88);
  color: #667085;
  font: 900 14px/1 Arial, sans-serif;
}
.pv2-card-body { padding: 16px 16px 15px; display: grid; gap: 8px; }
.pv2-card-cat { color: var(--pv2-red); font: 800 10px/1.05 Inter, Arial, sans-serif; letter-spacing: .06em; text-transform: uppercase; }
.pv2-card-name { min-height: 42px; color: #111827; font: 800 16px/1.34 Inter, Arial, sans-serif; }
.pv2-card-code { color: #8a94a6; font: 700 11px/1 JetBrains Mono, Consolas, monospace; text-transform: uppercase; }
.pv2-specs { display: flex; flex-wrap: wrap; gap: 6px 10px; min-height: 28px; padding: 0; margin: 2px 0 8px; list-style: none; }
.pv2-specs li { color: #5f6b7c; font: 700 11px/1.2 Inter, Arial, sans-serif; }
.pv2-card-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid #f0f2f5;
}
.pv2-compare { color: #4b5565; font: 800 11px/1 Inter, Arial, sans-serif; }
.pv2-details { color: var(--pv2-red); font: 900 11px/1 Inter, Arial, sans-serif; }
.pv2-grid.is-list .pv2-card { display: grid; grid-template-columns: 220px 1fr; }
.pv2-grid.is-list .pv2-img-wrap { aspect-ratio: auto; min-height: 190px; }
.pv2-grid.is-list .pv2-card-name { min-height: 0; }

.pv2-empty {
  padding: 46px;
  border: 1px dashed #cfd6e2;
  border-radius: 14px;
  background: #fff;
  text-align: center;
  color: var(--pv2-muted);
}
.pv2-empty h3 { margin: 0 0 8px; color: var(--pv2-text); font: 800 22px/1.16 Inter, Arial, sans-serif; }

.pv2-ai-banner {
  margin: 34px 0 0;
  min-height: 280px;
  border: 1px solid var(--pv2-line);
  border-radius: 18px;
  overflow: hidden;
  background: #fff;
  position: relative;
  box-shadow: 0 18px 50px rgba(16,24,40,.06);
}
.pv2-ai-bg { position: absolute; inset: 0; background: url("assets/products-ai-assistant.webp?v=20260701v2") center/cover no-repeat; }
.pv2-ai-content { position: relative; z-index: 2; max-width: 440px; padding: 44px 42px; }
.pv2-ai-content h3 { margin: 0 0 12px; color: #0b1020; font: 800 clamp(26px, 3vw, 40px)/1.14 Inter, Arial, sans-serif; }
.pv2-ai-content p { margin: 0 0 22px; color: #596579; font: 600 15px/1.6 Inter, Arial, sans-serif; }
.pv2-ai-content .pv2-btn-primary { width: fit-content; }

.pv2-benefits { padding: 0 0 40px; }
.pv2-benefits-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  border: 1px solid var(--pv2-line);
  border-radius: 16px;
  background: #fff;
  padding: 12px;
  box-shadow: 0 12px 34px rgba(16,24,40,.045);
}
.pv2-benefit { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; padding: 12px; }
.pv2-benefit-ico { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; background: #f5f7fb; color: var(--pv2-red); font: 900 15px/1 Inter, Arial, sans-serif; }
.pv2-benefit strong { display: block; color: #1f2937; font: 900 13px/1.2 Inter, Arial, sans-serif; }
.pv2-benefit span { display: block; color: #667085; font: 600 11px/1.35 Inter, Arial, sans-serif; margin-top: 3px; }

@media (max-width: 1120px) {
  .pv2-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pv2-layout { grid-template-columns: 230px minmax(0, 1fr); gap: 24px; }
}

@media (max-width: 991px) {
  .pv2-hero {
    position: relative;
    --pv2-mobile-hero-media: clamp(230px, 42vw, 300px);
    min-height: auto;
    display: grid;
    gap: 10px;
    padding: 24px;
    background: #050b14;
  }
  .pv2-hero .pv2-container { width: 100%; }
  .pv2-hero-bg {
    position: relative;
    inset: auto;
    width: 100%;
    height: var(--pv2-mobile-hero-media);
    border-radius: 0;
    background-size: cover;
    background-position: 74% center;
    box-shadow: none;
    transform: none;
    opacity: 1;
    z-index: 0;
  }
  .pv2-hero-shade { display: none; }
  .pv2-hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: calc(var(--pv2-mobile-hero-media) * -1);
    padding: 0;
    gap: 10px;
  }
  .pv2-hero-inner > div:first-child {
    min-height: var(--pv2-mobile-hero-media);
    padding: 22px 0 0;
    text-align: left;
    display: grid;
    justify-items: start;
    align-content: start;
  }
  .pv2-kicker { margin: 0; }
  .pv2-hero h1 {
    max-width: 390px;
    margin: 12px 0 10px;
    font-size: 28px;
    line-height: 1.12;
  }
  .pv2-mobile-break { display: block; }
  .pv2-hero p {
    max-width: 370px;
    font-size: 12px;
    line-height: 1.45;
  }
  .pv2-hero-actions {
    width: min(430px, 100%);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
  }
  .pv2-btn {
    width: 100%;
    min-height: 38px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 10px;
  }
  .pv2-trust {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    border: 0;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    overflow: visible;
  }
  .pv2-trust-item,
  .pv2-trust-item:last-child,
  .pv2-trust-item:nth-child(2),
  .pv2-trust-item:nth-child(-n+2) {
    border: 1px solid rgba(255,255,255,.1);
  }
  .pv2-trust-item {
    min-height: auto;
    padding: 7px 8px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
}

@media (max-width: 820px) {
  .pv2-container { width: min(100% - 32px, 1280px); }
  .pv2-light-band { min-height: 260px; }
  .pv2-light-band-bg { background-position: center bottom; opacity: .5; }
  .pv2-light-band::after { background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.86) 54%, rgba(255,255,255,.44) 100%); }
  .pv2-light-band-copy { padding: 24px; }
  .pv2-layout { display: block; }
  .pv2-mobile-filter { display: flex; gap: 10px; align-items: center; justify-content: space-between; }
  .pv2-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 10020;
    width: min(320px, 86vw);
    padding: 14px;
    background: #f7f9fc;
    overflow-y: auto;
    transform: translateX(-105%);
    transition: transform .25s;
  }
  .pv2-sidebar.is-open { transform: translateX(0); }
  .pv2-filter-drawer-close {
    display: flex;
    min-height: 42px;
    align-items: center;
    justify-content: space-between;
    border: 0;
    border-radius: 12px;
    background: #111827;
    color: #fff;
    padding: 0 14px;
    font: 900 13px/1 Inter, Arial, sans-serif;
  }
  .pv2-filter-backdrop { display: block; position: fixed; inset: 0; z-index: 10010; background: rgba(2,6,23,.56); opacity: 0; pointer-events: none; transition: opacity .2s; }
  .pv2-filter-backdrop.is-open { opacity: 1; pointer-events: auto; }
  .pv2-page-head { align-items: start; flex-direction: column; }
  .pv2-toolbar { width: 100%; }
  .pv2-search { width: 100%; }
  .pv2-grid { grid-template-columns: 1fr; }
  .pv2-grid.is-list .pv2-card { display: block; }
  .pv2-ai-banner { min-height: 430px; }
  .pv2-ai-bg { background-position: center bottom; opacity: .7; }
  .pv2-ai-content { padding: 28px 24px; }
  .pv2-benefits-inner { grid-template-columns: 1fr; }
}

@media (max-width: 520px) {
  .pv2-hero {
    --pv2-mobile-hero-media: 230px;
    padding: 18px 24px 22px;
  }
  .pv2-hero-bg {
    height: var(--pv2-mobile-hero-media);
    border-radius: 0;
    background-position: 74% center;
  }
  .pv2-hero-inner { gap: 8px; }
  .pv2-hero-inner > div:first-child {
    min-height: var(--pv2-mobile-hero-media);
    padding-top: 18px;
  }
  .pv2-kicker { padding: 6px 9px; font-size: 9px; letter-spacing: .08em; }
  .pv2-hero h1 {
    margin: 10px 0 8px;
    max-width: 210px;
    font-size: 22px;
    line-height: 1.08;
  }
  .pv2-hero p { max-width: 230px; font-size: 10px; line-height: 1.35; }
  .pv2-hero-actions { margin-top: 14px; gap: 8px; }
  .pv2-btn {
    min-height: 38px;
    padding: 0 8px;
    font-size: 9px;
  }
  .pv2-trust { margin-top: 2px; }
  .pv2-trust-item { padding: 6px 8px; }
  .pv2-trust-icon { font-size: 13px; }
  .pv2-trust-title { font-size: 9px; }
  .pv2-trust-sub { display: none; }
}


/* ================================================================
   PRODUCT DETAIL PAGE (.pd-*)
================================================================ */
.pd-breadcrumb { background:#f8f9fb;border-bottom:1px solid #e4e7ec;padding:14px 0;font:500 11px/1 'Inter',sans-serif;letter-spacing:.06em;text-transform:uppercase; }
.pd-breadcrumb a { color:#667085;text-decoration:none; }
.pd-breadcrumb a:hover { color:#e1141c; }
.pd-bread-sep { margin:0 8px;color:#98a2b3; }
.pd-bread-current { color:#101828;font-weight:600; }
.pd-loading,.pd-error { padding:120px 0;text-align:center;min-height:50vh;display:flex;align-items:center;justify-content:center;flex-direction:column; }
.pd-loading-spinner { animation:pdSpin 2s linear infinite;margin-bottom:16px; }
.pd-loading-spinner svg { color:#e1141c; }
@keyframes pdSpin { from{transform:rotate(0)}to{transform:rotate(360deg)} }
.pd-loading p { font:400 14px/1 'JetBrains Mono',monospace;color:#667085; }
.pd-error svg { color:#e1141c;margin-bottom:16px; }
.pd-error h2 { font:700 28px/1.1 'Barlow',sans-serif;margin:0 0 12px; }
.pd-error p  { font:400 14px/1.6 'Inter',sans-serif;color:#667085;margin:0 0 28px; }
.pd-section { padding:48px 0 64px;background:#fff; }
.pd-layout  { display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start; }
.pd-gallery { position:sticky;top:100px; }
.pd-main-img { position:relative;aspect-ratio:4/3;background:#fff;border:1px solid #e4e7ec;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:38px;margin-bottom:12px; }
.pd-main-img img { width:100%;height:100%;object-fit:contain;display:block;transition:opacity .3s; }
.pd-image-count { position:absolute;right:14px;bottom:14px;padding:7px 10px;background:#101828;color:#fff;font:700 10px/1 'JetBrains Mono',monospace;letter-spacing:.08em; }
.pd-image-note { margin:0 0 14px;color:#98a2b3;font:400 10px/1.4 'Inter',sans-serif; }
.pd-thumbs { display:flex;gap:8px;overflow-x:auto;padding-bottom:4px; }
.pd-thumb { width:64px;height:64px;flex-shrink:0;border:2px solid #e4e7ec;padding:5px;cursor:pointer;background:#fff;overflow:hidden;transition:border-color .2s; }
.pd-thumb.active { border-color:#e1141c; }
.pd-thumb img { width:100%;height:100%;object-fit:contain;display:block; }
.pd-code { font:500 12px/1 'JetBrains Mono',monospace;color:#667085;letter-spacing:.08em;margin-bottom:8px; }
.pd-title { font:700 clamp(24px,2.5vw,34px)/1.1 'Barlow',sans-serif;letter-spacing:-.02em;color:#101828;margin:0 0 14px; }
.pd-cat-badge { display:inline-flex;align-items:center;padding:4px 10px;background:rgba(225,20,28,.08);color:#e1141c;font:600 10px/1 'Inter',sans-serif;text-transform:uppercase;letter-spacing:.12em;border-radius:4px;margin-bottom:20px; }
.pd-desc { font:400 14px/1.7 'Inter',sans-serif;color:#667085;margin:0 0 24px;max-width:520px; }
.pd-sect-label { font:600 10px/1 'Inter',sans-serif;text-transform:uppercase;letter-spacing:.14em;color:#667085;margin-bottom:10px; }
.pd-colour-list { display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px; }
.pd-colour-btn { display:flex;align-items:center;gap:8px;padding:8px 14px;border:1px solid #e4e7ec;background:#fff;cursor:pointer;border-radius:8px;transition:all .2s; }
.pd-colour-btn.active,.pd-colour-btn:hover { border-color:#e1141c;background:rgba(225,20,28,.06); }
.pd-colour-swatch { width:18px;height:18px;border-radius:50%;border:1.5px solid rgba(0,0,0,.15);flex-shrink:0; }
.pd-colour-name { font:500 12px/1 'Inter',sans-serif;color:#101828; }
.pd-specs-mini { display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:28px; }
.pd-specs-mini-item { display:flex;align-items:center;gap:8px;font:400 12px/1.3 'Inter',sans-serif;color:#667085; }
.pd-specs-mini-item svg { color:#e1141c;flex-shrink:0; }
.pd-tech-icons { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin:0 0 28px; }
.pd-tech-icon { min-width:0;padding:12px 8px;border:1px solid #e4e7ec;background:#f8fafc;text-align:center; }
.pd-tech-icon span { width:38px;height:38px;margin:0 auto 8px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#e1141c; }
.pd-tech-icon small { display:block;color:#475467;font:600 9px/1.3 'Inter',sans-serif;overflow-wrap:anywhere; }
.btn-ghost-light { display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 18px;border:1px solid #d0d5dd;background:#fff;color:#344054;text-decoration:none;font:700 11px/1 'Inter',sans-serif;text-transform:uppercase;letter-spacing:.06em; }
.pd-cta-group { display:flex;gap:12px;flex-wrap:wrap; }
.pd-features-section { padding:80px 0;background:#f8f9fb; }
.pd-features-grid { display:grid;grid-template-columns:repeat(3,1fr);gap:16px; }
.pd-feature-item { display:flex;align-items:center;gap:14px;padding:20px 24px;background:#fff;border:1px solid #e4e7ec;font:500 13px/1.4 'Inter',sans-serif;color:#101828;transition:box-shadow .2s,transform .2s; }
.pd-feature-item:hover { box-shadow:0 4px 16px rgba(0,0,0,.06);transform:translateY(-2px); }
.pd-feature-icon { width:36px;height:36px;background:rgba(225,20,28,.08);color:#e1141c;display:grid;place-items:center;flex-shrink:0; }
.pd-tabs-nav-section { position:sticky;top:72px;z-index:8;background:#fff;border-top:1px solid #e4e7ec;border-bottom:1px solid #e4e7ec;box-shadow:0 6px 16px rgba(0,0,0,.04); }
.pd-tabs-nav { display:flex;justify-content:center;gap:56px; }
.pd-tabs-nav button { position:relative;border:0;background:transparent;padding:20px 4px 18px;color:#667085;font:600 13px/1 'Inter',sans-serif;cursor:pointer; }
.pd-tabs-nav button::after { content:'';position:absolute;left:0;right:0;bottom:0;height:3px;background:transparent; }
.pd-tabs-nav button.active { color:#101828; }
.pd-tabs-nav button.active::after { background:#e1141c; }
.pd-tab-empty { width:100%;max-width:740px;margin:0 auto;padding:28px;border:1px dashed #e4e7ec;background:#f8fafc;color:#667085;text-align:center;font:500 13px/1.6 'Inter',sans-serif; }
.pd-specs-section { padding:80px 0;background:#fff; }
.pd-specs-table-wrap { max-width:740px;margin:0 auto;border:1px solid #e4e7ec;border-radius:8px;overflow:hidden; }
.pd-specs-table { width:100%;border-collapse:collapse; }
.pd-specs-table tr { border-bottom:1px solid #e4e7ec; }
.pd-specs-table tr:last-child { border-bottom:0; }
.pd-specs-table tr:nth-child(even) { background:#f8fafc; }
.pd-spec-name { padding:14px 20px;font:600 12px/1.3 'Inter',sans-serif;text-transform:uppercase;letter-spacing:.08em;color:#667085;width:45%;border-right:1px solid #e4e7ec; }
.pd-spec-value { padding:14px 20px;font:500 13px/1.4 'JetBrains Mono',monospace;color:#101828; }
.pd-downloads-section { padding:80px 0;background:#f8fafc; }
.pd-downloads-grid { display:flex;flex-wrap:wrap;gap:16px;justify-content:center; }
.pd-download-card { display:flex;align-items:center;gap:16px;padding:20px 28px;background:#fff;border:1px solid #e4e7ec;text-decoration:none;min-width:260px;transition:box-shadow .2s,transform .2s; }
.pd-download-card:hover { box-shadow:0 4px 16px rgba(0,0,0,.06);transform:translateY(-2px); }
.pd-download-icon { width:44px;height:44px;background:rgba(225,20,28,.08);color:#e1141c;display:grid;place-items:center;flex-shrink:0; }
.pd-download-type { font:600 9px/1 'JetBrains Mono',monospace;text-transform:uppercase;letter-spacing:.16em;color:#667085;margin-bottom:4px; }
.pd-download-name { font:500 13px/1.2 'Inter',sans-serif;color:#101828; }
.pd-download-card svg { color:#e1141c;flex-shrink:0; }
.pd-related-section { padding:80px 0;background:#fff; }

@media (max-width:1024px) { .pd-layout{gap:40px} .pd-specs-mini{grid-template-columns:1fr} .pd-features-grid{grid-template-columns:repeat(2,1fr)} }
@media (max-width:768px)  { .pd-layout{grid-template-columns:1fr;gap:32px} .pd-gallery{position:static} .pd-features-grid{grid-template-columns:1fr} .pd-downloads-grid{flex-direction:column} .pd-download-card{min-width:auto} }
@media (max-width:640px)  { .pd-section{padding:32px 0 48px} .pd-title{font-size:22px} .pd-cta-group{flex-direction:column} .pd-cta-group .btn{width:100%;justify-content:center} .pd-tabs-nav{gap:22px;justify-content:flex-start;overflow-x:auto} .pd-tabs-nav button{flex:0 0 auto} .pd-tech-icons{grid-template-columns:repeat(2,minmax(0,1fr))} }
