/* Virtual Cockpit PDP — premium automotive product story. */

.vc-pdp {
  --ink: #f3f5f2;
  --paper: #111412;
  --paper-2: #171a18;
  --panel: #191c1a;
  --panel-2: #202420;
  --acid: #9cff00;
  --acid-2: #43e33c;
  --white: #fff;
  --muted-dark: rgba(255, 255, 255, .62);
  --muted-light: rgba(255, 255, 255, .66);
  --line-dark: rgba(255, 255, 255, .13);
  --line-light: rgba(255, 255, 255, .15);
  --page: 1540px;
  position: relative;
  overflow: clip;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  font-synthesis: none;
}

.vc-pdp *,
.vc-pdp *::before,
.vc-pdp *::after { box-sizing: border-box; }

.vc-pdp h1,
.vc-pdp h2,
.vc-pdp h3,
.vc-pdp strong { font-family: Inter, Arial, sans-serif; font-synthesis: none; }

.vc-pdp h1,
.vc-pdp h2 { letter-spacing: -.045em; text-wrap: balance; }

.vc-pdp .vc-eyebrow {
  margin: 0 0 15px;
  color: #91ec43;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.3;
  text-transform: uppercase;
}

/* HERO */
.vc-pdp-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(470px, .87fr);
  grid-template-areas: "gallery intro" "gallery buy";
  gap: 0 clamp(36px, 4vw, 74px);
  min-height: 910px;
  padding: clamp(46px, 5.2vw, 86px) max(28px, calc((100vw - var(--page)) / 2));
  align-items: start;
  background:
    linear-gradient(115deg, rgba(156, 255, 0, .055), transparent 32%),
    radial-gradient(circle at 96% 0, rgba(83, 227, 60, .11), transparent 31%),
    #080a09;
  color: var(--white);
}

.vc-pdp-hero::before {
  content: "VIRTUAL\A COCKPIT";
  white-space: pre;
  position: absolute;
  left: clamp(28px, 4.5vw, 74px);
  bottom: 18px;
  color: rgba(255, 255, 255, .032);
  font-size: clamp(72px, 8vw, 128px);
  font-weight: 700;
  letter-spacing: -.075em;
  line-height: .62;
  pointer-events: none;
}

.vc-pdp-intro {
  position: relative;
  z-index: 2;
  grid-area: intro;
  padding: 4px 4px 0;
}

.vc-pdp-stock {
  display: inline-flex;
  min-height: 30px;
  padding: 0 13px;
  align-items: center;
  border: 1px solid rgba(156, 255, 0, .35);
  border-radius: 999px;
  background: rgba(156, 255, 0, .09);
  color: var(--acid);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.vc-pdp-intro h1 {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--white);
  font-size: clamp(43px, 4.5vw, 76px);
  font-weight: 700;
  line-height: .96;
}

.vc-pdp-rating {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  width: fit-content;
  margin-top: 21px;
  color: var(--white);
  text-decoration: none;
}

.vc-pdp-rating strong { font-size: 14px; }
.vc-pdp-rating > span { color: var(--acid); font-size: 14px; letter-spacing: .08em; }
.vc-pdp-rating small { color: var(--muted-light); font-size: 12px; }
.vc-pdp-rating em { color: var(--acid); font-size: 12px; font-style: normal; font-weight: 700; text-decoration: underline; text-underline-offset: 4px; }

.vc-pdp-intro .vc-pdp-intro__lead {
  max-width: 690px;
  margin: 29px 0 0;
  color: var(--white);
  font-size: clamp(19px, 1.65vw, 27px);
  font-weight: 600;
  line-height: 1.34;
}

.vc-pdp-intro .vc-pdp-intro__sub {
  max-width: 630px;
  margin: 12px 0 0;
  color: var(--muted-light);
  font-size: 14px;
  line-height: 1.6;
}

.vc-pdp-mobile-jump { display: none; }

.vc-pdp-gallery {
  position: relative;
  z-index: 1;
  grid-area: gallery;
  align-self: start;
  min-width: 0;
  background: #101210;
  box-shadow: 0 42px 100px rgba(0, 0, 0, .42);
}

.vc-pdp-gallery::after {
  content: "Kliknutím zväčšíte";
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 8px 11px;
  background: rgba(0, 0, 0, .64);
  color: rgba(255, 255, 255, .78);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  backdrop-filter: blur(12px);
  pointer-events: none;
}

.vc-pdp-gallery__main { aspect-ratio: 1 / 1; margin: 0; overflow: hidden; }
.vc-pdp-gallery__main > button { display: block; width: 100%; height: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.vc-pdp-gallery__image { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2, .8, .2, 1); }
.vc-pdp-gallery__main:hover .vc-pdp-gallery__image { transform: scale(1.018); }

