/* ============================================================
   VisionCore product pages - shared styles
   Built on the House of Visions design tokens in styles.css
   (var(--hov-*) variables). Used by:
     /products            (VisionCore hub)
     /products/varavision
     /products/visionvault
     /products/visionview
   Prefix: .vc-  (VisionCore)
   ============================================================ */

.vc-section { padding: 5rem 0 6rem 0; }
.vc-container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}

/* Breadcrumb */
.vc-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  color: var(--hov-color-text-muted);
  margin-bottom: 2.5rem;
}
.vc-breadcrumb a { color: var(--hov-color-accent); text-decoration: none; }
.vc-breadcrumb a:hover { color: var(--hov-color-accent-light); }
.vc-breadcrumb span { opacity: 0.5; }

/* Hero head */
.vc-head { max-width: 760px; }
.vc-head .hov-section-title { margin-bottom: 1rem; }
.vc-pitch {
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  font-weight: 300;
  line-height: 1.7;
  color: var(--hov-color-text-muted);
  margin-top: 1.5rem;
}

/* VaraVision demonstration led hero */
.vc-hero-showcase {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(460px, 1.35fr);
  grid-template-areas:
    "intro media"
    "action media";
  column-gap: 2.8rem;
  row-gap: 1.6rem;
  align-items: start;
  margin-top: 2.5rem;
}
.vc-hero-showcase .vc-head { grid-area: intro; max-width: none; }
.vc-hero-showcase .hov-section-title { font-size: clamp(3rem, 4.4vw, 4.1rem); }
.vc-hero-kicker {
  font-family: var(--hov-font-title);
  font-size: clamp(1.45rem, 2.5vw, 2.1rem);
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.015em;
  color: var(--hov-color-text);
  margin-top: 1.5rem;
}
.vc-hero-showcase .vc-pitch {
  font-size: 1.03rem;
  line-height: 1.7;
  margin-top: 1rem;
}
.vc-hero-media {
  grid-area: media;
  align-self: center;
  margin: 0;
  border-radius: var(--hov-radius-lg);
  overflow: hidden;
  border: 1px solid rgba(201,169,97,0.28);
  background: #000;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}
.vc-hero-media video {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.vc-hero-media .vc-media-caption,
.vc-result-media .vc-media-caption {
  margin: 0;
  padding: 0.85rem 1.1rem;
  background: rgba(28,25,22,0.96);
  line-height: 1.55;
}
.vc-hero-action { grid-area: action; align-self: end; }
.vc-hero-cta { max-width: 360px; }
.vc-checkout-note {
  max-width: 390px;
  margin: 0.85rem 0 0 0;
  font-size: 0.8rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--hov-color-text-muted);
}

/* VaraVision conversion hero: intro + purchase decision, then a dominant tutorial */
.vv-hero.vc-hero-showcase {
  display: block;
  margin-top: 2.5rem;
}
.vv-hero-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 350px);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: end;
}
.vv-hero .vc-head {
  grid-area: auto;
  max-width: 720px;
}
.vv-hero .hov-section-title {
  font-size: clamp(3.4rem, 6vw, 5.5rem);
  line-height: 0.95;
}
.vv-hero .vc-hero-kicker {
  max-width: 700px;
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
}
.vv-hero .vc-pitch {
  max-width: 680px;
  font-size: 1.02rem;
}
.vv-watch-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-top: 1.35rem;
  color: var(--hov-color-accent);
  font-size: 0.86rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.vv-watch-link span {
  font-size: 1rem;
  transition: transform var(--hov-transition-base);
}
.vv-watch-link:hover span { transform: translateY(3px); }
.vv-buy-panel {
  grid-area: auto;
  align-self: end;
  padding: 1.6rem;
  border: 1px solid rgba(201,169,97,0.32);
  border-radius: var(--hov-radius-lg);
  background:
    linear-gradient(150deg, rgba(61,56,51,0.78), rgba(28,25,22,0.72));
  box-shadow: 0 18px 50px rgba(0,0,0,0.26);
}
.vv-buy-panel .vc-buy-eyebrow { margin-bottom: 0.8rem; }
.vv-buy-panel .vc-price-row {
  flex-wrap: wrap;
  margin-bottom: 0.9rem;
}
.vv-buy-panel .vc-price { font-size: 2.4rem; }
.vv-buy-summary {
  margin: 0 0 1.2rem 0;
  color: var(--hov-color-text-muted);
  font-size: 0.86rem;
  font-weight: 300;
  line-height: 1.6;
}
.vv-buy-panel .vc-hero-cta { max-width: none; }
.vv-buy-panel .vc-checkout-note {
  max-width: none;
  text-align: center;
}
.vv-video-lead {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-top: 4rem;
  margin-bottom: 1.25rem;
  scroll-margin-top: 2rem;
}
.vv-video-lead .vc-eyebrow { margin-bottom: 0.6rem; }
.vv-video-lead h2 {
  margin: 0;
  color: var(--hov-color-text);
  font-family: var(--hov-font-title);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  font-weight: 400;
  letter-spacing: 0.02em;
}
.vv-hero-media.vc-hero-media {
  margin: 0;
  width: 100%;
}
.vv-video-placeholder {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  isolation: isolate;
  background: #111;
}
.vv-video-placeholder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.08);
  transform: scale(1.01);
}
.vv-video-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at center, rgba(18,15,12,0.08), rgba(18,15,12,0.62)),
    linear-gradient(180deg, rgba(18,15,12,0.08), rgba(18,15,12,0.48));
}
.vv-placeholder-badge {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 2;
  padding: 0.48rem 0.72rem;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: var(--hov-radius-full);
  background: rgba(20,18,16,0.72);
  color: rgba(255,255,255,0.82);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}
