/* InterVu homepage — split layout (static left + permanent detail right) */
.intervu-home-split {
  padding: 0;
}

.intervu-home-row {
  margin-left: 0;
  margin-right: 0;
}

/* Match bootstrap gutter between the two InterVu panels */
.intervu-home-row > .col-lg-6:first-child {
  padding-left: 0;
  padding-right: 15px;
}

.intervu-home-row > .col-lg-6:last-child {
  padding-left: 15px;
  padding-right: 0;
}

/*
 * Reset main product-grid rules (.versator .col-lg-6:nth-child …)
 * that also match this inner row — backup CSS uses unscoped nth-child selectors.
 */
.versator .intervu-home-row > .col-lg-6:nth-child(odd) .versator-bg,
.versator .intervu-home-row > .col-lg-6:nth-child(even) .versator-bg {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.versator .intervu-home-row > .col-lg-6 .versator-bg .text-box1,
.versator .intervu-home-row > .col-lg-6 .versator-bg .text-box2 {
  padding-left: 0;
  padding-right: 0;
}

.versator .intervu-home-row > .col-lg-6 .common-btn {
  float: none;
  margin-top: 12px;
}

.versator .intervu-home-row > .col-lg-6:nth-child(even) .text-box2 {
  right: auto;
}

.versator .intervu-home-row > .col-lg-6:nth-child(even) .main-img {
  left: auto;
  top: 0;
  width: auto;
  height: auto;
}

.versator .intervu-home-row > .col-lg-6 .versator-bg > .patch {
  display: none !important;
}

.versator .intervu-home-row > .col-lg-6 .versator-bg {
  border-radius: 0;
}

.intervu-home-detail.versator-bg:hover h4,
.intervu-home-detail.versator-bg:hover .text-box2 h4,
.intervu-home-detail.versator-bg:hover .text-box2 p {
  display: block !important;
  color: #fff !important;
}

.versator .intervu-home-row > .col-lg-6 .versator-bg .main-img.desktop-img {
  width: 77%;
  max-width: 77%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}

.versator .intervu-home-row > .col-lg-6 .intervu-home-detail .text-box2 {
  z-index: 2;
}

/* Left card: default look only, no hover */
.intervu-home-static.versator-bg {
  padding-top: 30px;
  padding-left: 15px;
  margin-bottom: 30px;
}

/* No hover interaction — keep default card appearance */
.intervu-home-static.versator-bg:hover {
  background: #e8e8e8;
}

.intervu-home-static.versator-bg:hover .text-box1 {
  opacity: 1;
  display: block;
}

.intervu-home-static.versator-bg:hover h2 {
  color: #e65100;
  display: block;
}

.intervu-home-static.versator-bg:hover h4,
.intervu-home-static.versator-bg:hover p {
  display: none;
}

.intervu-home-static.versator-bg:hover .common-btn {
  background: #848484;
}

.intervu-home-static.versator-bg:hover .versator-logos {
  opacity: 1;
}

.intervu-home-static.versator-bg:hover .versator-logos-color {
  opacity: 0;
}

.intervu-home-static.versator-bg:hover .text-box2 {
  opacity: 0;
  display: none;
}

.intervu-home-static .versator-logos {
  left: 25px;
  right: auto;
}

.intervu-home-static .versator-logos-color {
  left: 25px;
  right: auto;
}

.intervu-home-static .main-img.desktop-img {
  right: 0;
  left: auto;
  object-position: right center;
}

@media (min-width: 769px) {
  .intervu-home-static.versator-bg {
    border-bottom-left-radius: 30px;
  }

  /* Override .versator .col-lg-6:nth-child(1) .patch (top-left) — bottom-left corner */
  .versator .intervu-home-row > .col-lg-6:first-child .intervu-home-static .patch {
    position: absolute;
    left: -9px;
    right: auto;
    top: auto;
    bottom: -7px;
    z-index: -1;
    transform: rotate(180deg);
    display: block !important;
  }
}

@media (max-width: 768px) {
  .intervu-home-static.versator-bg {
    border-bottom-left-radius: 30px;
  }

  .versator .intervu-home-row > .col-lg-6:first-child .intervu-home-static .patch {
    position: absolute;
    left: -9px;
    right: auto;
    top: auto;
    bottom: -7px;
    z-index: -1;
    transform: rotate(180deg);
    display: block !important;
  }
}

/* Right panel: permanent hover look (matches right-column cards) */
.intervu-home-detail.versator-bg {
  background: #848484;
  padding-top: 15px;
  padding-right: 30px;
  text-align: right;
  margin-bottom: 30px;
}

.intervu-home-detail.versator-bg:hover {
  background: #848484;
}

/* Scoped selector for InterVu detail panel text */
.versator .intervu-home-row > .col-lg-6:last-child .intervu-home-detail .text-box2 {
  position: absolute;
  top: 28px;
  right: 13px;
  left: auto;
  width: 40%;
  min-width: 140px;
  max-width: 220px;
  opacity: 1;
  padding-right: 0;
  padding-top: 0;
  text-align: right;
  box-sizing: border-box;
}

.intervu-home-detail .text-box2 h4,
.intervu-home-detail .text-box2 p {
  display: block;
  color: #fff;
}

.intervu-home-detail .text-box2 h4 {
  color: #fff;
  font-weight: 600;
}

.intervu-home-detail .common-btn {
  background: #e75200;
  float: right;
  margin-top: 12px;
}

.intervu-home-detail .main-img.desktop-img {
  position: absolute;
  left: -2px;
  top: 0;
  right: auto;
  bottom: 0;
  width: 77%;
  max-width: 77%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

@media (min-width: 1200px) {
  .intervu-home-detail.versator-bg {
    padding-top: 20px;
    padding-right: 31px;
  }

  .versator .intervu-home-row > .col-lg-6:last-child .intervu-home-detail .text-box2 {
    top: 36px;
    width: 38%;
    min-width: 130px;
    max-width: 200px;
  }
}

@media (min-width: 769px) {
  .intervu-home-static.versator-bg {
    border-bottom-left-radius: 30px;
    overflow: hidden;
  }

  .intervu-home-detail.versator-bg {
    border-bottom-right-radius: 30px;
    overflow: hidden;
  }

  /* Bottom-right corner — moved from LapEz VN (card 6) */
  .versator .intervu-home-row > .col-lg-6:last-child .intervu-home-detail .patch {
    position: absolute;
    right: -25px;
    left: auto;
    top: auto;
    bottom: 10px;
    z-index: -1;
    transform: rotate(90deg);
    display: block !important;
  }
}

@media (max-width: 768px) {
  .intervu-home-static.versator-bg,
  .intervu-home-detail.versator-bg {
    overflow: hidden;
  }

  .intervu-home-detail.versator-bg {
    border-bottom-right-radius: 30px;
  }

  .intervu-home-row > .col-lg-6:first-child,
  .intervu-home-row > .col-lg-6:last-child {
    padding-left: 0;
    padding-right: 0;
  }

  .intervu-home-row > .col-lg-6:last-child {
    margin-top: 30px;
  }

  .versator .intervu-home-row > .col-lg-6:last-child .intervu-home-detail .patch {
    position: absolute;
    right: -25px;
    left: auto;
    top: auto;
    bottom: 10px;
    z-index: -1;
    transform: rotate(90deg);
    display: block !important;
  }

  .versator .intervu-home-row > .col-lg-6:last-child .intervu-home-detail .text-box2 {
    position: relative;
    top: auto;
    right: auto;
    max-width: 100%;
    padding: 1.25rem 1rem 1rem;
  }

  .intervu-home-detail .main-img {
    display: none;
  }
}

/* Detail panel copy — match hover text sizing on other product cards */
.intervu-home-detail .text-box2 h4 {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 5px;
}

.intervu-home-detail .text-box2 p {
  font-size: 12px;
  line-height: 17px;
  margin-top: 0;
  margin-bottom: 6px;
}

@media (max-width: 1600px) and (min-width: 1200px) {
  .intervu-home-detail .text-box2 h4 {
    font-size: 14px;
    line-height: 17px;
  }

  .intervu-home-detail .text-box2 p {
    font-size: 11px;
    line-height: 15px;
  }
}

@media (max-width: 1199px) {
  .intervu-home-detail .text-box2 p {
    font-size: 14px;
    line-height: 18px;
  }
}

/* InterVu product page */

.intervu-viewer-wrap {
  margin-top: 3rem;
}

.intervu-viewer {
  position: relative;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.intervu-viewer__stage {
  position: relative;
  width: 100%;
}

.intervu-viewer__image {
  display: block;
  width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-drag: none;
}

.intervu-viewer__hotspots {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.intervu-hotspot {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: auto;
}

.intervu-viewer-hint {
  margin: 1rem auto 1.5rem;
  text-align: center;
  color: #666;
  font-size: 0.95rem;
  max-width: 640px;
}

.intervu-hotspot-marker {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.intervu-hotspot-marker__dot {
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: #f58220;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px rgba(245, 130, 32, 0.35);
}

.intervu-hotspot-marker__pulse {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(245, 130, 32, 0.25);
  animation: intervu-hotspot-pulse 2s ease-out infinite;
}

.intervu-hotspot-marker.is-active .intervu-hotspot-marker__dot,
.intervu-hotspot-marker:hover .intervu-hotspot-marker__dot {
  background: #e75200;
  transform: scale(1.1);
}

@keyframes intervu-hotspot-pulse {
  0% {
    transform: scale(0.7);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.intervu-hotspot-popup {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  --intervu-callout-line: 16.5px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 3;
}

.intervu-hotspot-popup.is-open {
  opacity: 1;
}

.intervu-hotspot-popup__panel {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  min-width: 180px;
  max-width: 240px;
  padding: 12px 14px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #f0c9a3;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  text-align: left;
}

.intervu-hotspot-popup__panel h4 {
  color: #f58220;
  font-size: 0.9rem;
  margin: 0;
  text-transform: none;
  line-height: 1.3;
}

.intervu-hotspot-popup__line {
  position: absolute;
  z-index: 1;
  background: #f58220;
  height: 2px;
  transform-origin: 0 50%;
}

.intervu-hotspot-popup--left .intervu-hotspot-popup__panel {
  transform: translate(calc(-100% - var(--intervu-callout-line)), -50%);
}

.intervu-hotspot-popup--left .intervu-hotspot-popup__line {
  width: var(--intervu-callout-line);
  left: 0;
  top: 0;
  transform: translate(-100%, -50%);
}

.intervu-hotspot-popup--right .intervu-hotspot-popup__panel {
  transform: translate(var(--intervu-callout-line), -50%);
}

.intervu-hotspot-popup--right .intervu-hotspot-popup__line {
  width: var(--intervu-callout-line);
  left: 0;
  top: 0;
  transform: translate(0, -50%);
}

.intervu-hotspot-popup--top .intervu-hotspot-popup__panel {
  transform: translate(-50%, calc(-100% - var(--intervu-callout-line)));
}

.intervu-hotspot-popup--top .intervu-hotspot-popup__line {
  width: 2px;
  height: var(--intervu-callout-line);
  left: 0;
  top: 0;
  transform: translate(-50%, -100%);
}

.intervu-hotspot-popup--bottom .intervu-hotspot-popup__panel {
  transform: translate(-50%, var(--intervu-callout-line));
}

.intervu-hotspot-popup--bottom .intervu-hotspot-popup__line {
  width: 2px;
  height: var(--intervu-callout-line);
  left: 0;
  top: 0;
  transform: translate(-50%, 0);
}

/* Label box below marker; leader line points to a feature on the image */
.intervu-hotspot-popup--box-below .intervu-hotspot-popup__panel {
  transform: translate(-50%, var(--intervu-callout-line));
}

.intervu-hotspot-popup--box-below .intervu-hotspot-popup__line {
  display: none;
}

.intervu-hotspot-popup--box-right .intervu-hotspot-popup__panel {
  transform: translate(var(--intervu-callout-line), -50%);
}

.intervu-hotspot-popup--box-right .intervu-hotspot-popup__line {
  display: none;
}

.intervu-hotspot-leader-line {
  position: absolute;
  height: 2px;
  background: #f58220;
  transform-origin: 0 50%;
  pointer-events: none;
  z-index: 2;
}

.intervu-hotspot-leader-line::after {
  content: '';
  position: absolute;
  right: -3px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f58220;
  transform: translateY(-50%);
}

.intervu-hotspot-popup--chip-camera .intervu-hotspot-popup__panel {
  min-width: 220px;
  max-width: 280px;
  padding: 8px 12px;
}

.intervu-hotspot-popup--chip-camera .intervu-hotspot-popup__panel h4 {
  line-height: 1.15;
  font-size: 0.85rem;
}

.intervu-magnifier {
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: 4;
}

.intervu-magnifier canvas {
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50%;
}

.intervu-magnifier__ring {
  position: absolute;
  inset: 0;
  border: 3px solid #f58220;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

@media (max-width: 767px) {
  .intervu-hotspot-popup__panel {
    min-width: 150px;
    max-width: 190px;
    padding: 10px 12px;
  }

  .intervu-viewer--mobile .intervu-hotspot-popup--chip-camera .intervu-hotspot-popup__panel {
    min-width: 210px;
    max-width: 260px;
    padding: 6px 10px;
  }

  .intervu-viewer--mobile .intervu-hotspot-popup--chip-camera .intervu-hotspot-popup__panel h4 {
    line-height: 1.1;
    font-size: 0.8rem;
  }

  .intervu-viewer-hint {
    font-size: 0.85rem;
    padding: 0 0.5rem;
  }
}

.intervu-value-cards {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

@media (max-width: 1199px) {
  .intervu-value-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .intervu-value-cards {
    grid-template-columns: 1fr;
  }
}

.intervu-value-card {
  position: relative;
  min-height: 320px;
  border-radius: 6px;
  overflow: hidden;
  background-size: cover;
  background-position: center top;
  cursor: default;
}

.intervu-value-card .card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 18px 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(0, 0, 0, 0.82) 100%);
  color: #fff;
  transition: background 0.35s ease;
}

.intervu-value-card:hover .card-overlay {
  background: linear-gradient(180deg, rgba(245, 130, 32, 0.15) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.9) 100%);
}

.intervu-value-card .card-label {
  color: #f58220;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.intervu-value-card .card-heading {
  font-size: 1rem;
  line-height: 1.35;
  margin-bottom: 0;
}

.intervu-value-card .card-body-text {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  margin-top: 0;
  font-size: 0.9rem;
  line-height: 1.45;
  transition: max-height 0.4s ease, opacity 0.35s ease, margin-top 0.35s ease;
}

.intervu-value-card:hover .card-body-text {
  max-height: 160px;
  opacity: 1;
  margin-top: 10px;
}

.intervu-comparison-section {
  padding-top: 2rem;
  padding-bottom: 1rem;
}

.intervu-comparison-table {
  margin-top: 0;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.intervu-comparison-table__grid {
  border-top: 3px solid #f58220;
  margin-bottom: 0;
}

.intervu-comparison-table__grid th,
.intervu-comparison-table__grid td {
  border-color: #e8e8e8;
  vertical-align: middle;
}

.intervu-comparison-table__corner {
  width: 22%;
  background: #fff;
  border-top: 0;
}

.intervu-comparison-table__head {
  text-align: center;
  font-size: 0.95rem;
  line-height: 1.35;
  padding: 1.25rem 1rem;
  border-top: 0;
  color: #333;
  background: #fdf3eb;
}

.intervu-comparison-table__icon {
  display: block;
  margin: 0 auto 0.5rem;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}

.intervu-comparison-table__icon--cross {
  color: #e53935;
}

.intervu-comparison-table__icon--check {
  color: #7b4bb7;
}

.intervu-comparison-table__label {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  background: #fafafa;
  color: #333;
  width: 22%;
}

.intervu-comparison-table__grid tbody td {
  font-size: 0.92rem;
  line-height: 1.45;
  padding: 1rem;
}

@media (max-width: 767px) {
  .intervu-comparison-table__head {
    font-size: 0.78rem;
    padding: 0.85rem 0.5rem;
  }

  .intervu-comparison-table__label {
    font-size: 0.68rem;
  }

  .intervu-comparison-table__grid tbody td {
    font-size: 0.8rem;
    padding: 0.75rem 0.5rem;
  }
}

.intervu-tagline-section {
  padding: 4rem 1rem;
  text-align: center;
  background: #fff;
}

.intervu-tagline-section .tagline-phrases {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.25rem;
  max-width: 900px;
  margin: 0 auto;
}

.intervu-tagline-section .tagline-phrase {
  color: #f58220;
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 600;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.intervu-tagline-section.is-visible .tagline-phrase {
  opacity: 1;
  transform: translateY(0);
}

.intervu-tagline-section.is-visible .tagline-phrase:nth-child(1) {
  transition-delay: 0.1s;
}

.intervu-tagline-section.is-visible .tagline-phrase:nth-child(2) {
  transition-delay: 0.35s;
}

.intervu-tagline-section.is-visible .tagline-phrase:nth-child(3) {
  transition-delay: 0.6s;
}

.intervu-benefits-wrapper .easy-single .intervu-benefit-img {
  display: block;
  width: 128px;
  height: 128px;
  object-fit: contain;
  margin: 0 auto 16px;
}

@media (max-width: 767px) {
  .intervu-benefits-wrapper .easy-single .intervu-benefit-img {
    width: 104px;
    height: 104px;
  }
}

.intervu-benefits-wrapper.easy-wrapper .easy-single h3 span {
  color: #f58220;
  font-size: 0.95rem;
}

.intervu-benefits-wrapper .easy-single .hidden-text {
  color: #333;
  font-weight: 400;
  text-transform: none;
  font-size: 0.9rem;
  line-height: 1.5;
}

.intervu-benefits-wrapper.easy-wrapper .easy-single:hover h3 span {
  color: #f58220;
}

.product-content.intervu-content .content-wrapper.intervu-intro-full {
  display: block;
}

.product-content.intervu-content .content-wrapper.intervu-intro-full .text-box {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.product-content.intervu-content .content-wrapper.intervu-intro-full .text-box h1,
.product-content.intervu-content .content-wrapper.intervu-intro-full .text-box p {
  width: auto;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
