/* Layout der vollständigen Produktseite von Vasco StreetMaps 15 Ultimate Pro. */

/*
 * JTL-Shop bindet die Artikelbeschreibung als HTML-Fragment ein und übernimmt
 * dabei kein eigenes body-Element. Dieser innere Stamm hält deshalb alle
 * Namensräume, Grundfarben und Schriftwerte direkt an der Produktbeschreibung.
 * Die Schriftgrößen sind außerdem in Pixeln hinterlegt, damit die Bootstrap-3-
 * Grundgröße von JTL-Shop 4 die Darstellung nicht ungewollt verkleinert.
 */
.vsm-shop-root {
  display: flow-root;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 1px 0 18px;
  clear: both;
  background: #eef2f5;
  color: #17212b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  text-align: left;
  text-rendering: optimizeLegibility;
}

.vsm-current .page-complete {
  padding-bottom: 1px;
}

/* Kompakter Einstieg: Text links, Bild und Kernaussagen rechts, Hinweis über die volle Breite. */
.vsm-current .page-complete .hero {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  grid-template-areas:
    "copy media"
    "note note";
  gap: 18px clamp(28px, 3.4vw, 44px);
  padding: clamp(28px, 3.7vw, 44px);
  border-color: #cbd9e2;
  background:
    radial-gradient(circle at 14% 10%, rgba(210, 96, 8, 0.13), transparent 34%),
    linear-gradient(135deg, #fffaf5 0%, #f3f8fa 56%, #e7f1f6 100%);
  color: var(--ink);
  box-shadow: 0 18px 44px rgba(31, 55, 70, 0.11);
}

.vsm-current .page-complete .hero-copy {
  grid-area: copy;
  max-width: none;
}

.vsm-current .page-complete .hero h1 {
  margin-bottom: 12px;
  color: var(--ink);
  font-size: clamp(35.2px, 4vw, 51.2px);
}

/* Die Pro-Kennzeichnung bleibt sichtbar, erscheint aber nicht mehr als runde Plakette. */
.vsm-current .page-complete .hero .eyebrow {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: var(--orange-dark);
}

.vsm-current .page-complete .hero .hero-claim {
  margin-bottom: 16px;
  color: #a64700;
}

.vsm-current .page-complete .hero .lead {
  margin-bottom: 0;
  color: #354654;
  font-size: 15.68px;
  line-height: 1.52;
}

.vsm-current .page-complete .hero-actions {
  gap: 10px;
  margin: 20px 0 0;
}

.vsm-current .page-complete .button {
  min-height: 46px;
  padding: 9px 17px;
}

.vsm-current .page-complete .hero .button-secondary {
  border-color: #71828f;
  background: rgba(255, 255, 255, 0.66);
  color: #263845;
}

.vsm-current .page-complete .hero .button-primary {
  background: #c45100;
  color: #ffffff;
}

.vsm-current .page-complete .hero .button-primary:hover {
  background: #a94400;
}

.vsm-current .page-complete .hero a:focus-visible {
  outline-color: #0f5f85;
}

.vsm-current .page-complete .hero .button-secondary:hover {
  border-color: var(--blue-dark);
  background: #ffffff;
}

.vsm-current .page-complete .hero-note {
  grid-area: note;
  width: 100%;
  margin-top: 0;
  padding: 12px 14px;
  background: rgba(240, 247, 235, 0.92);
  color: #31422e;
  font-size: 14.4px;
}

.vsm-current .page-complete .hero-note a {
  color: var(--orange-dark);
}

.vsm-current .page-complete .hero-note a:hover {
  color: #6b3000;
}

.vsm-current .hero-media-stack {
  grid-area: media;
  display: grid;
  min-width: 0;
  gap: 17px;
  align-content: start;
}

.vsm-current .hero-media-stack .hero-visual {
  grid-area: auto;
  border-color: #b9cad5;
  box-shadow: 0 18px 38px rgba(28, 54, 70, 0.16);
}

.vsm-current .page-complete .hero-visual figcaption {
  background: rgba(255, 255, 255, 0.96);
  color: #475866;
}

.vsm-current .hero-media-stack .hero-facts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 18px;
  padding-top: 17px;
  border-top: 1px solid #c8d7df;
  color: #2d414f;
  font-size: 14.4px;
  line-height: 1.42;
}