.vv-video-promise {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 2rem;
  text-align: center;
}
.vv-video-promise strong {
  color: #fff;
  font-family: var(--hov-font-title);
  font-size: clamp(1.65rem, 4vw, 3.1rem);
  font-weight: 400;
  letter-spacing: 0.025em;
  text-shadow: 0 3px 18px rgba(0,0,0,0.62);
}
.vv-video-promise > span:last-child {
  max-width: 560px;
  color: rgba(255,255,255,0.8);
  font-size: clamp(0.82rem, 1.5vw, 1rem);
  line-height: 1.6;
}
.vv-play-button {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  padding-left: 5px;
  border: 1px solid rgba(255,255,255,0.55);
  border-radius: 50%;
  background: rgba(201,169,97,0.9);
  color: #211d19;
  font-size: 1.35rem;
  box-shadow: 0 10px 36px rgba(0,0,0,0.38);
}
.vv-post-video-cta { margin-top: 1.25rem; }

.vc-trust-strip {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 2.4rem auto 0;
  padding: 1rem 0;
  border-top: 1px solid rgba(201,169,97,0.2);
  border-bottom: 1px solid rgba(201,169,97,0.2);
}
.vc-trust-strip li {
  display: inline-flex;
  align-items: center;
  gap: 0.58rem;
  min-height: 42px;
  padding: 0.62rem 0.9rem;
  border: 1px solid rgba(201,169,97,0.18);
  border-radius: var(--hov-radius-full);
  background: rgba(61,56,51,0.22);
  text-align: left;
  white-space: nowrap;
  font-size: 0.75rem;
  letter-spacing: 0.035em;
  color: var(--hov-color-text-muted);
}
.vc-trust-strip li::before {
  content: "";
  flex: none;
  width: 6px;
  height: 6px;
  background: var(--hov-color-accent);
  transform: rotate(45deg);
  box-shadow: 0 0 10px var(--hov-color-accent-glow);
}

.vc-proof-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1.5rem;
  padding: 1.3rem 1.5rem;
  border: 1px solid rgba(201,169,97,0.22);
  border-radius: var(--hov-radius-md);
  background: rgba(61,56,51,0.3);
}
.vc-proof-cta p {
  margin: 0;
  color: var(--hov-color-text);
  font-family: var(--hov-font-title);
  font-size: 1.15rem;
}
.vc-proof-cta .vc-buy-btn { width: auto; flex: none; }

/* Hero layout: copy + purchase card */
.vc-hero-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 2.5rem;
  align-items: start;
  margin-top: 3rem;
}

/* Purchase card */
.vc-buy-card {
  background: linear-gradient(160deg, var(--hov-color-background-soft) 0%, rgba(42,38,34,0.6) 100%);
  border: 1px solid rgba(201, 169, 97, 0.35);
  border-radius: var(--hov-radius-lg);
  padding: 2rem;
  position: sticky;
  top: 2rem;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}
.vc-buy-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--hov-color-accent);
  margin-bottom: 1rem;
}
.vc-price-row { display: flex; align-items: baseline; gap: 0.6rem; margin-bottom: 0.4rem; }
.vc-price {
  font-family: var(--hov-font-title);
  font-size: 2.6rem;
  font-weight: 400;
  color: var(--hov-color-text);
  line-height: 1;
}
.vc-price-old {
  font-size: 1.1rem;
  color: var(--hov-color-text-muted);
  text-decoration: line-through;
  opacity: 0.7;
}
.vc-price-save {
  align-self: center;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #241f1b;
  background: var(--hov-color-accent);
  border-radius: var(--hov-radius-full);
  padding: 0.25rem 0.6rem;
}
.vc-mb-price-old {
  font-size: 0.85rem;
  color: var(--hov-color-text-muted);
  text-decoration: line-through;
  opacity: 0.7;
  font-family: var(--hov-font-body);
}
.vc-price-note { font-size: 0.85rem; color: var(--hov-color-text-muted); margin-bottom: 1.6rem; }

