/* 3DV product description layout v20260523-visual-pass */
.threedv-details {
  width: min(100% - 32px, 1240px);
  margin: 0 auto;
  padding: clamp(48px, 7vw, 88px) 0;
  color: #334155;
}

.threedv-details,
.threedv-details * {
  box-sizing: border-box;
}

.threedv-details__description {
  color: #334155;
}

.threedv-details__intro,
.threedv-details__feature,
.threedv-details__cards,
.threedv-details__specs {
  display: none !important;
}

.threedv-details__description > *:first-child {
  margin-top: 0;
}

.threedv-details__description > *:last-child {
  margin-bottom: 0;
}

.threedv-details-tabs {
  display: grid;
  gap: 18px;
}

.threedv-details-tabs__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.threedv-details-tabs__nav {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(150px, 1fr));
  gap: 6px;
  width: min(100%, 420px);
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  padding: 6px;
  background: #f8fbfd;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.threedv-details-tabs__nav label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 999px;
  padding: 10px 18px;
  color: #475569;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.threedv-details-tabs__input:focus-visible + .threedv-details-tabs__input + .threedv-details-tabs__nav label:first-child,
.threedv-details-tabs__input:focus-visible + .threedv-details-tabs__nav label:last-child {
  outline: 2px solid #117989;
  outline-offset: 2px;
}

.threedv-details-tabs__panel {
  display: none;
}

.threedv-details-tabs__input:nth-of-type(1):checked ~ .threedv-details-tabs__nav label:nth-child(1),
.threedv-details-tabs__input:nth-of-type(2):checked ~ .threedv-details-tabs__nav label:nth-child(2) {
  background: #020617;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
}

.threedv-details-tabs__input:nth-of-type(1):checked ~ .threedv-details-tabs__panels .threedv-details-tabs__panel--info,
.threedv-details-tabs__input:nth-of-type(2):checked ~ .threedv-details-tabs__panels .threedv-details-tabs__panel--specs {
  display: block;
}

.threedv-specs {
  display: grid;
  gap: 20px;
  font-family: Inter, var(--font-body-family), ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0;
}

