.hdv-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(6, 27, 73, 0.98), rgba(13, 44, 103, 0.92)),
    var(--navy);
}

.hdv-hero::before {
  position: absolute;
  inset: auto -16% -28% 36%;
  height: 60%;
  content: "";
  background: rgba(245, 155, 25, 0.16);
  transform: skewY(-8deg);
}

.hdv-hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.86fr);
  gap: 50px;
  align-items: center;
  min-height: 720px;
  padding: 78px 0 96px;
}

.hdv-hero-copy h1 {
  max-width: 780px;
  margin: 0;
  color: var(--white);
  font-size: 3.255rem;
  font-weight: 900;
  line-height: 1.03;
}

.hdv-hero-copy p {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
}

.hdv-product-stage {
  position: relative;
  min-height: 500px;
  display: grid;
  place-items: center;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(12px);
}

.hdv-product-stage img {
  width: min(100%, 500px);
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 24px 24px rgba(0, 0, 0, 0.3));
}

.hdv-callout {
  position: absolute;
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  color: var(--navy);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.hdv-callout::before {
  width: 10px;
  height: 10px;
  margin-right: 8px;
  content: "";
  border-radius: 50%;
  background: var(--orange);
}

.hdv-callout.low {
  left: 7%;
  top: 16%;
}

.hdv-callout.hd {
  right: 7%;
  top: 24%;
}

.hdv-callout.lens {
  left: 9%;
  bottom: 15%;
}

.hdv-proof-band {
  color: var(--white);
  background: var(--navy);
  border-top: 4px solid var(--orange);
}

.hdv-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hdv-proof-grid div {
  min-height: 92px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3px;
  padding: 18px 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}

.hdv-proof-grid div:first-child {
  border-left: 0;
}

.hdv-proof-grid strong {
  color: var(--white);
  font-size: 0.92rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.hdv-proof-grid span {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
}

.hdv-overview-section,
.hdv-applications-section,
.hdv-downloads-section {
  background: var(--soft);
}

.hdv-overview-layout,
.visibility-layout,
.models-layout,
.hdv-platform-layout,
.downloads-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1fr);
  gap: 50px;
  align-items: center;
}

.hdv-view-card {
  min-height: 460px;
  position: relative;
  display: grid;
  place-items: center;
  padding: 26px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(244, 247, 251, 0.94), rgba(255, 255, 255, 0.88)),
    var(--soft);
  box-shadow: var(--shadow);
}

.hdv-view-card img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 18px 20px rgba(6, 27, 73, 0.15));
}

.hdv-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 26px;
}

.hdv-spec-grid div,
.model-grid div {
  min-height: 118px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 10px 26px rgba(8, 28, 72, 0.06);
}

.hdv-spec-grid strong,
.model-grid strong {
  display: block;
  color: var(--navy);
  line-height: 1.16;
}

.hdv-spec-grid span,
.model-grid span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-size: 0.88rem;
}

.visibility-section {
  color: var(--white);
  background:
    linear-gradient(135deg, var(--navy) 0%, var(--navy-2) 68%, #173f83 100%);
}

.visibility-section h2,
.visibility-section p {
  color: var(--white);
}

.visibility-section p {
  color: rgba(255, 255, 255, 0.8);
}

.feature-badge-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.feature-badge-grid article,
.application-grid article,
.application-grid .hdv-application-card,
.download-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 12px 30px rgba(8, 28, 72, 0.08);
}

.feature-badge-grid article {
  min-height: 230px;
  padding: 20px;
}

.feature-badge-grid img {
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  object-fit: contain;
}

.feature-badge-grid h3,
.application-grid h3,
.download-card h3 {
  margin: 0;
  color: var(--navy);
  line-height: 1.16;
}

.feature-badge-grid p,
.application-grid p,
.download-card p {
  color: var(--muted);
}

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