.vc-buy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  padding: 1rem 1.5rem;
  border: none;
  border-radius: var(--hov-radius-md);
  font-family: var(--hov-font-body);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  cursor: pointer;
  text-decoration: none;
  background: linear-gradient(135deg, var(--hov-color-accent) 0%, var(--hov-color-accent-dark) 100%);
  color: var(--hov-color-background);
  transition: transform var(--hov-transition-base), box-shadow var(--hov-transition-base);
}
.vc-buy-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 28px var(--hov-color-accent-glow); }
.vc-buy-btn.secondary {
  background: transparent;
  color: var(--hov-color-accent);
  border: 1px solid var(--hov-color-accent);
}
.vc-buy-btn.secondary:hover { background: var(--hov-color-accent-glow); box-shadow: none; }
.vc-buy-sub { font-size: 0.8rem; color: var(--hov-color-text-muted); text-align: center; margin-top: 0.9rem; }

.vc-spec-list { list-style: none; margin: 1.6rem 0 0 0; padding: 1.4rem 0 0 0; border-top: 1px solid rgba(201,169,97,0.2); }
.vc-spec-list li { display: flex; justify-content: space-between; gap: 1rem; font-size: 0.85rem; padding: 0.4rem 0; }
.vc-spec-list li span:first-child { color: var(--hov-color-text-muted); }
.vc-spec-list li span:last-child { color: var(--hov-color-text); text-align: right; }

/* Generic content block */
.vc-block { margin-top: 4.5rem; max-width: 820px; }
.vc-block.wide { max-width: 1100px; }
.vc-block h2 {
  font-family: var(--hov-font-title);
  font-weight: 400;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  letter-spacing: 0.03em;
  color: var(--hov-color-text);
  margin-bottom: 1.2rem;
}
.vc-block h2 .vc-accent { color: var(--hov-color-accent); }
.vc-block p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--hov-color-text-muted);
  margin-bottom: 1rem;
}
.vc-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--hov-color-accent);
  margin-bottom: 0.8rem;
}

/* Media placeholder frame */
.vc-media {
  border: 1px dashed rgba(201,169,97,0.45);
  border-radius: var(--hov-radius-lg);
  background:
    repeating-linear-gradient(45deg, rgba(201,169,97,0.03) 0 12px, transparent 12px 24px),
    rgba(0,0,0,0.2);
  min-height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  text-align: center;
  padding: 2rem;
  margin-top: 3rem;
}
.vc-media svg { opacity: 0.7; }
.vc-media .vc-media-tag {
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hov-color-accent);
  font-weight: 600;
}
.vc-media .vc-media-desc { font-size: 0.9rem; color: var(--hov-color-text-muted); max-width: 460px; }

/* Real video / image clip (replaces a placeholder frame) */
.vc-media-clip {
  margin-top: 3rem;
  border-radius: var(--hov-radius-lg);
  overflow: hidden;
  border: 1px solid rgba(201,169,97,0.25);
  background: #000;
  line-height: 0;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35);
}
.vc-media-clip video,
.vc-media-clip img {
  width: 100%;
  height: auto;
  display: block;
}
.vc-media-caption {
  line-height: 1.5;
  font-size: 0.82rem;
  color: var(--hov-color-text-muted);
  text-align: center;
  margin-top: 0.8rem;
}

/* Text + small video side by side */
.vc-split {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2.5rem;
  align-items: center;
  margin-top: 4.5rem;
}
.vc-split > .vc-block { margin-top: 0; max-width: none; }
.vc-aside-media { margin: 0; }
.vc-clip-small {
  display: block;
  border-radius: var(--hov-radius-md);
  overflow: hidden;
  border: 1px solid rgba(201,169,97,0.25);
  background: #000;
  line-height: 0;
  box-shadow: 0 12px 36px rgba(0,0,0,0.3);
}
.vc-clip-small video { width: 100%; height: auto; display: block; }

/* AEO definition lead paragraph */
.vc-definition {
  margin-top: 3rem;
  max-width: 900px;
  font-size: 1.02rem;
  font-weight: 300;
  line-height: 1.8;
  color: var(--hov-color-text-muted);
}
.vc-definition strong { color: var(--hov-color-text); font-weight: 600; }

.vc-hero-showcase + .vc-trust-strip + .vc-definition {
  max-width: 820px;
  margin-top: 2.4rem;
}

/* FAQ (native collapsible details/summary) */
.vc-faq { margin-top: 1.5rem; max-width: 820px; }
.vc-faq-item { border-top: 1px solid rgba(201,169,97,0.18); }
.vc-faq-item:last-child { border-bottom: 1px solid rgba(201,169,97,0.18); }
.vc-faq-item summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 1.25rem 2.4rem 1.25rem 0;
  font-size: 1.02rem;
  font-weight: 600;
  color: var(--hov-color-text);
  transition: color var(--hov-transition-base);
}
.vc-faq-item summary::-webkit-details-marker { display: none; }
.vc-faq-item summary:hover { color: var(--hov-color-accent); }
.vc-faq-item summary:focus-visible { outline: 2px solid var(--hov-color-accent); outline-offset: 3px; border-radius: 2px; }
.vc-faq-item summary::after {
  content: "";
  position: absolute;
  right: 0.5rem; top: 1.5rem;
  width: 9px; height: 9px;
  border-right: 2px solid var(--hov-color-accent);
  border-bottom: 2px solid var(--hov-color-accent);
  transform: rotate(45deg);
  transition: transform var(--hov-transition-base);
}
.vc-faq-item[open] summary::after { transform: rotate(-135deg); }
.vc-faq-item p { margin: 0 0 1.3rem 0; font-size: 0.95rem; font-weight: 300; line-height: 1.7; color: var(--hov-color-text-muted); max-width: 740px; }