.threedv-specs__header,
.threedv-specs__table,
.threedv-specs__notes > div {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.threedv-specs__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding: clamp(24px, 4vw, 40px);
  background:
    radial-gradient(circle at 86% 12%, rgba(20, 184, 196, 0.14), transparent 14rem),
    linear-gradient(135deg, #ffffff, #e8fbfd);
}

.threedv-specs__eyebrow {
  margin: 0;
  color: #117989;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.22em;
  line-height: 1.3;
  text-transform: uppercase;
}

.threedv-specs h2,
.threedv-specs h3,
.threedv-specs p {
  letter-spacing: 0;
}

.threedv-specs h2,
.threedv-specs h3 {
  margin: 0;
  color: #020617;
  font-weight: 700;
}

.threedv-specs h2 {
  margin-top: 12px;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.08;
}

.threedv-specs p {
  max-width: 760px;
  margin: 14px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.75;
}

.threedv-specs__download {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid #020617;
  border-radius: 999px;
  padding: 11px 20px;
  background: #020617;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.threedv-specs__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.threedv-specs__table {
  overflow: hidden;
}

.threedv-specs__table--wide {
  grid-column: 1 / -1;
}

.threedv-specs__table h3 {
  padding: 15px 18px;
  background: #f3f9fb;
  color: #0f5967;
  font-size: 13px;
  line-height: 1.25;
  text-transform: uppercase;
}

.threedv-specs table {
  width: 100%;
  border-collapse: collapse;
}

.threedv-specs th,
.threedv-specs td {
  vertical-align: top;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  padding: 13px 16px;
  color: #334155;
  font-size: 14px;
  line-height: 1.55;
  text-align: left;
}

.threedv-specs th {
  width: 38%;
  color: #64748b;
  font-weight: 700;
}

.threedv-specs td {
  font-weight: 650;
}

.threedv-specs__notes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.threedv-specs__notes > div {
  display: grid;
  gap: 8px;
  padding: 18px;
}

.threedv-specs__notes strong {
  color: #020617;
  font-size: 14px;
  line-height: 1.3;
}

.threedv-specs__notes span {
  color: #526477;
  font-size: 13px;
  line-height: 1.65;
}

.threedv-description {
  display: grid;
  gap: clamp(18px, 3vw, 28px);
  color: #334155;
  font-family: Inter, var(--font-body-family), ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0;
}

.threedv-description * {
  box-sizing: border-box;
}

.threedv-description a {
  color: inherit;
  text-decoration: none;
}

.threedv-description img {
  display: block;
  width: 100%;
  height: auto;
}

.threedv-description__hero,
.threedv-description__section,
.threedv-description__cta {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.threedv-description__hero {
  background: #edf3f7;
}

.threedv-description__hero img {
  max-height: 620px;
  object-fit: cover;
  object-position: center;
}

.threedv-description__copy {
  padding: clamp(24px, 5vw, 44px);
  align-self: center;
}

.threedv-description__eyebrow {
  margin: 0;
  color: #64748b;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  line-height: 1.3;
  text-transform: uppercase;
}

.threedv-description h1,
.threedv-description h2,
.threedv-description h3,
.threedv-description p {
  letter-spacing: 0;
}

.threedv-description h1,
.threedv-description h2,
.threedv-description h3 {
  margin: 0;
  color: #020617;
  font-weight: 670;
}

.threedv-description h1 {
  max-width: 880px;
  margin-top: 14px;
  font-size: clamp(34px, 5vw, 64px);
  line-height: 1.04;
}

.threedv-description h1 span,
.threedv-description h2 span {
  display: block;
  color: #117989;
}

.threedv-description h2 {
  max-width: 820px;
  margin-top: 12px;
  font-size: clamp(28px, 3.4vw, 44px);
  line-height: 1.1;
}

.threedv-description h3 {
  font-size: 20px;
  line-height: 1.25;
}

.threedv-description p {
  max-width: 760px;
  margin: 16px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.8;
}

.threedv-description ul {
  display: grid;
  gap: 10px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.threedv-description li,
.threedv-description__point,
.threedv-description__card,
.threedv-description__spec,
.threedv-description__faq {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  color: #334155;
  font-size: 14px;
  line-height: 1.65;
}

.threedv-description li,
.threedv-description__point {
  padding: 14px 16px;
}

.threedv-description__chips,
.threedv-description__actions,
.threedv-description__cards,
.threedv-description__compare,
.threedv-description__specs,
.threedv-description__faq-grid {
  display: grid;
  gap: 14px;
}

.threedv-description__chips,
.threedv-description__actions {
  grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
  margin-top: 24px;
}

.threedv-description__chip {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.84);
  color: #334155;
  font-size: 13px;
  line-height: 1.4;
}

.threedv-description__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid rgba(15, 23, 42, 0.16);
  border-radius: 999px;
  padding: 11px 20px;
  background: #ffffff;
  color: #0f172a;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.threedv-description__button--primary {
  border-color: #020617;
  background: #020617;
  color: #ffffff !important;
}

.threedv-description__button:not(.threedv-description__button--primary) {
  color: #0f172a !important;
}

.threedv-description__cards,
.threedv-description__faq-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.threedv-description__compare,
.threedv-description__specs {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.threedv-description__card,
.threedv-description__spec,
.threedv-description__faq {
  padding: 22px;
}

.threedv-description__card span,
.threedv-description__spec strong {
  display: block;
  color: #117989;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.threedv-description__card h3,
.threedv-description__faq h3 {
  margin-top: 12px;
}

.threedv-description__card p,
.threedv-description__faq p,
.threedv-description__spec span {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.7;
}

.threedv-series-matrix {
  display: grid;
  grid-template-columns: minmax(130px, 0.55fr) repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(22px, 3vw, 32px);
}

.threedv-series-matrix__axis,
.threedv-series-matrix__label,
.threedv-series-matrix__card {
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
}

.threedv-series-matrix__axis,
.threedv-series-matrix__label {
  display: grid;
  align-content: center;
  gap: 4px;
  padding: 16px;
}

.threedv-series-matrix__axis {
  background: #f8fbfd;
}

.threedv-series-matrix__axis strong,
.threedv-series-matrix__label strong,
.threedv-series-matrix__card strong {
  display: block;
  color: #020617;
  font-size: 15px;
  line-height: 1.25;
}

.threedv-series-matrix__axis span,
.threedv-series-matrix__label span,
.threedv-series-matrix__card span {
  display: block;
  margin-top: 4px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.45;
}

.threedv-series-matrix__label {
  background: linear-gradient(135deg, #ffffff, #eefbfc);
}

.threedv-series-matrix__label strong {
  color: #117989;
}

.threedv-series-matrix__card {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 184px;
  padding: 18px;
  color: #334155 !important;
  text-decoration: none !important;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.threedv-series-matrix__card:hover {
  border-color: rgba(17, 121, 137, 0.36);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.threedv-series-matrix__card--current {
  border-color: rgba(17, 121, 137, 0.64);
  background:
    radial-gradient(circle at 86% 12%, rgba(20, 184, 196, 0.18), transparent 12rem),
    linear-gradient(135deg, #ffffff, #e8fbfd);
  box-shadow: 0 18px 42px rgba(17, 121, 137, 0.14);
}

.threedv-series-matrix__tag {
  width: max-content;
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(17, 121, 137, 0.1);
  color: #117989 !important;
  font-size: 11px !important;
  font-weight: 750;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.threedv-series-matrix__card p {
  margin: 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.6;
}

.threedv-series-matrix__cta {
  align-self: end;
  color: #117989 !important;
  font-size: 13px !important;
  font-weight: 700;
}

.threedv-description__feature {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, 0.86fr);
  align-items: stretch;
  min-height: 500px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.06);
}

.threedv-description__feature--reverse {
  grid-template-columns: minmax(380px, 0.86fr) minmax(0, 1.04fr);
}

.threedv-description__feature--reverse .threedv-description__media {
  order: 2;
}

.threedv-description__feature--reverse .threedv-description__copy {
  order: 1;
}

.threedv-description__media {
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
  height: 100%;
  min-height: 0;
  background: #e9f0f5;
}

.threedv-description__media img {
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: none;
}

.threedv-description__series--compact {
  min-height: 0;
}

.threedv-description__series--compact .threedv-description__copy {
  display: grid;
  align-items: center;
  grid-template-columns: auto minmax(130px, 0.75fr) minmax(260px, 1.45fr) minmax(420px, 2fr);
  gap: 12px;
  padding: 16px 18px;
}

.threedv-description__series--compact .threedv-description__eyebrow {
  flex: 0 0 auto;
  margin: 0;
}

.threedv-description__series--compact h2 {
  flex: 0 0 auto;
  max-width: none;
  margin: 0;
  font-size: clamp(18px, 1.5vw, 22px);
  line-height: 1.1;
}

.threedv-description__series-note {
  margin: 0 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
}

.threedv-description__series-note strong {
  color: #0f172a;
  font-weight: 750;
}

.threedv-series-compact {
  display: flex;
  gap: 8px;
}

.threedv-series-compact__item {
  flex: 1 1 0;
  border: 1px solid rgba(15, 23, 42, 0.1);
  border-radius: 999px;
  padding: 8px 10px;
  background: #ffffff;
  color: #334155 !important;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
}

.threedv-series-compact__item--current {
  border-color: rgba(17, 121, 137, 0.66);
  background: #e8fbfd;
  color: #117989 !important;
  box-shadow: inset 0 0 0 1px rgba(17, 121, 137, 0.08);
}

.threedv-description__feature .threedv-description__copy h2 {
  max-width: 620px;
  font-size: clamp(26px, 2.4vw, 34px);
  line-height: 1.12;
}

.threedv-description__feature .threedv-description__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  min-height: 100%;
  height: 100%;
  padding: clamp(22px, 3vw, 34px);
}

.threedv-description__feature li,
.threedv-description__feature .threedv-description__point {
  padding: 11px 14px;
  line-height: 1.5;
}

.threedv-description__feature--dark {
  border-color: rgba(255, 255, 255, 0.12);
  background: #020617;
}

.threedv-description__feature--dark .threedv-description__copy {
  background:
    radial-gradient(circle at 20% 18%, rgba(48, 205, 221, 0.2), transparent 18rem),
    linear-gradient(135deg, #020617, #0b3138);
}

.threedv-description__feature--dark h2,
.threedv-description__feature--dark h3 {
  color: #ffffff !important;
}

.threedv-description__feature--dark .threedv-description__eyebrow {
  color: rgba(255, 255, 255, 0.72) !important;
}

.threedv-description__feature--dark p {
  color: rgba(255, 255, 255, 0.78) !important;
}

.threedv-description__feature--dark .threedv-description__point,
.threedv-description__feature--dark li {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.threedv-description__feature--dark strong {
  color: #ffffff !important;
}

.threedv-description__feature--switch .threedv-description__media {
  background: #2c3038;
  justify-content: flex-end;
}

.threedv-description__feature--switch .threedv-description__media img {
  object-position: right center;
}

.threedv-description__feature--true3d .threedv-description__media img {
  object-position: 54% center;
}

.threedv-description__feature--reverse .threedv-description__media img {
  object-position: center center;
}

.threedv-description__feature--comparison .threedv-description__media img {
  object-position: 55% center;
}

.threedv-description__feature--comfort .threedv-description__media img {
  object-position: 73% center;
}

.threedv-description__feature--fpga .threedv-description__media img {
  object-position: 35% center;
}

.threedv-description__feature--content .threedv-description__media img {
  object-position: 52% center;
}

.threedv-description__feature--switch .threedv-description__copy {
  background:
    radial-gradient(circle at 18% 24%, rgba(53, 211, 255, 0.16), transparent 18rem),
    linear-gradient(135deg, #03101b, #0b3138);
}

.threedv-description__cta {
  padding: clamp(24px, 5vw, 44px);
  background: linear-gradient(135deg, #ffffff, #e8fbfd);
}

@media (max-width: 990px) {
  .threedv-description__feature,
  .threedv-description__feature--reverse,
  .threedv-series-matrix,
  .threedv-description__cards,
  .threedv-description__compare,
  .threedv-description__specs,
  .threedv-description__faq-grid {
    grid-template-columns: 1fr;
  }

  .threedv-description__feature--reverse .threedv-description__media,
  .threedv-description__feature--reverse .threedv-description__copy {
    order: initial;
  }

  .threedv-description__media {
    height: clamp(220px, 48vw, 360px);
    min-height: 0;
  }

  .threedv-description__feature .threedv-description__copy h2 {
    font-size: clamp(26px, 8vw, 34px);
  }

  .threedv-specs__header,
  .threedv-specs__grid,
  .threedv-specs__notes {
    grid-template-columns: 1fr;
  }

  .threedv-specs__header {
    display: grid;
    align-items: start;
  }

  .threedv-specs__download {
    width: fit-content;
  }
}

@media (max-width: 640px) {
  .threedv-details {
    width: min(100% - 20px, 1240px);
  }

  .threedv-description__hero,
  .threedv-description__section,
  .threedv-description__feature,
  .threedv-description__cta {
    border-radius: 20px;
  }

  .threedv-description__copy,
  .threedv-description__cta {
    padding: 20px;
  }

  .threedv-description__media {
    height: clamp(200px, 58vw, 280px);
  }

  .threedv-description__chips,
  .threedv-description__actions {
    grid-template-columns: 1fr;
  }

  .threedv-series-matrix__axis--blank {
    display: none;
  }

  .threedv-description__series--compact .threedv-description__copy,
  .threedv-series-compact {
    display: grid;
    grid-template-columns: 1fr;
  }

  .threedv-details-tabs__nav {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .threedv-details-tabs__nav label {
    min-height: 40px;
    padding: 9px 12px;
    font-size: 13px;
  }

  .threedv-specs__header,
  .threedv-specs__table,
  .threedv-specs__notes > div {
    border-radius: 20px;
  }

  .threedv-specs th,
  .threedv-specs td {
    display: block;
    width: 100%;
    padding: 10px 14px;
  }

  .threedv-specs td {
    border-top: 0;
    padding-top: 0;
  }
}