.application-grid article,
.application-grid .hdv-application-card {
  min-height: 412px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.application-grid .hdv-application-card {
  color: inherit;
  text-decoration: none;
}

.application-grid img {
  width: 100%;
  height: 190px;
  padding: 18px;
  object-fit: contain;
  background:
    linear-gradient(180deg, rgba(244, 247, 251, 0.4), rgba(244, 247, 251, 0.95));
}

.application-grid h3,
.application-grid p,
.application-grid .application-card-link {
  margin-left: 22px;
  margin-right: 22px;
}

.application-grid h3 {
  margin-top: 22px;
}

.application-grid .application-card-link,
.download-card a {
  margin-top: auto;
  margin-bottom: 22px;
  color: var(--navy);
  font-weight: 900;
  text-decoration-color: var(--orange);
  text-underline-offset: 4px;
}

.models-section {
  background: var(--white);
}

.hdv-platform-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 18% 18%, rgba(245, 155, 25, 0.18), transparent 30%),
    linear-gradient(135deg, #050505 0%, #071020 46%, #112b56 100%);
  border-top: 4px solid var(--orange);
}

.hdv-platform-section::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.78), transparent);
}

.hdv-platform-section .atx-container {
  position: relative;
  z-index: 1;
}

.hdv-platform-section h2 {
  color: var(--white);
}

.hdv-platform-section p {
  color: rgba(255, 255, 255, 0.78);
}

.models-layout {
  align-items: start;
}

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

.model-trigger {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 42px;
  gap: 14px;
  align-items: center;
  min-height: 118px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius);
  color: var(--white);
  text-align: left;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025)),
    #111113;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.34);
  cursor: pointer;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.model-action-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.model-trigger--standalone {
  min-height: 48px;
  display: inline-flex;
  grid-template-columns: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  max-width: 100%;
  padding: 11px 13px 11px 16px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  border: 2px solid #55555b;
  border-radius: 6px;
  background: linear-gradient(145deg, #242427, #111113);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.34);
}

.model-trigger--standalone::before {
  display: none;
}

.model-trigger--standalone .model-trigger-copy {
  display: block;
}

.model-trigger--standalone .model-trigger-copy strong {
  color: #fff;
  font-size: inherit;
  line-height: inherit;
}

.model-trigger--standalone .model-trigger-copy span {
  display: none;
}

.model-trigger--standalone .model-trigger-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  color: #ffd204;
  font-size: 1.1rem;
  line-height: 1;
  border: 1px solid rgba(255, 210, 4, 0.46);
  background: rgba(255, 210, 4, 0.08);
  box-shadow: none;
}

.model-trigger--standalone:hover,
.model-trigger--standalone:focus-visible {
  color: #fff;
  border-color: #ffd204;
  background: linear-gradient(145deg, #2b2b2f, #171719);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.52),
    0 0 0 1px #ffd204,
    0 0 18px rgba(255, 210, 4, 0.3);
  transform: translateY(-3px);
}

.model-trigger--standalone:hover .model-trigger-icon,
.model-trigger--standalone:focus-visible .model-trigger-icon {
  color: #050505;
  border-color: #ffd204;
  background: #ffd204;
  box-shadow: 0 10px 22px rgba(255, 210, 4, 0.18);
}

.model-trigger:last-child {
  grid-column: 1 / -1;
  min-height: 104px;
}

.model-trigger::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 210, 4, 0.18), transparent 48%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 160ms ease;
}

.model-trigger:hover,
.model-trigger:focus-visible {
  border-color: rgba(255, 210, 4, 0.78);
  background:
    linear-gradient(135deg, rgba(255, 210, 4, 0.09), rgba(255, 255, 255, 0.035)),
    #141416;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 210, 4, 0.28);
  transform: translateY(-2px);
}

.model-trigger:hover::before,
.model-trigger:focus-visible::before {
  opacity: 1;
}

.model-trigger-copy {
  position: relative;
  z-index: 1;
}

.model-trigger-copy strong {
  display: block;
  color: var(--orange);
  font-size: 1.18rem;
  line-height: 1.16;
}

.model-trigger-copy span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.88rem;
  line-height: 1.45;
}

.model-trigger-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 210, 4, 0.58);
  border-radius: 50%;
  color: #ffd204;
  font-size: 1.85rem;
  font-weight: 900;
  line-height: 1;
  background: rgba(255, 210, 4, 0.08);
  box-shadow: 0 0 0 5px rgba(255, 210, 4, 0.05);
}