/* Maker / E-E-A-T block */
.vc-maker { display: flex; gap: 1.5rem; align-items: center; margin-top: 1.5rem; max-width: 820px; }
.vc-maker img { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; border: 1px solid rgba(201,169,97,0.4); flex: none; }
.vc-maker p { margin: 0; }

/* Shared site footer on product pages */
.vc-site-footer {
  width: 100%;
  padding: 0 2rem 2rem;
  position: relative;
  z-index: 2;
  text-align: center;
}
.vc-site-footer .hov-footer-info {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2.5rem 0 0;
}

/* Buy card bundle nudge */
.vc-buy-bundle { margin-top: 1rem; font-size: 0.82rem; text-align: center; color: var(--hov-color-text-muted); }
.vc-buy-bundle a { color: var(--hov-color-accent); text-decoration: none; }
.vc-buy-bundle a:hover { color: var(--hov-color-accent-light); }

/* Focus ring for buy buttons */
.vc-buy-btn:focus-visible { outline: 2px solid var(--hov-color-accent-light); outline-offset: 3px; }

/* Mobile navigation toggle (the side menu is hidden below 968px) */
.vc-nav-toggle { display: none; }
.vc-nav-backdrop { display: none; }
@media (max-width: 968px) {
  .vc-nav-toggle {
    display: flex;
    position: fixed;
    top: 1rem; left: 1rem;
    z-index: 1001;
    width: 46px; height: 46px;
    flex-direction: column; align-items: center; justify-content: center; gap: 5px;
    background: rgba(42,38,34,0.92);
    border: 1px solid rgba(201,169,97,0.4);
    border-radius: 10px;
    backdrop-filter: blur(8px);
    cursor: pointer;
    padding: 0;
  }
  .vc-nav-toggle span {
    display: block; width: 20px; height: 2px;
    background: var(--hov-color-accent);
    transition: transform 0.3s, opacity 0.3s;
  }
  .vc-nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .vc-nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .vc-nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .hov-side-menu { transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1); }
  .hov-side-menu.is-open { transform: translateX(0) !important; z-index: 1000; }

  .vc-nav-backdrop {
    display: block;
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .vc-nav-backdrop.is-open { opacity: 1; pointer-events: auto; }

  /* a little more reach on breadcrumb links */
  .vc-breadcrumb { padding-left: 3.35rem; }
  .vc-breadcrumb a { padding: 3px 0; }
}

/* Mobile sticky buy bar */
.vc-mobile-buy { display: none; }
@media (max-width: 880px) {
  .vc-mobile-buy {
    display: flex;
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 200;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 1.1rem calc(0.75rem + env(safe-area-inset-bottom));
    background: rgba(42,38,34,0.97);
    backdrop-filter: blur(12px);
    border-top: 1px solid rgba(201,169,97,0.35);
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    pointer-events: none;
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
  }
  .vc-mobile-buy.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .vc-mobile-buy-label {
    font-family: var(--hov-font-title);
    font-size: 1.05rem;
    color: var(--hov-color-text);
  }
  .vc-mobile-buy .vc-buy-btn { width: auto; padding: 0.7rem 1.5rem; }
  .vc-section { padding-bottom: 6rem; }
  .vc-site-footer-buy-offset { padding-bottom: calc(6rem + env(safe-area-inset-bottom)); }
}

/* Fun fact callout */
.vc-funfact {
  margin-top: 3rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  background: rgba(61,56,51,0.4);
  border: 1px solid rgba(201,169,97,0.2);
  border-left: 3px solid var(--hov-color-accent);
  border-radius: var(--hov-radius-md);
  padding: 1.4rem 1.6rem;
  max-width: 820px;
}
.vc-funfact .vc-funfact-icon { color: var(--hov-color-accent); flex: none; margin-top: 3px; }
.vc-funfact-label {
  font-size: 0.7rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--hov-color-accent);
  margin-bottom: 0.35rem;
}
.vc-funfact p { margin: 0; font-size: 0.95rem; font-weight: 300; line-height: 1.7; color: var(--hov-color-text-muted); }

@media (max-width: 880px) {
  .vc-split { grid-template-columns: 1fr; gap: 1.5rem; }
}