.vsm-current .hero-media-stack .hero-facts li::before {
  color: #568614;
}

/* Auch der Pro-Einstieg bleibt als kompakte, ausgewogene Zweispalte erhalten. */
.vsm-current .page-complete .pro-section {
  margin-top: 64px;
  margin-bottom: 64px;
  padding: clamp(30px, 3.8vw, 44px);
  border: 1px solid #3d4953;
  background:
    radial-gradient(circle at 90% 8%, rgba(210, 96, 8, 0.25), transparent 33%),
    linear-gradient(135deg, #141a20, #202d37 64%, #151d23);
}

.vsm-current .page-complete .pro-layout {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.95fr);
  gap: clamp(26px, 3.2vw, 40px);
  align-items: start;
}

.vsm-current .page-complete .pro-section h2 {
  margin-bottom: 14px;
}

.vsm-current .page-complete .pro-section p {
  margin-bottom: 14px;
}

.vsm-current .page-complete .pro-layout .visual {
  width: 100%;
}

.vsm-current .pro-media-stack {
  display: grid;
  min-width: 0;
  gap: 14px;
}

.vsm-current .page-complete .pro-benefits {
  gap: 9px;
  margin-top: 0;
}

.vsm-current .page-complete .pro-benefits article {
  padding: 13px 14px;
}

.vsm-current .page-complete .pro-benefits h3 {
  margin-bottom: 5px;
  font-size: 15.04px;
}

.vsm-current .page-complete .pro-benefits p {
  font-size: 13.44px;
  line-height: 1.4;
}

.vsm-current .legacy-section {
  margin-bottom: 88px;
  scroll-margin-top: 92px;
}

/* Grundverständnis vor den Neuerungen: klare Erklärung links, Einsatzmöglichkeiten rechts. */
.vsm-current .product-definition {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  gap: clamp(30px, 4vw, 50px);
  align-items: center;
}

.vsm-current .product-definition-copy > :last-child {
  margin-bottom: 0;
}

.vsm-current .product-definition-copy strong {
  color: var(--orange-dark);
}

.vsm-current .product-definition-visual {
  width: 100%;
}

.vsm-current .product-definition-visual .media-stage {
  aspect-ratio: 16 / 9;
}

.vsm-current .product-definition-visual .media-stage img {
  object-position: center top;
}

.vsm-current .product-definition-options {
  grid-column: 1 / -1;
  padding: 24px 25px;
  border: 1px solid #d2dee5;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.9);
}

.vsm-current .product-definition-options h3 {
  margin-bottom: 14px;
}

.vsm-current .product-definition-options .capability-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px 24px;
  margin-top: 0;
  font-size: 14.72px;
  line-height: 1.48;
}

/* Die vier 16:9-Beispiele ersetzen die ältere quadratische Nice-Maps-Galerie. */
.vsm-current .results-showcase .result-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.vsm-current .results-showcase .result-card > img {
  display: block;
  width: 100%;
  height: auto;
  flex: 0 0 auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.vsm-current .results-showcase .result-copy {
  flex: 1;
}

/* Bildgeführter Vier-Schritte-Ablauf mit sehr kurzen Erläuterungen. */
.vsm-current .workflow-overview .workflow-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
}

.vsm-current .workflow-overview .workflow-copy {
  width: 100%;
  flex: 1;
  padding: 21px 22px 23px;
}

.vsm-current .workflow-overview .workflow-copy h3 {
  font-size: 18.4px;
}

.vsm-current .workflow-overview .workflow-media {
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #1b242b;
}

.vsm-current .workflow-overview .workflow-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.vsm-current .workflow-overview .workflow-media--cover img {
  object-fit: cover;
}

.vsm-current .workflow-overview .workflow-media .step {
  position: absolute;
  z-index: 2;
  top: 12px;
  left: 12px;
  width: 38px;
  height: 38px;
  margin: 0;
  box-shadow: 0 4px 12px rgba(12, 31, 43, 0.25);
}