.model-trigger--standalone,
.model-trigger--standalone:last-child {
  grid-column: auto;
  min-height: 48px;
  display: inline-flex;
  grid-template-columns: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: auto;
  max-width: 100%;
  padding: 11px 13px 11px 16px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.92rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  border: 2px solid #55555b;
  border-radius: 6px;
  background: linear-gradient(145deg, #242427, #111113);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.34);
}

.model-trigger--standalone::before {
  display: none;
}

.model-trigger--standalone .model-trigger-copy strong {
  color: #fff;
  font-size: inherit;
  line-height: inherit;
}

.model-trigger--standalone .model-trigger-copy span {
  display: none;
}

.model-trigger--standalone .model-trigger-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  color: #ffd204;
  font-size: 1.1rem;
  line-height: 1;
  border: 1px solid rgba(255, 210, 4, 0.46);
  background: rgba(255, 210, 4, 0.08);
  box-shadow: none;
}

.model-trigger--standalone:hover,
.model-trigger--standalone:focus-visible {
  color: #fff;
  border-color: #ffd204;
  background: linear-gradient(145deg, #2b2b2f, #171719);
  box-shadow:
    0 14px 30px rgba(0, 0, 0, 0.52),
    0 0 0 1px #ffd204,
    0 0 18px rgba(255, 210, 4, 0.3);
  transform: translateY(-3px);
}

.model-trigger--standalone:hover .model-trigger-icon,
.model-trigger--standalone:focus-visible .model-trigger-icon {
  color: #050505;
  border-color: #ffd204;
  background: #ffd204;
  box-shadow: 0 10px 22px rgba(255, 210, 4, 0.18);
}

.model-grid div:last-child {
  grid-column: 1 / -1;
  min-height: 104px;
}

.model-grid strong {
  color: var(--orange);
  font-size: 1.18rem;
}

.hdv-model-dialog {
  width: min(1060px, calc(100vw - 32px));
  max-height: min(88vh, 820px);
  padding: 0;
  border: 1px solid rgba(255, 210, 4, 0.34);
  border-radius: 10px;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(31, 31, 34, 0.98), rgba(6, 6, 7, 0.98)),
    #0b0b0d;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.72), 0 0 0 1px rgba(255, 210, 4, 0.12);
  overflow: hidden;
}

.hdv-model-dialog::backdrop {
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(5px);
}

.hdv-model-modal-panel {
  display: grid;
  max-height: inherit;
  overflow: hidden;
}

.hdv-model-modal-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: start;
  padding: 26px 28px 22px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(100deg, rgba(255, 210, 4, 0.14), transparent 48%),
    rgba(255, 255, 255, 0.035);
}

.hdv-model-modal-header h2 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.85rem, 3vw, 3rem);
  line-height: 1;
}

.hdv-model-modal-header p:not(.eyebrow) {
  max-width: 740px;
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.78);
}

.hdv-model-modal-close {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}

.hdv-model-modal-close:hover,
.hdv-model-modal-close:focus-visible {
  border-color: rgba(255, 210, 4, 0.78);
  color: #ffd204;
  background: rgba(255, 210, 4, 0.1);
}

.hdv-model-modal-close svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.hdv-model-modal-body {
  display: grid;
  grid-template-columns: minmax(240px, 0.34fr) minmax(0, 1fr);
  gap: 22px;
  padding: 26px 28px 28px;
  overflow: auto;
}

.hdv-model-highlight {
  align-self: start;
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(255, 210, 4, 0.25);
  border-radius: 8px;
  background:
    linear-gradient(160deg, rgba(255, 210, 4, 0.16), rgba(255, 255, 255, 0.04)),
    #101012;
}

.hdv-model-highlight span {
  color: #ffd204;
  font-size: 0.88rem;
  font-weight: 900;
}

.hdv-model-highlight strong {
  color: var(--white);
  font-size: 2rem;
  line-height: 1;
}

.hdv-model-highlight p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
}

.hdv-model-pdf-button {
  justify-self: start;
  margin-top: 4px;
  color: #0a0a0a !important;
}

.hdv-model-pdf-button:hover,
.hdv-model-pdf-button:focus-visible {
  color: #0a0a0a !important;
}

.hdv-model-specs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.hdv-model-specs section {
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
}

.hdv-model-specs h3 {
  margin: 0 0 12px;
  color: var(--orange);
  font-size: 1rem;
}

.hdv-model-specs ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hdv-model-specs li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  line-height: 1.35;
}

.hdv-model-specs li::before {
  content: "";
  position: absolute;
  top: 0.42em;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffd204;
  box-shadow: 0 0 0 4px rgba(255, 210, 4, 0.11);
}