/* Feature grid */
.vc-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}
.vc-features-condensed .vc-feature:last-child { grid-column: 1 / -1; }
.vc-feature {
  background: rgba(61,56,51,0.4);
  border: 1px solid rgba(201,169,97,0.15);
  border-radius: var(--hov-radius-md);
  padding: 1.4rem 1.5rem;
  transition: border-color var(--hov-transition-base), transform var(--hov-transition-base);
}
.vc-feature:hover { border-color: rgba(201,169,97,0.45); transform: translateY(-3px); }
.vc-feature h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--hov-color-text);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.vc-feature h3::before {
  content: "";
  width: 7px; height: 7px;
  flex: none;
  background: var(--hov-color-accent);
  transform: rotate(45deg);
  box-shadow: 0 0 12px var(--hov-color-accent-glow);
}
.vc-feature p { font-size: 0.9rem; line-height: 1.6; color: var(--hov-color-text-muted); margin: 0; }

.vc-result-intro { max-width: 760px; }
.vc-result-media { margin-top: 1.5rem; }
.vc-compare-block { margin-top: 4rem; }

/* VaraVision short proof gallery */
.vv-demo-section { margin-top: 4.5rem; }
.vv-demo-section > p:not(.vc-eyebrow) { max-width: 720px; }
.vv-demo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
  margin-top: 1.8rem;
}
.vv-demo-card {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(201,169,97,0.23);
  border-radius: var(--hov-radius-md);
  background: rgba(28,25,22,0.72);
  box-shadow: 0 14px 38px rgba(0,0,0,0.24);
}
.vv-demo-player {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}
.vv-youtube-player {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #000;
}
.vv-youtube-poster,
.vv-youtube-player iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.vv-youtube-player iframe {
  position: absolute;
  inset: 0;
}
.vv-youtube-player.is-started iframe {
  pointer-events: none;
}
.vv-youtube-poster {
  position: relative;
  z-index: 1;
  object-fit: cover;
}
.vv-youtube-player.is-loading .vv-demo-play {
  cursor: wait;
}
.vv-youtube-player.is-loading .vv-demo-play-icon {
  opacity: 0.78;
}
.vv-youtube-player.is-started .vv-youtube-poster,
.vv-youtube-player.is-started .vv-demo-play {
  display: none;
}
.vv-youtube-controls {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 2.4rem 1.15rem 0.9rem;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 220ms ease, transform 220ms ease;
  background: linear-gradient(to top, rgba(0,0,0,0.82), rgba(0,0,0,0));
}
.vv-youtube-player.is-started.is-controls-visible .vv-youtube-controls {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.vv-youtube-toggle,
.vv-youtube-fullscreen {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  padding: 0;
  border: 0;
  color: #fff;
  cursor: pointer;
  background: transparent;
}
.vv-youtube-toggle span {
  width: 14px;
  height: 18px;
  border-right: 5px solid currentColor;
  border-left: 5px solid currentColor;
}
.vv-youtube-player:not(.is-playing) .vv-youtube-toggle span {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 9px solid transparent;
  border-right: 0;
  border-bottom: 9px solid transparent;
  border-left: 15px solid currentColor;
}
.vv-youtube-fullscreen {
  font-size: 1.35rem;
}
.vv-youtube-toggle:hover,
.vv-youtube-fullscreen:hover,
.vv-youtube-toggle:focus-visible,
.vv-youtube-fullscreen:focus-visible {
  color: var(--hov-color-accent-light);
}
.vv-youtube-progress {
  flex: 1 1 auto;
  min-width: 80px;
  height: 4px;
  cursor: pointer;
  accent-color: var(--hov-color-accent);
}
.vv-youtube-time {
  flex: 0 0 auto;
  min-width: 86px;
  font-size: 0.72rem;
  font-variant-numeric: tabular-nums;
  color: rgba(255,255,255,0.82);
  text-align: center;
}
.vv-demo-card video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #000;
}
.vv-demo-play {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  appearance: none;
  cursor: pointer;
  background:
    radial-gradient(circle at center, rgba(18,15,12,0.08), rgba(18,15,12,0.42));
}
.vv-demo-play[hidden],
.vv-demo-player.is-started .vv-demo-play {
  display: none;
}
.vv-demo-play-icon {
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(255,255,255,0.58);
  border-radius: 50%;
  background: rgba(201,169,97,0.94);
  box-shadow: 0 10px 34px rgba(0,0,0,0.42);
  transition: transform var(--hov-transition-base), box-shadow var(--hov-transition-base);
}
.vv-demo-play-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #211d19;
  transform: translate(-42%, -50%);
}
.vv-demo-play:hover .vv-demo-play-icon {
  transform: scale(1.08);
  box-shadow: 0 13px 42px rgba(0,0,0,0.52), 0 0 0 8px rgba(201,169,97,0.12);
}
.vv-demo-play:focus-visible {
  outline: 3px solid var(--hov-color-accent-light);
  outline-offset: -5px;
}
.vv-hero-player .vv-demo-play-icon {
  width: 88px;
  height: 88px;
}
.vv-hero-player .vv-demo-play-icon::after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  border-left-width: 21px;
}
.vv-demo-card figcaption {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 1rem 1.05rem 1.1rem;
}
.vv-demo-card figcaption strong {
  color: var(--hov-color-text);
  font-family: var(--hov-font-title);
  font-size: 1.04rem;
  font-weight: 400;
}
.vv-demo-card figcaption span {
  color: var(--hov-color-text-muted);
  font-size: 0.78rem;
  font-weight: 300;
  line-height: 1.55;
}
.vv-demo-section .vc-proof-cta { margin-top: 1.2rem; }