.vc-pdp-gallery__thumbs {
  display: flex;
  gap: 8px;
  padding: 10px;
  overflow-x: auto;
  background: #0d0f0e;
  scrollbar-width: none;
}
.vc-pdp-gallery__thumbs::-webkit-scrollbar { display: none; }
.vc-pdp-gallery__thumbs button { flex: 1 0 72px; aspect-ratio: 1.33 / 1; padding: 0; border: 1px solid transparent; background: #171917; cursor: pointer; opacity: .48; overflow: hidden; transition: opacity .2s, border-color .2s; }
.vc-pdp-gallery__thumbs button:hover,
.vc-pdp-gallery__thumbs button:focus-visible,
.vc-pdp-gallery__thumbs button.is-active { border-color: var(--acid); opacity: 1; }
.vc-pdp-gallery__thumbs img { display: block; width: 100%; height: 100%; object-fit: cover; }

.vc-pdp-buy {
  position: relative;
  z-index: 3;
  grid-area: buy;
  margin-top: 31px;
  padding: 28px;
  background: var(--panel);
  color: var(--ink);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .25);
}

.vc-pdp-fit { display: grid; gap: 8px; }
.vc-pdp-fit p { display: grid; grid-template-columns: 122px 1fr; gap: 14px; margin: 0; align-items: baseline; }
.vc-pdp-fit p > span { color: rgba(255, 255, 255, .5); font-size: 13px; }
.vc-pdp-fit p > strong { color: var(--ink); font-size: 14px; line-height: 1.45; }
.vc-pdp-fit__exclude > strong { color: #e2b6b6 !important; font-weight: 600 !important; }
.vc-pdp-fit > a { width: fit-content; margin-top: 7px; color: var(--acid); font-size: 13px; font-weight: 650; text-underline-offset: 4px; }

.vc-pdp-price { display: flex; margin-top: 22px; padding-top: 20px; align-items: end; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line-dark); }
.vc-pdp-price > span { padding-bottom: 5px; color: rgba(255, 255, 255, .5); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.vc-pdp-price > div { text-align: right; }
.vc-pdp-price .price { margin: 0; color: var(--ink); font-size: clamp(34px, 3vw, 46px); font-weight: 750; line-height: 1; }
.vc-pdp-price .vc-tax-display,
.vc-pdp-price .vc-price-tax-details { color: rgba(255, 255, 255, .56); font-size: 10px; }

.vc-pdp-included { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 18px; margin-top: 19px; padding: 17px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.vc-pdp-included > strong { grid-column: 1 / -1; margin-bottom: 2px; color: var(--ink); font-size: 14px; }
.vc-pdp-included > span { position: relative; padding-left: 17px; color: rgba(255, 255, 255, .72); font-size: 12px; line-height: 1.5; }
.vc-pdp-included > span::before { content: "✓"; position: absolute; left: 0; color: #48a800; font-weight: 900; }
.vc-pdp-included > small { grid-column: 1 / -1; margin-top: 4px; color: rgba(255, 255, 255, .48); font-size: 11px; line-height: 1.5; }

.vc-pdp-cart { margin-top: 18px; }
.vc-pdp-cart form.cart { display: flex !important; flex-direction: column; gap: 10px; width: 100%; margin: 0 !important; }
.vc-pdp-cart .quantity { display: none !important; }
.vc-pdp-cart .single_add_to_cart_button,
.vc-pdp-primary { display: inline-flex; width: 100%; min-height: 58px; padding: 0 28px; align-items: center; justify-content: center; border: 0; border-radius: 999px; background: linear-gradient(105deg, var(--acid), var(--acid-2)); color: #071006; box-shadow: 0 12px 28px rgba(91, 214, 26, .19); font-size: 16px; font-weight: 650; text-align: center; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s, filter .2s; }
.vc-pdp-cart .single_add_to_cart_button:hover,
.vc-pdp-cart .single_add_to_cart_button:focus-visible,
.vc-pdp-primary:hover,
.vc-pdp-primary:focus-visible { color: #071006; filter: brightness(1.05); transform: translateY(-1px); box-shadow: 0 16px 34px rgba(91, 214, 26, .28); }

.vc-pdp .vc-product-extras { order: 2; width: 100%; margin: 0; border: 1px solid var(--line-dark); border-radius: 0; background: transparent; }
.vc-pdp .vc-product-extras > summary { min-height: 52px; padding: 9px 13px; color: var(--ink); }
.vc-pdp .vc-product-extras > summary strong,
.vc-pdp .vc-product-extras .vc-protective-film-option strong,
.vc-pdp .vc-product-extras .vc-product-extra-row strong { color: var(--ink); font-size: 14px; font-weight: 650; }
.vc-pdp .vc-product-extras > summary small,
.vc-pdp .vc-product-extras .vc-protective-film-option__text,
.vc-pdp .vc-product-extras .vc-product-extra-row small { color: rgba(255, 255, 255, .58); }
.vc-pdp .vc-product-extras[open] > summary,
.vc-pdp .vc-product-extras .vc-protective-film-option,
.vc-pdp .vc-product-extras .vc-product-extra-row { border-color: var(--line-dark); }
.vc-pdp .vc-product-installments { order: 3; width: 100%; border: 1px solid rgba(255, 255, 255, .18); background: #0b0d0c; color: var(--white); }
.vc-pdp .vc-product-installments > summary { min-height: 58px; padding: 10px 14px; }
.vc-pdp .vc-product-installments > summary strong { color: var(--white); font-size: 13px; }
.vc-pdp .vc-product-installments > summary small { color: rgba(255, 255, 255, .64); font-size: 10px; }
.vc-pdp .vc-product-installments > summary strong { font-weight: 650; }
.vc-pdp .vc-product-installments > summary::after { color: var(--acid); }
.vc-pdp .vc-product-installments__body { background: var(--panel-2); color: var(--ink); }

.vc-pdp-help { margin: 16px 0 0; color: rgba(255, 255, 255, .62); font-size: 13px; line-height: 1.55; }
.vc-pdp-help a { color: var(--acid); font-weight: 800; }
.vc-pdp-legal-links { display: flex; flex-wrap: wrap; gap: 7px 15px; margin-top: 13px; }
.vc-pdp-legal-links a { color: rgba(255, 255, 255, .52); font-size: 11px; text-underline-offset: 3px; }

/* PURCHASE ASSURANCES */
.vc-pdp-proof { display: grid; grid-template-columns: repeat(4, 1fr); width: 100%; background: linear-gradient(180deg, #171a18, #131614); border-top: 1px solid rgba(156, 255, 0, .12); border-bottom: 1px solid var(--line-dark); }
.vc-pdp-proof > div { position: relative; display: grid; min-height: 170px; padding: 34px clamp(24px, 3.1vw, 54px); align-content: center; border-right: 1px solid var(--line-dark); }
.vc-pdp-proof > div:last-child { border-right: 0; }
.vc-pdp-proof em { display: block; margin-bottom: 13px; color: var(--acid); font-size: 10px; font-style: normal; font-weight: 700; letter-spacing: .11em; line-height: 1.3; text-transform: uppercase; }
.vc-pdp-proof strong { max-width: 310px; color: var(--ink); font-size: 18px; line-height: 1.35; }
.vc-pdp-proof span { max-width: 270px; margin-top: 7px; color: var(--muted-dark); font-size: 13px; line-height: 1.5; }

.vc-pdp-rail { position: sticky; top: 0; z-index: 950; display: flex; width: min(calc(100% - 48px), 1180px); min-height: 58px; margin: 18px auto 0; padding: 7px 9px 7px 18px; gap: 7px; align-items: center; border: 1px solid rgba(255, 255, 255, .14); border-radius: 4px; background: rgba(12, 14, 13, .92); box-shadow: 0 16px 42px rgba(0, 0, 0, .24); backdrop-filter: blur(18px); }
.vc-pdp-rail span { margin-right: auto; color: rgba(255, 255, 255, .48); font-size: 9px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.vc-pdp-rail a { display: inline-flex; min-height: 40px; padding: 0 15px; align-items: center; border-radius: 3px; color: rgba(255, 255, 255, .76); font-size: 12px; font-weight: 550; text-decoration: none; transition: color .2s, background .2s; }
.vc-pdp-rail a:hover,
.vc-pdp-rail a:focus-visible { background: rgba(156, 255, 0, .1); color: var(--acid); }

/* EDITORIAL FEATURE MOSAIC */
.vc-pdp-features,
.vc-pdp-process,
.vc-pdp-assurance,
.vc-pdp-mirrorbox,
.vc-pdp-specs,
.vc-pdp-faq,
.vc-pdp-final { width: min(calc(100% - 48px), var(--page)); margin: 0 auto; }

.vc-pdp-features { padding: clamp(90px, 10vw, 160px) 0 clamp(100px, 11vw, 180px); }
.vc-pdp-features > header { margin-bottom: 54px; }
.vc-pdp-features > header .vc-eyebrow { margin-bottom: 17px; }
.vc-pdp-features h2,
.vc-pdp-preserved h2,
.vc-pdp-process h2,
.vc-pdp-assurance h2,
.vc-pdp-install h2,
.vc-pdp-mirrorbox h2,
.vc-pdp-specs h2,
.vc-pdp-faq h2,
.vc-pdp-final h2 { margin: 0; font-size: clamp(42px, 5vw, 76px); font-weight: 720; line-height: .98; }
.vc-pdp-features > header h2 { width: 59%; }

.vc-pdp-features__grid { display: grid; grid-template-columns: 1.18fr .82fr; grid-template-rows: 1fr 1fr; gap: 12px; min-height: 850px; }
.vc-pdp-features figure { position: relative; margin: 0; overflow: hidden; background: #111; }
.vc-pdp-features figure:first-child { grid-row: 1 / 3; }
.vc-pdp-features figure img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2, .8, .2, 1); }
.vc-pdp-features figure:hover img { transform: scale(1.025); }
.vc-pdp-features figure::after { content: ""; position: absolute; inset: 38% 0 0; background: linear-gradient(transparent, rgba(0, 0, 0, .88)); pointer-events: none; }
.vc-pdp-features figcaption { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; display: grid; grid-template-columns: 4px 1fr; gap: 6px 15px; padding: clamp(24px, 3vw, 45px); color: var(--white); }
.vc-pdp-features figcaption::before { content: ""; grid-row: 1 / 3; width: 3px; height: 100%; min-height: 42px; background: var(--acid); }
.vc-pdp-features figcaption strong { color: var(--white); font-size: clamp(19px, 2vw, 30px); line-height: 1.12; }
.vc-pdp-features figcaption span { max-width: 470px; color: rgba(255, 255, 255, .72); font-size: 14px; line-height: 1.58; }

/* MODEL-SPECIFIC DISPLAY VIEWS */
.vc-pdp-views { width: min(calc(100% - 48px), 1480px); margin: 0 auto; padding: 0 0 clamp(82px, 8vw, 120px); }
.vc-pdp-views > header { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 7vw, 110px); margin-bottom: 40px; align-items: end; }
.vc-pdp-views > header .vc-eyebrow { grid-column: 1 / -1; margin-bottom: -22px; }
.vc-pdp-views h2 { margin: 0; color: var(--ink); font-size: clamp(38px, 4.3vw, 66px); font-weight: 700; letter-spacing: -.045em; line-height: 1; }
.vc-pdp-views > header > p:last-child { max-width: 590px; margin: 0 0 5px; color: var(--muted-dark); font-size: 16px; line-height: 1.68; }
.vc-pdp-views__gallery { display: grid; gap: 12px; }
.vc-pdp-views__gallery--1 { grid-template-columns: 1fr; }
.vc-pdp-views__gallery--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.vc-pdp-views__gallery--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.vc-pdp-views__gallery figure { margin: 0; background: #090b0a; border: 1px solid var(--line-dark); }
.vc-pdp-views__gallery button { display: block; width: 100%; padding: 0; border: 0; background: transparent; cursor: zoom-in; }
.vc-pdp-views__gallery img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; transition: transform .35s ease; }
.vc-pdp-views__gallery button:hover img { transform: scale(1.012); }

/* PRESERVED ELECTRONICS */
.vc-pdp-preserved { display: grid; grid-template-columns: 1.04fr .96fr; width: 100%; background: #0a0c0b; color: var(--white); }
.vc-pdp-preserved__media,
.vc-pdp-install__media { min-height: 720px; overflow: hidden; }
.vc-pdp-preserved__media img,
.vc-pdp-install__media img { display: block; width: 100%; height: 100%; object-fit: cover; }
.vc-pdp-preserved__media img { object-position: 56% center; filter: brightness(1.26) contrast(.94) saturate(.88); }
.vc-pdp-preserved__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 7vw, 112px); border-left: 1px solid var(--line-light); }
.vc-pdp-preserved h2 { color: var(--white); }
.vc-pdp-preserved__copy > p:not(.vc-eyebrow):not(.vc-pdp-note) { margin: 28px 0 0; color: var(--muted-light); font-size: 17px; line-height: 1.7; }
.vc-pdp-preserved__copy ul { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; margin: 34px 0 0; padding: 0; list-style: none; }
.vc-pdp-preserved__copy li { position: relative; padding: 15px 0 0 18px; border-top: 1px solid var(--line-light); color: var(--white); font-size: 16px; line-height: 1.58; }
.vc-pdp-preserved__copy li::before { content: ""; position: absolute; top: 18px; bottom: 2px; left: 0; width: 3px; background: var(--acid); }
.vc-pdp-note { margin: 30px 0 0; color: rgba(255, 255, 255, .68); font-size: 16px; line-height: 1.62; }

/* ACID PROCESS */
.vc-pdp-process { display: grid; grid-template-columns: .88fr 1.12fr; width: 100%; gap: clamp(50px, 8vw, 132px); padding: clamp(80px, 9vw, 145px) max(24px, calc((100vw - var(--page)) / 2)); background: radial-gradient(circle at 8% 20%, rgba(156, 255, 0, .1), transparent 29%), #1b1f1c; color: var(--ink); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.vc-pdp-process .vc-eyebrow { color: var(--acid); }
.vc-pdp-process__steps { border-top: 1px solid var(--line-dark); }
.vc-pdp-process__steps details { border-bottom: 1px solid var(--line-dark); }
.vc-pdp-process__steps summary { display: flex; min-height: 82px; padding: 0 4px; gap: 24px; align-items: center; justify-content: space-between; color: var(--ink); font-size: 19px; font-weight: 600; cursor: pointer; list-style: none; }
.vc-pdp-process__steps summary::-webkit-details-marker { display: none; }
.vc-pdp-process__steps summary::after { content: ""; width: 10px; height: 10px; margin-right: 6px; border-right: 2px solid var(--acid); border-bottom: 2px solid var(--acid); transform: rotate(45deg) translateY(-3px); transition: transform .2s ease; }
.vc-pdp-process__steps details[open] summary::after { transform: rotate(225deg) translate(-2px, -2px); }
.vc-pdp-process__steps details > div { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.vc-pdp-process__steps details[open] > div { grid-template-rows: 1fr; }
.vc-pdp-process__steps details > div > p { min-height: 0; overflow: hidden; }
.vc-pdp-process__steps p { max-width: 720px; margin: -3px 46px 26px 4px; color: var(--muted-dark); font-size: 15px; line-height: 1.68; }

/* TRUST / ASSURANCE */
.vc-pdp-assurance { padding: clamp(95px, 10vw, 165px) 0; }
.vc-pdp-assurance > header { max-width: 980px; margin-bottom: 55px; }
.vc-pdp-assurance > header .vc-eyebrow { margin-bottom: 17px; }
.vc-pdp-assurance__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.vc-pdp-assurance article { position: relative; min-height: 330px; padding: clamp(28px, 3.3vw, 50px); border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.vc-pdp-assurance article > span { display: block; width: 3px; height: 34px; margin-bottom: 58px; background: var(--acid); }
.vc-pdp-assurance h3 { margin: 0; color: var(--ink); font-size: clamp(20px, 2vw, 28px); line-height: 1.12; }
.vc-pdp-assurance article p { margin: 14px 0 0; color: var(--muted-dark); font-size: 15px; line-height: 1.65; }
.vc-pdp-assurance article a { display: inline-block; margin-top: 20px; color: var(--acid); font-size: 13px; font-weight: 650; text-underline-offset: 4px; }

/* INSTALLATION */
.vc-pdp-install { display: grid; grid-template-columns: .92fr 1.08fr; width: 100%; background: var(--panel); }
.vc-pdp-install__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(50px, 7vw, 112px); order: 1; }
.vc-pdp-install__media { order: 2; }
.vc-pdp-install__copy > p:not(.vc-eyebrow) { margin: 25px 0 0; color: var(--muted-dark); font-size: 16px; line-height: 1.68; }
.vc-pdp-install__options { display: grid; grid-template-columns: 1fr 1fr; margin-top: 34px; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.vc-pdp-install__options > div { padding: 24px 22px 24px 0; }
.vc-pdp-install__options > div + div { padding-left: 22px; border-left: 1px solid var(--line-dark); }
.vc-pdp-install__options strong { color: var(--ink); font-size: 14px; }
.vc-pdp-install__options p { margin: 9px 0 0; color: var(--muted-dark); font-size: 14px; line-height: 1.62; }
.vc-pdp-secondary { display: inline-flex; width: fit-content; min-height: 54px; margin-top: 28px; padding: 0 26px; align-items: center; justify-content: center; border: 0; border-radius: 999px; background: linear-gradient(105deg, var(--acid), var(--acid-2)); box-shadow: 0 12px 28px rgba(91, 214, 26, .17); color: #071006; font-size: 14px; font-weight: 650; text-decoration: none; cursor: pointer; transition: transform .2s, box-shadow .2s, filter .2s; }
.vc-pdp-secondary:hover,
.vc-pdp-secondary:focus-visible { color: #071006; filter: brightness(1.05); transform: translateY(-1px); box-shadow: 0 16px 34px rgba(91, 214, 26, .26); }

/* MIRRORBOX */
.vc-pdp-mirrorbox { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(42px, 6vw, 90px); width: 100%; padding: clamp(72px, 7vw, 110px) max(24px, calc((100vw - 1320px) / 2)); background: #0b0d0c; color: var(--white); }
.vc-pdp-mirrorbox h2 { color: var(--white); }
.vc-pdp-mirrorbox > header > p:last-child { max-width: 520px; margin: 24px 0 0; color: var(--muted-light); font-size: 16px; line-height: 1.68; }
.vc-pdp-mirrorbox__content { min-width: 0; }
.vc-pdp-mirrorbox__decision { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid var(--line-light); }
.vc-pdp-mirrorbox__question { grid-column: 1 / -1; padding: 22px 25px; border-bottom: 1px solid var(--line-light); color: var(--white); font-size: 17px; font-weight: 600; line-height: 1.5; }
.vc-pdp-mirrorbox__answer { position: relative; min-height: 215px; padding: 25px; }
.vc-pdp-mirrorbox__answer + .vc-pdp-mirrorbox__answer { border-left: 1px solid var(--line-light); }
.vc-pdp-mirrorbox__answer em { display: inline-flex; width: max-content; min-width: 42px; min-height: 26px; margin-bottom: 30px; padding: 5px 11px; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, .3); border-radius: 999px; color: rgba(255, 255, 255, .56); font-size: 10px; font-style: normal; font-weight: 700; line-height: 1.2; letter-spacing: .08em; }
.vc-pdp-mirrorbox__answer--yes { background: linear-gradient(145deg, rgba(156, 255, 0, .13), rgba(156, 255, 0, .035)); color: var(--ink); box-shadow: inset 3px 0 0 var(--acid); }
.vc-pdp-mirrorbox__answer--yes em { border-color: rgba(156, 255, 0, .38); color: var(--acid); }
.vc-pdp-mirrorbox__answer strong { display: block; color: var(--white); font-size: 20px; line-height: 1.25; }
.vc-pdp-mirrorbox__answer--yes strong { color: var(--ink); }
.vc-pdp-mirrorbox__answer p { margin: 12px 0 0; color: var(--muted-light); font-size: 14px; line-height: 1.62; }
.vc-pdp-mirrorbox__answer--yes p { color: var(--muted-light); }
.vc-pdp-mirrorbox__answer--android { grid-column: 1 / -1; min-height: 0; border-top: 1px solid var(--line-light); }
.vc-pdp-mirrorbox__answer--android em { margin-bottom: 18px; }
.vc-pdp-mirrorbox__other { margin: 16px 0 0; color: var(--muted-light); font-size: 13px; line-height: 1.6; }
.vc-pdp-mirrorbox__other strong { color: var(--white); }
.vc-pdp-mirrorbox__actions { display: flex; flex-wrap: wrap; gap: 13px 22px; margin-top: 18px; align-items: center; }
.vc-pdp-mirrorbox__actions .vc-pdp-secondary { margin-top: 0; }
.vc-pdp-mirrorbox__actions .vc-pdp-secondary { color: #071006; }
.vc-pdp-mirrorbox__actions > a:not(.vc-pdp-secondary) { color: var(--acid); font-size: 13px; font-weight: 650; }

.vc-pdp-connectivity { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(44px, 7vw, 110px); width: 100%; padding: clamp(72px, 7vw, 110px) max(24px, calc((100vw - 1320px) / 2)); background: #0b0d0c; color: var(--white); }
.vc-pdp-connectivity h2 { margin: 0; color: var(--white); font-size: clamp(42px, 5vw, 72px); letter-spacing: -.045em; line-height: .98; }
.vc-pdp-connectivity__body { padding: 30px 0; border-top: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }
.vc-pdp-connectivity__body p { max-width: 720px; margin: 0; color: var(--muted-light); font-size: 16px; line-height: 1.7; }
.vc-pdp-connectivity__body p + p { margin-top: 16px; }

/* SPECS */
.vc-pdp-specs { display: block; width: min(calc(100% - 48px), 1380px); padding: clamp(64px, 5vw, 82px) 0; }
.vc-pdp-specs > header { max-width: 850px; margin-bottom: 42px; }
.vc-pdp-specs__groups { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.vc-pdp-specs__groups > section { min-height: 160px; padding: 23px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.vc-pdp-specs__groups h3 { margin: 0 0 20px; color: var(--ink); font-size: 18px; }
.vc-pdp-specs__groups p { margin: 0; color: var(--muted-dark); font-size: 14px; line-height: 1.62; }
.vc-pdp-specs__groups p + p { margin-top: 12px; }
.vc-pdp-specs dl { display: grid; gap: 10px; margin: 0; }
.vc-pdp-specs dl > div { display: grid; grid-template-columns: 88px 1fr; gap: 13px; }
.vc-pdp-specs dt { color: rgba(255, 255, 255, .46); font-size: 12px; }
.vc-pdp-specs dd { margin: 0; color: var(--ink); font-size: 14px; font-weight: 600; line-height: 1.45; }
.vc-pdp-disclosure { display: grid; grid-template-columns: minmax(240px, .7fr) 1.3fr; gap: 8px 42px; margin-top: 24px; padding: 28px 30px 28px 34px; border: 1px solid var(--line-dark); border-left: 3px solid var(--acid); background: rgba(255, 255, 255, .018); align-items: start; }
.vc-pdp-disclosure strong { grid-row: 1 / 3; color: var(--ink); font-size: 18px; line-height: 1.4; }
.vc-pdp-disclosure p { grid-column: 2; margin: 0; color: rgba(255, 255, 255, .65); font-size: 14px; line-height: 1.62; }

/* REVIEWS */
.vc-pdp .vc-product-reviews-section { width: 100%; margin: 0; padding: clamp(90px, 10vw, 155px) max(24px, calc((100vw - var(--page)) / 2)); background: #111311; color: var(--white); }
.vc-pdp .vc-product-reviews-section > .vc-eyebrow { text-align: center; }
.vc-pdp .vc-product-reviews-section h2 { margin: 0 0 42px; color: var(--white); font-size: clamp(40px, 5vw, 70px); line-height: 1; text-align: center; }

/* FAQ + FINAL */
.vc-pdp-faq { display: grid; grid-template-columns: .63fr 1.37fr; gap: clamp(50px, 8vw, 130px); padding: clamp(95px, 10vw, 160px) 0; }
.vc-pdp-faq > div { border-top: 1px solid var(--line-dark); }
.vc-pdp-faq details { border-bottom: 1px solid var(--line-dark); }
.vc-pdp-faq summary { display: flex; min-height: 78px; gap: 20px; align-items: center; justify-content: space-between; color: var(--ink); font-size: 16px; font-weight: 600; cursor: pointer; list-style: none; }
.vc-pdp-faq summary::-webkit-details-marker { display: none; }
.vc-pdp-faq summary::after { content: "+"; color: var(--acid); font-size: 21px; font-weight: 500; }
.vc-pdp-faq details[open] summary::after { content: "−"; }
.vc-pdp-faq details p { max-width: 760px; margin: -2px 50px 27px 0; color: var(--muted-dark); font-size: 15px; line-height: 1.68; }

.vc-pdp-final { display: flex; width: 100%; min-height: 300px; padding: 66px max(24px, calc((100vw - var(--page)) / 2)); gap: 45px; align-items: center; justify-content: space-between; background: #080a09; color: var(--white); }
.vc-pdp-final h2 { color: var(--white); font-size: clamp(34px, 4vw, 59px); }
.vc-pdp-final > div > span { display: block; margin-top: 14px; color: rgba(255, 255, 255, .68); font-size: 21px; font-weight: 700; }
.vc-pdp-final .vc-pdp-primary { width: min(100%, 390px); flex: 0 0 auto; }
.vc-pdp-dock { display: none; }

@media (max-width: 1180px) {
  .vc-pdp-hero { grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); padding-right: 24px; padding-left: 24px; }
  .vc-pdp-features__grid { min-height: 720px; }
  .vc-pdp-preserved__media,
  .vc-pdp-install__media { min-height: 620px; }
}

@media (max-width: 980px) {
  .vc-pdp-hero { grid-template-columns: 1fr; grid-template-areas: "intro" "gallery" "buy"; min-height: 0; gap: 30px; padding: 55px max(24px, calc((100vw - 780px) / 2)) 72px; }
  .vc-pdp-buy { margin-top: 0; }
  .vc-pdp-gallery { margin-top: 5px; }
  .vc-pdp-proof { grid-template-columns: 1fr 1fr; }
  .vc-pdp-proof > div:nth-child(2) { border-right: 0; }
  .vc-pdp-proof > div:nth-child(-n+2) { border-bottom: 1px solid var(--line-dark); }
  .vc-pdp-rail { overflow-x: auto; }
  .vc-pdp-rail span { display: none; }
  .vc-pdp-rail a { white-space: nowrap; }
  .vc-pdp-views > header { grid-template-columns: 1fr; gap: 18px; }
  .vc-pdp-views > header .vc-eyebrow { grid-column: 1; margin-bottom: 0; }
  .vc-pdp-process,
  .vc-pdp-mirrorbox,
  .vc-pdp-connectivity,
  .vc-pdp-faq { grid-template-columns: 1fr; gap: 42px; }
  .vc-pdp-disclosure { grid-template-columns: 1fr 1fr; }
  .vc-pdp-disclosure strong { grid-column: 1 / -1; grid-row: auto; }
  .vc-pdp-disclosure p { grid-column: auto; }
  .vc-pdp-assurance__grid { grid-template-columns: 1fr; }
  .vc-pdp-assurance article { min-height: 250px; }
  .vc-pdp-assurance article > span { margin-bottom: 40px; }
  .vc-pdp-preserved,
  .vc-pdp-install { grid-template-columns: 1fr; }
  .vc-pdp-preserved__media,
  .vc-pdp-install__media { min-height: 0; aspect-ratio: 1.45 / 1; }
  .vc-pdp-install__copy { order: 2; }
  .vc-pdp-install__media { order: 1; }
}

@media (max-width: 680px) {
  .vc-pdp .vc-eyebrow { font-size: 9px; }
  .vc-pdp-hero { gap: 24px; padding: 32px 16px 50px; }
  .vc-pdp-hero::before { display: none; }
  .vc-pdp-intro { display: flex; flex-direction: column; }
  .vc-pdp-intro h1 { margin-top: 18px; font-size: clamp(37px, 11.5vw, 51px); line-height: .98; }
  .vc-pdp-rating { margin-top: 17px; }
  .vc-pdp-intro .vc-pdp-intro__lead { margin-top: 22px; font-size: 18px; }
  .vc-pdp-intro .vc-pdp-intro__sub { font-size: 13px; }
  .vc-pdp-mobile-jump { display: flex; margin-top: 22px; padding: 15px 0; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, .18); border-bottom: 1px solid rgba(255, 255, 255, .18); color: var(--white); text-decoration: none; }
  .vc-pdp-mobile-jump span { color: var(--white); font-size: 21px; font-weight: 750; }
  .vc-pdp-mobile-jump strong { color: var(--acid); font-size: 11px; text-transform: uppercase; }
  .vc-pdp-gallery::after { display: none; }
  .vc-pdp-gallery__thumbs button { flex: 0 0 76px; }
  .vc-pdp-buy { padding: 22px 18px; }
  .vc-pdp-fit p { grid-template-columns: 104px 1fr; }
  .vc-pdp-price { align-items: start; flex-direction: column; gap: 4px; }
  .vc-pdp-price > div { text-align: left; }
  .vc-pdp-included { grid-template-columns: 1fr; }
  .vc-pdp-included > strong,
  .vc-pdp-included > small { grid-column: 1; }

  .vc-pdp-proof { grid-template-columns: 1fr 1fr; }
  .vc-pdp-proof > div { min-height: 168px; padding: 23px 17px; }
  .vc-pdp-proof em { margin-bottom: 10px; font-size: 8px; }
  .vc-pdp-proof strong { font-size: 14px; }
  .vc-pdp-proof span { font-size: 11px; }
  .vc-pdp-rail { top: 0; width: calc(100% - 20px); min-height: 54px; margin-top: 10px; padding: 6px; gap: 3px; }
  .vc-pdp-rail a { min-height: 40px; padding: 0 12px; font-size: 11px; }

  .vc-pdp-features,
  .vc-pdp-assurance,
  .vc-pdp-views,
  .vc-pdp-specs,
  .vc-pdp-faq { width: calc(100% - 32px); }
  .vc-pdp-features { padding: 76px 0 84px; }
  .vc-pdp-features h2,
  .vc-pdp-preserved h2,
  .vc-pdp-process h2,
  .vc-pdp-assurance h2,
  .vc-pdp-install h2,
  .vc-pdp-mirrorbox h2,
  .vc-pdp-specs h2,
  .vc-pdp-faq h2 { font-size: 38px; line-height: 1.02; }
  .vc-pdp-features > header { margin-bottom: 32px; }
  .vc-pdp-features > header h2 { width: 100%; }
  .vc-pdp-features__grid { grid-template-columns: 1fr; grid-template-rows: none; gap: 10px; min-height: 0; }
  .vc-pdp-features figure:first-child { grid-row: auto; }
  .vc-pdp-features figure { aspect-ratio: 1 / 1.08; }
  .vc-pdp-features figcaption { padding: 25px 20px; }
  .vc-pdp-features figcaption strong { font-size: 20px; }
  .vc-pdp-views { padding-bottom: 78px; }
  .vc-pdp-views h2 { font-size: 38px; }
  .vc-pdp-views > header > p:last-child { font-size: 15px; }
  .vc-pdp-views__gallery { display: flex; width: calc(100% + 16px); gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .vc-pdp-views__gallery::-webkit-scrollbar { display: none; }
  .vc-pdp-views__gallery figure { flex: 0 0 min(86vw, 390px); scroll-snap-align: start; }

  .vc-pdp-preserved__media,
  .vc-pdp-install__media { aspect-ratio: 1 / 1; }
  .vc-pdp-preserved__copy,
  .vc-pdp-install__copy { padding: 48px 20px; }
  .vc-pdp-preserved__copy ul { grid-template-columns: 1fr; }

  .vc-pdp-process { gap: 38px; padding: 70px 20px; }
  .vc-pdp-process__steps summary { min-height: 74px; font-size: 16px; }
  .vc-pdp-process__steps p { margin-right: 34px; font-size: 14px; }
  .vc-pdp-assurance { padding: 78px 0; }
  .vc-pdp-assurance__grid { border-left: 0; }
  .vc-pdp-assurance article { min-height: 0; padding: 30px 5px 36px; border-right: 0; }
  .vc-pdp-assurance article > span { margin-bottom: 30px; }

  .vc-pdp-install__options { grid-template-columns: 1fr; }
  .vc-pdp-install__options > div { padding: 20px 0; }
  .vc-pdp-install__options > div + div { padding-left: 0; border-top: 1px solid var(--line-dark); border-left: 0; }

  .vc-pdp-mirrorbox,
  .vc-pdp-connectivity { gap: 34px; padding: 76px 16px; }
  .vc-pdp-mirrorbox__decision { grid-template-columns: 1fr; }
  .vc-pdp-mirrorbox__question { grid-column: 1; padding: 21px; }
  .vc-pdp-mirrorbox__answer { min-height: 0; padding: 25px 21px 30px; }
  .vc-pdp-mirrorbox__answer + .vc-pdp-mirrorbox__answer { border-top: 1px solid var(--line-light); border-left: 0; }
  .vc-pdp-mirrorbox__answer em { margin-bottom: 28px; }
  .vc-pdp-specs { gap: 32px; padding: 78px 0; }
  .vc-pdp-specs__groups { grid-template-columns: 1fr; }
  .vc-pdp-specs__groups > section { min-height: 0; padding: 25px; }
  .vc-pdp-disclosure { grid-template-columns: 1fr; gap: 12px; padding: 23px 20px; }
  .vc-pdp-disclosure strong,
  .vc-pdp-disclosure p { grid-column: 1; }
  .vc-pdp-faq { gap: 25px; padding: 78px 0; }
  .vc-pdp-faq summary { min-height: 72px; font-size: 12px; }
  .vc-pdp-faq details p { margin-right: 0; }
  .vc-pdp-final { display: grid; min-height: 0; padding: 58px 16px 120px; align-items: start; }
  .vc-pdp-final .vc-pdp-primary { width: 100%; }

  .vc-pdp-dock { position: fixed; right: 10px; bottom: 10px; left: 10px; z-index: 9000; display: flex; min-height: 66px; padding: 8px 8px 8px 17px; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 5px; background: rgba(8, 10, 9, .96); box-shadow: 0 18px 45px rgba(0, 0, 0, .42); opacity: 0; pointer-events: none; transform: translateY(calc(100% + 22px)); transition: opacity .2s, transform .25s; backdrop-filter: blur(16px); }
  .vc-pdp-dock.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .vc-pdp-dock > span { color: var(--white); font-size: 18px; font-weight: 750; white-space: nowrap; }
  .vc-pdp-dock > button { min-height: 48px; padding: 0 18px; border: 0; border-radius: 999px; background: linear-gradient(105deg, var(--acid), var(--acid-2)); color: #071006; font-size: 12px; font-weight: 800; }
}

@media (prefers-reduced-motion: reduce) {
  .vc-pdp-gallery__image,
  .vc-pdp-features figure img,
  .vc-pdp-dock { transition: none; }
}