/* Heller Kombinationsblock: Vasco da Gama und SatMapPro. */
.vsm-current .vdg-companion-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(30px, 4vw, 42px);
  align-items: center;
}

.vsm-current .vdg-companion-copy {
  min-width: 0;
}

.vsm-current .vdg-companion-copy > :last-child,
.vsm-current .vdg-satmap-copy > :last-child {
  margin-bottom: 0;
}

.vsm-current .vdg-companion-copy .eyebrow {
  color: var(--orange-dark);
}

.vsm-current .vdg-primary-link a,
.vsm-current .vdg-satmap-copy a {
  color: var(--orange-dark);
  font-weight: 800;
}

.vsm-current .vdg-satmap-card {
  min-width: 0;
  overflow: hidden;
  padding: 26px;
  border: 1px solid #d8cabb;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 28px rgba(20, 38, 52, 0.09);
}

.vsm-current .vdg-satmap-card .media-stage {
  aspect-ratio: 1060 / 640;
  margin-bottom: 22px;
  overflow: hidden;
  border: 1px solid #cbd8df;
  border-radius: 12px;
}

.vsm-current .vdg-satmap-copy {
  padding: 0;
}

.vsm-current .vdg-satmap-copy h3 {
  margin-bottom: 10px;
}

.vsm-current .vdg-satmap-copy p {
  margin-bottom: 13px;
  color: var(--muted);
  font-size: 14.72px;
  line-height: 1.5;
}

.vsm-current .vdg-satmap-note {
  padding: 12px 14px;
  border-left: 4px solid #9bcf46;
  border-radius: 8px;
  background: #f0f7eb;
  color: #31422e !important;
}

.vsm-current .vdg-wide-visual {
  width: 100%;
  margin-top: clamp(36px, 4.5vw, 50px);
}

.vsm-current .vdg-wide-visual .media-stage {
  aspect-ratio: 2170 / 1219;
}

.vsm-current .legacy-section-head {
  max-width: none;
  margin-bottom: 32px;
}

.vsm-current .legacy-section-head > :last-child {
  margin-bottom: 0;
}

.vsm-current .legacy-section-head p {
  max-width: 830px;
  color: var(--muted);
  font-size: 16.64px;
}

.vsm-current .page-complete .section-head {
  max-width: none;
}

.vsm-current .page-complete .section-head > p {
  max-width: 830px;
}

.vsm-current .legacy-panel {
  padding: clamp(30px, 4.8vw, 54px);
  border: 1px solid var(--line);
  border-radius: 25px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(23, 39, 52, 0.07);
}

.vsm-current .legacy-panel-soft {
  background: linear-gradient(135deg, #f7fafb, #ffffff);
}

.vsm-current .legacy-panel-warm {
  border-color: #e3c8b0;
  background: linear-gradient(135deg, #fff5eb, #ffffff);
}

.vsm-current .legacy-dark {
  border-color: #3e4953;
  background:
    radial-gradient(circle at 88% 8%, rgba(210, 96, 8, 0.2), transparent 34%),
    #161b20;
  color: #e9eef2;
}

.vsm-current .legacy-dark h2,
.vsm-current .legacy-dark h3,
.vsm-current .legacy-dark h4 {
  color: #ffffff;
}

.vsm-current .legacy-dark p,
.vsm-current .legacy-dark li {
  color: #dce4e9;
}

.vsm-current .legacy-dark .eyebrow {
  color: #ffbd7e;
}

.vsm-current .legacy-dark .visual {
  border-color: #44505a;
}

.vsm-current .legacy-dark .visual figcaption {
  background: #252c33;
  color: #dde5e9;
}

.vsm-current .legacy-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 1.1fr);
  gap: clamp(34px, 5vw, 62px);
  align-items: center;
}

.vsm-current .legacy-split--media-left {
  grid-template-columns: minmax(380px, 1.1fr) minmax(0, 0.9fr);
}

.vsm-current .legacy-split--media-left .legacy-copy {
  grid-column: 2;
  grid-row: 1;
}