.vc-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-top: 4.5rem;
}
.vc-info-grid .vc-block { margin-top: 0; }
.vc-install-note { margin-top: 1.5rem; }

/* Plain marked list (who it's for / requirements / install) */
.vc-list { list-style: none; margin: 1rem 0 0 0; padding: 0; }
.vc-list li {
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 0.9rem;
  font-size: 0.98rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--hov-color-text-muted);
}
.vc-list li::before {
  content: "";
  position: absolute;
  left: 0; top: 0.55rem;
  width: 9px; height: 9px;
  border: 1px solid var(--hov-color-accent);
  transform: rotate(45deg);
}
.vc-list li strong { color: var(--hov-color-text); font-weight: 600; }

/* Highlight / trust panel */
.vc-panel {
  background: linear-gradient(160deg, rgba(201,169,97,0.08) 0%, rgba(61,56,51,0.3) 100%);
  border: 1px solid rgba(201,169,97,0.25);
  border-left: 3px solid var(--hov-color-accent);
  border-radius: var(--hov-radius-md);
  padding: 2rem 2.2rem;
}
.vc-panel p:last-child { margin-bottom: 0; }

/* Two column cards (install) */
.vc-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 1.5rem; }
.vc-card {
  background: rgba(61,56,51,0.4);
  border: 1px solid rgba(201,169,97,0.15);
  border-radius: var(--hov-radius-md);
  padding: 1.6rem;
}
.vc-card h3 { font-size: 1rem; color: var(--hov-color-text); margin-bottom: 0.6rem; }
.vc-card p { font-size: 0.9rem; margin: 0; color: var(--hov-color-text-muted); font-weight: 300; line-height: 1.6; }
.vc-card .vc-num {
  font-family: var(--hov-font-title);
  font-size: 1.4rem;
  color: var(--hov-color-accent);
  display: block;
  margin-bottom: 0.5rem;
}

/* Final CTA */
.vc-final-cta {
  margin-top: 5rem;
  text-align: center;
  background: linear-gradient(160deg, var(--hov-color-background-soft) 0%, rgba(42,38,34,0.5) 100%);
  border: 1px solid rgba(201,169,97,0.3);
  border-radius: var(--hov-radius-lg);
  padding: 3.5rem 2rem;
}
.vc-final-cta h2 { font-family: var(--hov-font-title); font-weight: 400; font-size: clamp(1.6rem, 3vw, 2.3rem); color: var(--hov-color-text); margin-bottom: 1rem; }
.vc-final-cta p { color: var(--hov-color-text-muted); font-weight: 300; max-width: 540px; margin: 0 auto 2rem auto; }
.vc-final-cta .vc-buy-btn { display: inline-flex; width: auto; padding: 1rem 2.4rem; }
.vc-family-line { margin-top: 1.6rem; font-size: 0.85rem; color: var(--hov-color-text-muted); }
.vc-family-line a { color: var(--hov-color-accent); text-decoration: none; }

/* ============================================================
   HUB PAGE (/products) - VisionCore family overview
   ============================================================ */

/* Tool cards grid */
.vc-product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

/* Featured card: VaraVision, spans full width, icon left + content right */
.vc-product-card.featured {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 2.2rem;
  padding: 2.4rem;
  border-color: rgba(201,169,97,0.45);
  background: linear-gradient(150deg, rgba(201,169,97,0.1) 0%, rgba(42,38,34,0.6) 60%);
}
.vc-product-card.featured > * { grid-column: 2; }
.vc-product-card.featured .vc-product-icon {
  grid-column: 1;
  grid-row: 1 / span 5;
  align-self: center;
  width: 84px; height: 84px;
  margin-bottom: 0;
}
.vc-product-card.featured .vc-product-icon svg { width: 38px; height: 38px; }
.vc-product-card.featured h3 { font-size: 2.1rem; }

/* Launch discount sticker on the featured card */
.vc-launch-sticker {
  position: absolute;
  top: -16px; right: -12px;
  z-index: 3;
  width: 96px; height: 96px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: var(--hov-color-accent);
  color: #241f1b;
  transform: rotate(9deg);
  box-shadow: 0 10px 26px rgba(0,0,0,0.4);
  border: 2px solid rgba(255,255,255,0.25);
  line-height: 1;
  pointer-events: none;
}
.vc-launch-sticker .vc-ls-pct { font-family: var(--hov-font-title); font-size: 1.65rem; font-weight: 700; }
.vc-launch-sticker .vc-ls-off { font-size: 0.62rem; letter-spacing: 0.22em; text-transform: uppercase; margin-top: 2px; }
.vc-launch-sticker .vc-ls-code { font-size: 0.56rem; font-weight: 700; letter-spacing: 0.06em; margin-top: 5px; }
.vc-product-card.featured:hover .vc-launch-sticker { transform: rotate(9deg) scale(1.05); transition: transform var(--hov-transition-base); }