.hdv-platform-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.platform-product-link {
  display: block;
  color: inherit;
  text-decoration: none;
  border-radius: var(--radius);
}

.platform-product-link:focus-visible {
  outline: 3px solid rgba(255, 204, 0, 0.72);
  outline-offset: 4px;
}

.platform-product-card {
  position: relative;
  min-height: 430px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  margin: 0;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    rgba(5, 5, 5, 0.58);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.34);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.platform-product-card::before {
  content: none;
}

.platform-product-card img {
  width: 100%;
  height: 270px;
  object-fit: contain;
  filter: drop-shadow(0 22px 24px rgba(0, 0, 0, 0.42));
}

.platform-product-card-dvrs img {
  transform: translateY(8px) scale(1.05);
}

.platform-product-card-cameras img {
  transform: translateY(4px) scale(1.08);
}

.platform-product-card figcaption {
  display: grid;
  gap: 6px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.platform-product-card figcaption span {
  color: var(--orange);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.platform-product-card figcaption strong {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.18;
}

.platform-product-link:hover .platform-product-card,
.platform-product-link:focus-visible .platform-product-card,
.platform-product-link:active .platform-product-card {
  border-color: var(--orange);
  background: #252529;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.52), 0 0 0 1px rgba(255, 210, 4, 0.34);
  transform: translateY(-4px);
}

.platform-product-link:active .platform-product-card {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.54), 0 0 0 2px rgba(255, 210, 4, 0.58);
  transform: translateY(-2px);
}

.hdv-platform-section .capability-grid a {
  color: var(--white);
  border-color: var(--atx-border, rgba(255, 255, 255, 0.16));
  background: #111112;
  box-shadow: var(--atx-surface-shadow, 0 16px 34px rgba(0, 0, 0, 0.36));
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.hdv-platform-section .capability-grid a:hover,
.hdv-platform-section .capability-grid a:focus-visible {
  border-color: var(--orange);
  background: #252529;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.52), 0 0 0 1px rgba(255, 210, 4, 0.34);
  transform: translateY(-4px);
}

.hdv-platform-section .capability-grid span {
  color: rgba(255, 255, 255, 0.72);
}

.downloads-layout {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.45fr);
}

.download-card {
  display: grid;
  gap: 12px;
  padding: 22px;
}

.download-card a {
  min-height: 46px;
  display: flex;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
  text-decoration: none;
}

.download-card a:hover,
.download-card a:focus-visible {
  border-color: rgba(245, 155, 25, 0.55);
  background: rgba(245, 155, 25, 0.08);
}

.hdv-cta {
  background: var(--white);
}

@media (max-width: 1080px) {
  .hdv-hero-inner,
  .hdv-overview-layout,
  .visibility-layout,
  .models-layout,
  .hdv-platform-layout,
  .downloads-layout {
    grid-template-columns: 1fr;
  }

  .hdv-hero-copy h1 {
  font-size: 2.8rem;
  }

  .hdv-proof-grid,
  .application-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hdv-proof-grid div:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 720px) {
  .hdv-hero-inner {
    min-height: auto;
    padding: 56px 0 66px;
  }

  .hdv-hero-copy h1 {
  font-size: 2.065rem;
  }

  .hdv-product-stage {
    min-height: 390px;
    padding: 18px;
  }

  .hdv-product-stage img {
    max-height: 260px;
  }

  .hdv-callout {
    position: static;
    width: 100%;
    margin-top: 8px;
  }

  .hdv-proof-grid,
  .hdv-spec-grid,
  .feature-badge-grid,
  .application-grid,
  .model-grid {
    grid-template-columns: 1fr;
  }

  .hdv-proof-grid div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .hdv-proof-grid div:first-child {
    border-top: 0;
  }

  .model-grid div:last-child {
    grid-column: auto;
  }

  .model-trigger:last-child {
    grid-column: auto;
  }

  .hdv-model-modal-header,
  .hdv-model-modal-body {
    padding-inline: 20px;
  }

  .hdv-model-modal-body,
  .hdv-model-specs {
    grid-template-columns: 1fr;
  }

  .hdv-view-card {
    min-height: 360px;
    padding: 18px;
  }

  .hdv-platform-media {
    grid-template-columns: 1fr;
  }

  .platform-product-card {
    min-height: 360px;
  }

  .platform-product-card img {
    height: 230px;
  }
}