.vsm-current .legacy-split--media-left .visual {
  grid-column: 1;
  grid-row: 1;
}

.vsm-current .legacy-copy > :last-child {
  margin-bottom: 0;
}

.vsm-current .legacy-copy strong {
  color: var(--orange-dark);
}

.vsm-current .legacy-dark .legacy-copy strong {
  color: #ffd09d;
}

.vsm-current .legacy-status {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  margin-bottom: 13px;
  padding: 4px 11px;
  border: 1px solid #e0af84;
  border-radius: 999px;
  background: var(--orange-soft);
  color: var(--orange-dark);
  font-size: 12.16px;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.vsm-current .legacy-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.vsm-current .legacy-card-grid--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vsm-current .legacy-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 11px 28px rgba(22, 35, 48, 0.07);
}

.vsm-current .legacy-card .media-stage {
  border-bottom: 1px solid var(--line);
}

.vsm-current .legacy-card-copy {
  padding: 25px;
}

.vsm-current .legacy-card-copy > :last-child {
  margin-bottom: 0;
}

.vsm-current .legacy-card-copy p {
  color: var(--muted);
}

.vsm-current .legacy-card-copy h3 {
  font-size: 19.52px;
}

.vsm-current .legacy-feature-image {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(20, 38, 52, 0.1);
}

.vsm-current .edition-comparison {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(24, 40, 52, 0.07);
}

.vsm-current #editionsvergleich .legacy-section-head {
  max-width: none;
  margin-bottom: 20px;
}

@media (min-width: 1100px) {
  .vsm-current #vergleich-title {
    white-space: nowrap;
  }
}

.vsm-current #editionsvergleich .legacy-section-head p {
  font-size: 15.36px;
}

.vsm-current .ultimate-upgrade-section .legacy-section-head p {
  max-width: none;
}

/* Drei gleichwertige Bildkarten vermeiden Leerraum und erklären den Nutzen auf einen Blick. */
.vsm-current .strengths-overview-head {
  max-width: none;
  margin-bottom: 28px;
}

.vsm-current #staerken-title {
  font-size: clamp(28px, 3.15vw, 39.2px);
}

.vsm-current .strengths-overview-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.vsm-current .strengths-overview-copy p {
  margin: 0;
}

.vsm-current .strengths-benefit-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.vsm-current .strengths-benefit-card {
  flex: 1 1 290px;
  max-width: 360px;
  min-width: 0;
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(24, 40, 52, 0.09);
}

.vsm-current .strengths-benefit-card img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.vsm-current .strengths-benefit-card figcaption {
  display: grid;
  gap: 3px;
  padding: 15px 17px 16px;
  color: var(--muted);
  font-size: 14.08px;
  line-height: 1.4;
}

.vsm-current .strengths-benefit-card figcaption strong {
  color: var(--ink);
  font-size: 16px;
}