.vc-product-card.featured > p.vc-launch-note {
  font-size: 0.82rem;
  color: var(--hov-color-accent);
  max-width: none;
  margin: -0.4rem 0 1.2rem 0;
  flex: none;
}
.vc-launch-note strong { font-weight: 700; letter-spacing: 0.05em; }
.vc-product-card.featured > p { font-size: 1rem; max-width: 62ch; }
.vc-product-card.featured .vc-product-price { font-size: 1.6rem; }
.vc-product-card.featured .vc-product-foot { justify-content: flex-end; }

/* Coming-soon cards sit smaller underneath */
.vc-product-card.coming { padding: 1.5rem; opacity: 0.9; }
.vc-product-card.coming .vc-product-icon { width: 46px; height: 46px; margin-bottom: 1rem; }
.vc-product-card.coming .vc-product-icon svg { width: 22px; height: 22px; }
.vc-product-card.coming h3 { font-size: 1.3rem; }
.vc-product-card.coming:hover { transform: translateY(-3px); }
.vc-product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: linear-gradient(160deg, var(--hov-color-background-soft) 0%, rgba(42,38,34,0.55) 100%);
  border: 1px solid rgba(201,169,97,0.2);
  border-radius: var(--hov-radius-lg);
  padding: 1.8rem;
  text-decoration: none;
  transition: border-color var(--hov-transition-base), transform var(--hov-transition-base), box-shadow var(--hov-transition-base);
}
.vc-product-card:hover {
  border-color: rgba(201,169,97,0.5);
  transform: translateY(-4px);
  box-shadow: 0 18px 50px rgba(0,0,0,0.35);
}
.vc-product-icon {
  width: 54px; height: 54px;
  border-radius: var(--hov-radius-md);
  display: flex; align-items: center; justify-content: center;
  background: rgba(201,169,97,0.1);
  border: 1px solid rgba(201,169,97,0.3);
  margin-bottom: 1.2rem;
  color: var(--hov-color-accent);
}
.vc-product-badge {
  position: absolute;
  top: 1.4rem; right: 1.4rem;
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hov-color-accent);
  border: 1px solid rgba(201,169,97,0.4);
  border-radius: var(--hov-radius-full);
  padding: 0.3rem 0.7rem;
}
.vc-product-card h3 {
  font-family: var(--hov-font-title);
  font-weight: 400;
  font-size: 1.5rem;
  color: var(--hov-color-text);
  margin-bottom: 0.3rem;
  letter-spacing: 0.02em;
}
.vc-product-kind {
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--hov-color-accent);
  margin-bottom: 0.9rem;
}
.vc-product-card > p {
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--hov-color-text-muted);
  margin-bottom: 1.4rem;
  flex: 1;
}
.vc-product-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(201,169,97,0.18);
  padding-top: 1.1rem;
}
.vc-product-price {
  font-family: var(--hov-font-title);
  font-size: 1.3rem;
  color: var(--hov-color-text);
}
.vc-product-price.soon { font-size: 0.9rem; color: var(--hov-color-text-muted); font-family: var(--hov-font-body); }
.vc-card-cta {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--hov-color-accent);
  white-space: nowrap;
}

/* Bundle block */
.vc-bundle {
  margin-top: 3.5rem;
  border-radius: var(--hov-radius-lg);
  border: 1px solid rgba(201,169,97,0.4);
  background: linear-gradient(135deg, rgba(201,169,97,0.12) 0%, rgba(61,56,51,0.4) 100%);
  padding: 2.6rem 2.4rem;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 2rem;
  align-items: center;
}
.vc-bundle h2 {
  font-family: var(--hov-font-title);
  font-weight: 400;
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  color: var(--hov-color-text);
  margin-bottom: 0.8rem;
}
.vc-bundle p { color: var(--hov-color-text-muted); font-weight: 300; line-height: 1.7; margin: 0; }
.vc-bundle-buy { text-align: center; }
.vc-bundle-price-row { display: flex; align-items: baseline; justify-content: center; gap: 0.7rem; margin-bottom: 0.3rem; }
.vc-bundle-price { font-family: var(--hov-font-title); font-size: 3rem; color: var(--hov-color-text); line-height: 1; }
.vc-save { font-size: 0.85rem; color: var(--hov-color-accent); margin-bottom: 1.2rem; }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 880px) {
  .vc-hero-showcase {
    grid-template-columns: 1fr;
    grid-template-areas:
      "intro"
      "media"
      "action";
    gap: 1.5rem;
    margin-top: 2rem;
  }
  .vc-hero-showcase .hov-section-title { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .vc-hero-action { width: 100%; }
  .vc-hero-cta { max-width: none; }
  .vc-checkout-note { max-width: none; text-align: center; }
  .vc-trust-strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
  }
  .vc-trust-strip li {
    justify-content: flex-start;
    padding: 0.7rem 0.8rem;
    white-space: normal;
  }
  .vc-hero-grid { grid-template-columns: 1fr; }
  .vc-buy-card { position: static; }
  .vc-features, .vc-cols { grid-template-columns: 1fr; }
  .vc-features-condensed .vc-feature:last-child { grid-column: auto; }
  .vc-info-grid { grid-template-columns: 1fr; gap: 3.5rem; }
  .vc-proof-cta { align-items: stretch; flex-direction: column; text-align: center; }
  .vc-proof-cta .vc-buy-btn { width: 100%; }
  .vc-product-grid { grid-template-columns: 1fr; }
  .vc-product-card.featured { grid-template-columns: 1fr; column-gap: 0; }
  .vc-product-card.featured > * { grid-column: 1; }
  .vc-product-card.featured .vc-product-icon { grid-column: 1; grid-row: auto; align-self: start; margin-bottom: 1.2rem; }
  .vc-bundle { grid-template-columns: 1fr; text-align: center; }
  .vc-bundle-price-row { justify-content: center; }
  .vv-hero.vc-hero-showcase { margin-top: 2rem; }
  .vv-hero-intro { grid-template-columns: 1fr; gap: 1.8rem; }
  .vv-hero .hov-section-title { font-size: clamp(3rem, 13vw, 4.6rem); }
  .vv-buy-panel { padding: 1.4rem; }
  .vv-video-lead { margin-top: 3rem; }
  .vv-demo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vv-demo-card:last-child { grid-column: 1 / -1; }
}