/* Die echten Neuerungen von Version 15 bilden einen klar erkennbaren, zusammengehörigen Bereich. */
.vsm-current .v15-new-frame {
  margin-bottom: 52px;
  padding: clamp(30px, 4.8vw, 54px);
  border: 2px solid #e2ad7d;
  border-radius: 28px;
  background:
    radial-gradient(circle at 94% 4%, rgba(210, 96, 8, 0.1), transparent 27%),
    linear-gradient(145deg, #fff3e6, #fffaf5 40%, #f7fafb);
  box-shadow: 0 15px 38px rgba(34, 48, 58, 0.09);
  scroll-margin-top: 92px;
}

.vsm-current .v15-new-frame-head {
  margin-bottom: 26px;
}

.vsm-current .v15-new-frame-head p {
  max-width: 900px;
}

.vsm-current .v15-new-overview {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 13px;
}

.vsm-current .v15-new-overview article {
  min-width: 0;
  padding: 17px 18px;
  border: 1px solid #e2d1c1;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 7px 18px rgba(62, 43, 25, 0.05);
}

.vsm-current .v15-new-overview strong,
.vsm-current .v15-new-overview span {
  display: block;
}

.vsm-current .v15-new-overview strong {
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 16px;
}

.vsm-current .v15-new-overview span {
  color: var(--muted);
  font-size: 14.08px;
  line-height: 1.45;
}

.vsm-current .v15-new-feature {
  margin-top: clamp(34px, 4vw, 48px);
  padding-top: clamp(32px, 4vw, 46px);
  border-top: 1px solid #e4cdb7;
}

.vsm-current .v15-new-feature.legacy-split {
  align-items: center;
}

.vsm-current .v15-new-feature h3 {
  font-size: clamp(24.8px, 2.5vw, 32px);
}

.vsm-current .v15-new-feature .legacy-feature-image .media-stage {
  aspect-ratio: 16 / 9;
}

.vsm-current .v15-checklist {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.vsm-current .v15-checklist li {
  position: relative;
  padding-left: 27px;
  color: #34434e;
  line-height: 1.48;
}

.vsm-current .v15-checklist li::before {
  position: absolute;
  left: 0;
  color: #6fae16;
  content: "\2713";
  font-weight: 900;
}

.vsm-current .v15-manual {
  padding: clamp(27px, 4vw, 42px);
  border: 1px solid #c8dce7;
  border-radius: 20px;
  background:
    radial-gradient(circle at 92% 8%, rgba(35, 126, 172, 0.12), transparent 32%),
    linear-gradient(135deg, #edf7fb, #ffffff 62%, #fff7ef);
  color: var(--ink);
  box-shadow: 0 11px 27px rgba(27, 57, 74, 0.08);
}

.vsm-current .v15-manual h3 {
  color: var(--ink);
}

.vsm-current .v15-manual > p {
  max-width: 1000px;
  color: var(--muted);
}

.vsm-current .v15-manual-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.vsm-current .v15-manual-benefits article {
  padding: 17px 18px;
  border: 1px solid #d4e1e8;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.88);
  text-align: center;
}

.vsm-current .v15-manual-benefits strong,
.vsm-current .v15-manual-benefits span {
  display: block;
}

.vsm-current .v15-manual-benefits strong {
  margin-bottom: 5px;
  color: var(--orange-dark);
  font-size: 34px;
  line-height: 1.05;
}

.vsm-current .v15-manual-benefits span {
  color: var(--muted);
  font-size: 14.08px;
  line-height: 1.45;
}

.vsm-current .v15-note {
  padding: 13px 15px;
  border-left: 5px solid #9bcf46;
  border-radius: 8px;
  background: #f0f7eb;
  color: #31422e;
}

.vsm-current .v15-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.vsm-current .v15-benefit-grid article {
  padding: 20px 21px;
  border: 1px solid #e1d2c3;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.87);
}

.vsm-current .v15-benefit-grid h4 {
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 16.64px;
}

.vsm-current .v15-benefit-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14.72px;
  line-height: 1.5;
}

.vsm-current .v15-new-intro {
  max-width: 850px;
  color: var(--muted);
}

.vsm-current .edition-head,
.vsm-current .edition-row {
  display: grid;
  grid-template-columns: minmax(145px, 0.78fr) minmax(0, 1fr) minmax(0, 1.18fr);
}

.vsm-current .edition-head {
  background: #20303c;
  color: #ffffff;
  font-size: 14.4px;
  font-weight: 800;
}

.vsm-current .edition-head > div,
.vsm-current .edition-row > * {
  min-width: 0;
  padding: 10px 13px;
  overflow-wrap: break-word;
}

.vsm-current .edition-head > div + div,
.vsm-current .edition-row > * + * {
  border-left: 1px solid var(--line);
}

.vsm-current .edition-row + .edition-row {
  border-top: 1px solid var(--line);
}

.vsm-current .edition-row h3 {
  margin: 0;
  font-size: 13.92px;
  line-height: 1.38;
}

.vsm-current .edition-cell {
  color: #485765;
  font-size: 13.44px;
  line-height: 1.4;
}

.vsm-current .edition-row > .edition-cell:not(.edition-cell--pro) {
  background: #e7f0fa;
  color: #354f63;
}

.vsm-current .edition-cell--pro {
  background: #edf8e8;
  color: #263a23;
}

.vsm-current .edition-cell-label {
  display: none;
  margin-bottom: 4px;
  color: var(--orange-dark);
  font-size: 11.84px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.vsm-current .legacy-highlight {
  margin-top: 18px;
  padding: 13px 16px;
  border-left: 5px solid #9bcf46;
  border-radius: 8px;
  background: #f0f7eb;
}

.vsm-current .legacy-highlight p {
  margin: 0;
  color: #31422e;
}

.vsm-current .technical-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vsm-current .technical-list li {
  padding: 16px 18px;
  border: 1px solid #d6e0e7;
  border-radius: 13px;
  background: #f7f9fa;
}

.vsm-current .technical-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--ink);
}

.vsm-current .technical-list span {
  display: block;
  color: var(--muted);
  font-size: 14.88px;
}

.vsm-current .technical-optimizations {
  margin-bottom: 64px;
  padding: clamp(28px, 3.8vw, 42px);
}

.vsm-current .technical-optimizations .legacy-section-head {
  max-width: none;
  margin: 0 0 22px;
  text-align: left;
}

.vsm-current .technical-feature-image {
  width: 100%;
  max-width: none;
  margin: 0 auto 24px;
}

.vsm-current .technical-feature-image .media-stage {
  aspect-ratio: 21 / 9;
}

.vsm-current .technical-feature-image figcaption {
  text-align: center;
}

.vsm-current .wide-visual {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(20, 38, 52, 0.09);
}

.vsm-current .wide-visual .media-stage--panorama {
  aspect-ratio: 1050 / 336;
}

.vsm-current .nice-map-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.vsm-current .nice-map {
  max-width: 300px;
  min-width: 0;
  flex: 1 1 260px;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(20, 38, 52, 0.08);
}

.vsm-current .nice-map img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.vsm-current .nice-map figcaption {
  padding: 12px 15px;
  color: var(--muted);
  font-size: 15.36px;
  text-align: center;
}

.vsm-current .triptych {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.vsm-current .triptych figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #ffffff;
}

.vsm-current .triptych img {
  width: 100%;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.vsm-current .triptych figcaption {
  padding: 10px 12px;
  color: var(--muted);
  font-size: 13.44px;
  text-align: center;
}

.vsm-current .before-after {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid #bac7d0;
  border-radius: 17px;
  background: #1d252c;
  box-shadow: 0 16px 38px rgba(19, 35, 48, 0.13);
  cursor: ew-resize;
  touch-action: pan-y;
  user-select: none;
}

.vsm-current .before-after > img,
.vsm-current .before-after-layer img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.vsm-current .before-after-layer {
  position: absolute;
  inset: 0;
  clip-path: inset(0 calc(100% - var(--position, 50%)) 0 0);
}

.vsm-current .before-after-line {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: var(--position, 50%);
  width: 4px;
  background: rgba(0, 0, 0, 0.52);
  transform: translateX(-2px);
  pointer-events: none;
}

.vsm-current .before-after-line::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid #00a6e6;
  border-radius: 50%;
  background: linear-gradient(#66d4ff, #00b8ff 62%, #009edb);
  color: #ffffff;
  content: "\2194";
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35), inset 0 2px 0 rgba(255, 255, 255, 0.5);
  transform: translate(-50%, -50%);
}

.vsm-current .comparison-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.vsm-current .before-after-range {
  position: absolute;
  z-index: 4;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
}

.vsm-current .before-after:focus-within {
  outline: 4px solid rgba(0, 184, 255, 0.34);
  outline-offset: 3px;
}

.vsm-current .legacy-note-box {
  padding: clamp(28px, 4.5vw, 48px);
  border: 2px solid #d9a066;
  border-radius: 22px;
  background: #fff7ed;
}

.vsm-current .legacy-note-box h2 {
  color: #913800;
}

.vsm-current .legacy-note-box .delivery-warning {
  margin: 22px 0 0;
  padding: 16px 18px;
  border-radius: 10px;
  background: #8f1e12;
  color: #ffffff;
  font-weight: 800;
}

.vsm-current .legacy-note-box .delivery-warning strong {
  color: #ffffff;
}

.vsm-current .section-divider {
  display: flex;
  gap: 14px;
  align-items: center;
  margin: 8px 0 52px;
  color: var(--orange-dark);
  font-size: 12.48px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.vsm-current .section-divider::before,
.vsm-current .section-divider::after {
  height: 1px;
  flex: 1;
  background: #d8e0e6;
  content: "";
}

@media (max-width: 1050px) {
  .vsm-current .product-definition {
    grid-template-columns: 1fr;
  }

  .vsm-current .vdg-companion-grid {
    grid-template-columns: 1fr;
  }

  .vsm-current .product-definition-options .capability-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vsm-current .v15-new-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vsm-current .legacy-split,
  .vsm-current .legacy-split--media-left {
    grid-template-columns: 1fr;
  }

  .vsm-current .legacy-split--media-left .legacy-copy,
  .vsm-current .legacy-split--media-left .visual {
    grid-column: 1;
  }

  .vsm-current .legacy-split--media-left .legacy-copy {
    grid-row: 1;
  }

  .vsm-current .legacy-split--media-left .visual {
    grid-row: 2;
  }

  .vsm-current .legacy-card-grid--three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vsm-current .pro-media-stack .pro-benefits {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .vsm-current .technical-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .vsm-current .hero-media-stack .hero-facts {
    grid-template-columns: 1fr;
  }

  .vsm-current .nice-map {
    max-width: min(100%, 360px);
    flex-basis: 100%;
  }

  .vsm-current .strengths-overview-copy {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .vsm-current .strengths-benefit-card {
    max-width: min(100%, 420px);
    flex-basis: 100%;
  }

}

@media (max-width: 760px) {
  .vsm-current .page-complete .hero,
  .vsm-current .page-complete .pro-layout {
    grid-template-columns: 1fr;
  }

  .vsm-current .page-complete .hero {
    grid-template-areas:
      "copy"
      "media"
      "note";
    gap: 26px;
    padding: 28px 22px;
  }

  .vsm-current .hero-media-stack,
  .vsm-current .page-complete .pro-layout .visual {
    width: min(680px, 100%);
    margin-inline: auto;
  }

  .vsm-current .page-complete .pro-section {
    padding: 28px 22px;
  }

  .vsm-current .legacy-section {
    margin-bottom: 64px;
  }

  .vsm-current .legacy-panel,
  .vsm-current .legacy-note-box {
    padding: 27px 21px;
    border-radius: 18px;
  }

  .vsm-current .v15-new-frame {
    padding: 27px 21px;
    border-radius: 20px;
  }

  .vsm-current .v15-new-overview,
  .vsm-current .v15-manual-benefits,
  .vsm-current .v15-benefit-grid,
  .vsm-current .product-definition-options .capability-list {
    grid-template-columns: 1fr;
  }

  .vsm-current .vdg-satmap-card {
    padding: 19px;
  }

  .vsm-current .legacy-card-grid,
  .vsm-current .legacy-card-grid--three,
  .vsm-current .nice-map-grid,
  .vsm-current .triptych {
    grid-template-columns: 1fr;
  }

  .vsm-current .edition-head {
    display: none;
  }

  .vsm-current .edition-row {
    grid-template-columns: 1fr;
    padding: 14px;
  }

  .vsm-current .edition-row + .edition-row {
    border-top: 8px solid #eef2f5;
  }

  .vsm-current .edition-row > * {
    padding: 8px 0;
  }

  .vsm-current .edition-row > * + * {
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .vsm-current .edition-row h3 {
    font-size: 16px;
  }

  .vsm-current .edition-row > .edition-cell:not(.edition-cell--pro) {
    margin: 0 -14px;
    padding: 12px 14px;
  }

  .vsm-current .edition-cell--pro {
    margin: 0 -14px -14px;
    padding: 12px 14px;
  }

  .vsm-current .edition-cell-label {
    display: block;
  }

  .vsm-current .wide-visual .media-stage--panorama {
    aspect-ratio: 16 / 9;
  }

  .vsm-current .section-divider {
    margin-bottom: 36px;
  }
}