@media (min-width: 881px) and (max-width: 1180px) {
  .vc-hero-showcase {
    grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
    grid-template-areas:
      "intro media"
      "action media";
    column-gap: 1.5rem;
    row-gap: 1.2rem;
  }
  .vc-hero-showcase .hov-section-title { font-size: clamp(2.75rem, 4.4vw, 3.35rem); }
  .vc-hero-kicker { font-size: clamp(1.3rem, 2.4vw, 1.7rem); }
  .vc-hero-showcase .vc-pitch { font-size: 0.94rem; }
  .vc-hero-action { width: 100%; }
  .vc-hero-cta { max-width: none; font-size: 0.9rem; padding: 0.9rem 1rem; }
  .vc-checkout-note { font-size: 0.76rem; }
}
@media (max-width: 600px) {
  .vc-section { padding: 3rem 0 calc(5.5rem + env(safe-area-inset-bottom)) 0; }
  .vc-container { padding: 0 1.25rem; }
  .vv-hero .hov-section-title { font-size: clamp(2.85rem, 16vw, 4rem); }
  .vv-hero .vc-hero-kicker { font-size: clamp(1.35rem, 7vw, 1.75rem); }
  .vv-video-lead {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 2.6rem;
  }
  .vv-video-placeholder { min-height: 210px; }
  .vv-placeholder-badge {
    top: 0.8rem;
    left: 0.8rem;
  }
  .vv-video-promise { gap: 0.55rem; padding: 2.6rem 1.2rem 1.4rem; }
  .vv-play-button { width: 54px; height: 54px; font-size: 1rem; }
  .vv-video-promise strong { font-size: clamp(1.35rem, 8vw, 2rem); }
  .vv-video-promise > span:last-child { font-size: 0.75rem; }
  .vv-demo-grid { grid-template-columns: 1fr; }
  .vv-demo-card:last-child { grid-column: auto; }
}

/* ============================================================
   Body-copy links: bold in the text color, never browser blue
   (maker block, FAQ answers, definition, family/bundle lines)
   ============================================================ */
.vc-definition a,
.vc-block p a,
.vc-block li a,
.vc-family-line a,
.vc-buy-bundle a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
  transition: color var(--hov-transition-base);
}
.vc-definition a:hover,
.vc-block p a:hover,
.vc-block li a:hover,
.vc-family-line a:hover,
.vc-buy-bundle a:hover {
  color: var(--hov-color-accent);
}

/* Coming soon states */
.vc-buy-btn-soon {
  opacity: 0.55;
  cursor: default;
  pointer-events: none;
  user-select: none;
}
.vc-card-soon {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--hov-color-accent);
  opacity: 0.85;
}

/* Coming soon hero (stripped product pages) */
.vc-soon-hero {
  text-align: center;
  padding: 14vh 0 10vh 0;
}
.vc-soon-hero .hov-luxury-divider { justify-content: center; }
.vc-soon-big {
  font-family: var(--hov-font-title);
  font-size: clamp(3.2rem, 9vw, 6.5rem);
  line-height: 1.1;
  color: var(--hov-color-accent);
  margin: 2.5rem 0 1.5rem 0;
}
.vc-soon-hero .vc-family-line { margin-top: 1rem; }

/* Launch discount line */
.vc-launch-deal {
  margin: 0.4rem 0 1rem 0;
  font-size: 0.85rem;
  text-align: center;
  color: var(--hov-color-accent);
}
.vc-launch-deal strong { font-weight: 700; letter-spacing: 0.06em; }
.vc-final-cta .vc-launch-deal { margin: 0 0 1.4rem 0; }
