body.vsm-study {
  margin: 0;
  background: #eef2f5;
  color: #17212b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

.vsm-study *,
.vsm-study *::before,
.vsm-study *::after {
  box-sizing: border-box;
}

.vsm-study img {
  display: block;
  max-width: 100%;
}

.vsm-study a {
  color: inherit;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.vsm-study a:focus-visible {
  outline: 3px solid #e96d0b;
  outline-offset: 4px;
}

.vsm-study .skip-link {
  position: fixed;
  z-index: 100;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  background: #ffffff;
  color: #17212b;
  transform: translateY(-150%);
}

.vsm-study .skip-link:focus {
  transform: translateY(0);
}

.vsm-study .study-bar {
  width: min(1220px, calc(100% - 32px));
  margin: 16px auto 0;
  padding: 12px 16px;
  border: 1px solid #cbd5dd;
  border-radius: 12px;
  background: #ffffff;
  color: #475563;
  font-size: 13.76px;
  line-height: 1.45;
}

.vsm-study .study-bar-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
  justify-content: space-between;
}

.vsm-study .study-label {
  color: #914000;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.vsm-study .study-switch {
  font-weight: 800;
}

.vsm-study .page {
  --orange: #d26008;
  --orange-dark: #914000;
  --orange-soft: #fff1e5;
  --blue: #155a83;
  --blue-dark: #0f3d59;
  --blue-soft: #eaf4f9;
  --ink: #17212b;
  --muted: #536170;
  --line: #d4dde4;
  --surface: #f5f7f9;
  --white: #ffffff;
  --dark: #161b20;
  width: min(1220px, calc(100% - 32px));
  margin: 18px auto 0;
  overflow: hidden;
}

.vsm-study .page h1,
.vsm-study .page h2,
.vsm-study .page h3,
.vsm-study .page h4,
.vsm-study .page p,
.vsm-study .page ul,
.vsm-study .page figure {
  margin-top: 0;
}

.vsm-study .page h1,
.vsm-study .page h2,
.vsm-study .page h3,
.vsm-study .page h4 {
  color: var(--ink);
  font-weight: 700;
  line-height: 1.18;
}

.vsm-study .page h1 {
  margin-bottom: 16px;
  font-size: clamp(37.6px, 5.4vw, 68px);
  letter-spacing: -0.045em;
}

.vsm-study .page h2 {
  margin-bottom: 18px;
  font-size: clamp(28px, 3.5vw, 43.2px);
  letter-spacing: -0.028em;
}

.vsm-study .page h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.vsm-study .page h4 {
  margin-bottom: 8px;
  font-size: 16.8px;
}

.vsm-study .page p {
  margin-bottom: 18px;
}

.vsm-study .eyebrow {
  display: inline-block;
  margin-bottom: 13px;
  color: var(--orange-dark);
  font-size: 13.12px;
  font-weight: 800;
  letter-spacing: 0.115em;
  text-transform: uppercase;
}

.vsm-study .lead {
  max-width: 62ch;
  color: #344250;
  font-size: 17.28px;
  font-weight: 400;
}

.vsm-study .section-head {
  max-width: 820px;
  margin-bottom: 34px;
}

.vsm-study .section-head p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 16.8px;
}

.vsm-study .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0;
}

.vsm-study .button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
}

.vsm-study .button-primary {
  background: var(--orange);
  color: #ffffff;
}

.vsm-study .button-primary:hover {
  background: #e87318;
}

.vsm-study .button-secondary {
  border-color: #7c8a96;
  background: transparent;
  color: inherit;
}

.vsm-study .button-secondary:hover {
  border-color: currentColor;
}

.vsm-study .hero-facts,
.vsm-study .check-list,
.vsm-study .capability-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vsm-study .hero-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 22px;
}

.vsm-study .hero-facts li,
.vsm-study .check-list li,
.vsm-study .capability-list li {
  position: relative;
  padding-left: 28px;
}

.vsm-study .hero-facts li {
  font-weight: 700;
}

.vsm-study .hero-facts li::before,
.vsm-study .check-list li::before {
  position: absolute;
  left: 0;
  color: #93c83e;
  content: "\2713";
  font-weight: 900;
}

.vsm-study .capability-list li::before {
  position: absolute;
  top: 0.08em;
  left: 0;
  color: var(--orange);
  content: "\25C6";
  font-size: 0.7em;
}

.vsm-study .hero-note {
  margin: 26px 0 0;
  padding: 15px 17px;
  border-left: 5px solid #9bcf46;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 15.36px;
}

.vsm-study .hero-note p {
  margin: 0;
}

.vsm-study .hero-note a {
  color: #ffd09d;
  font-weight: 800;
}

.vsm-study .visual {
  min-width: 0;
  margin: 0;
}

.vsm-study .media-stage {
  position: relative;
  isolation: isolate;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #1b242b;
}

.vsm-study .media-stage::before {
  position: absolute;
  z-index: -1;
  inset: -8%;
  background-image: var(--poster);
  background-position: center;
  background-size: cover;
  content: "";
  filter: blur(16px) saturate(0.85);
  opacity: 0.34;
  transform: scale(1.08);
}

.vsm-study .media-stage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vsm-study .media-stage.cover img {
  object-fit: cover;
}

.vsm-study .visual figcaption {
  padding: 11px 14px;
  background: #ffffff;
  color: #586675;
  font-size: 13.12px;
  line-height: 1.45;
}

.vsm-study .jumpnav {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 24px 0 64px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
}

.vsm-study .jumpnav a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 7px 14px;
  border: 1px solid #cbd5dd;
  border-radius: 999px;
  color: #263441;
  font-weight: 700;
  text-decoration: none;
}

.vsm-study .jumpnav a:hover {
  border-color: var(--orange);
  color: var(--orange-dark);
}

.vsm-study .section,
.vsm-study .pro-section,
.vsm-study .companion,
.vsm-study .related,
.vsm-study .closing {
  scroll-margin-top: 18px;
}

.vsm-study .section {
  margin-bottom: 92px;
}

.vsm-study .feature-row {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: clamp(34px, 5vw, 66px);
  align-items: center;
}

.vsm-study .feature-row.reverse {
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
}

.vsm-study .feature-row.reverse .feature-copy {
  grid-column: 2;
  grid-row: 1;
}

.vsm-study .feature-row.reverse .visual,
.vsm-study .feature-row.reverse .comparison-media {
  grid-column: 1;
  grid-row: 1;
}

.vsm-study .feature-copy p:last-child,
.vsm-study .feature-copy ul:last-child {
  margin-bottom: 0;
}

.vsm-study .capability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 24px;
  margin-top: 24px;
}

.vsm-study .pro-section {
  margin-bottom: 92px;
  padding: clamp(34px, 5.2vw, 64px);
  background: var(--dark);
  color: #eef2f5;
}

.vsm-study .pro-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(380px, 1.16fr);
  gap: clamp(32px, 5vw, 62px);
  align-items: center;
}

.vsm-study .pro-section h2,
.vsm-study .pro-section h3 {
  color: #ffffff;
}

.vsm-study .pro-section p {
  color: #dce3e8;
}

.vsm-study .pro-section .eyebrow {
  color: #ffbd7e;
}

.vsm-study .pro-section .visual {
  border: 1px solid #46515b;
}

.vsm-study .pro-section .visual figcaption {
  background: #242b31;
  color: #dce3e8;
}

.vsm-study .pro-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 30px;
}

.vsm-study .pro-benefits article {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.07);
}

.vsm-study .pro-benefits p {
  margin-bottom: 0;
  font-size: 15.04px;
}

.vsm-study .result-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vsm-study .result-card {
  overflow: hidden;
  background: #ffffff;
}

.vsm-study .result-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.vsm-study .result-copy {
  padding: 20px;
}

.vsm-study .result-copy h3 {
  font-size: 16.96px;
}

.vsm-study .result-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14.56px;
  line-height: 1.5;
}

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

.vsm-study .workflow-card {
  overflow: hidden;
  background: #ffffff;
}

.vsm-study .workflow-copy {
  padding: 26px;
}

.vsm-study .step {
  display: inline-grid;
  width: 42px;
  height: 42px;
  margin-bottom: 15px;
  place-items: center;
  border-radius: 50%;
  background: var(--blue);
  color: #ffffff;
  font-weight: 900;
}

.vsm-study .workflow-copy p {
  margin-bottom: 0;
  color: var(--muted);
}

.vsm-study .preset-band {
  margin-bottom: 52px;
}

.vsm-study .preset-band .feature-copy {
  margin-bottom: 24px;
}

.vsm-study .preset-band .media-stage {
  aspect-ratio: 1050 / 336;
}

.vsm-study .comparison-block {
  margin-bottom: 54px;
}

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

.vsm-study .comparison-media .visual {
  overflow: hidden;
}

.vsm-study .comparison-media figcaption {
  text-align: center;
}

.vsm-study .detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.vsm-study .detail-card {
  overflow: hidden;
  background: #ffffff;
}

.vsm-study .detail-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.vsm-study .detail-copy {
  padding: 18px;
}

.vsm-study .detail-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14.4px;
  line-height: 1.5;
}

.vsm-study .companion {
  margin-bottom: 92px;
  padding: clamp(34px, 5vw, 62px);
  background: linear-gradient(135deg, #123f5c, #0b283b);
  color: #eef6fa;
}

.vsm-study .companion h2,
.vsm-study .companion h3 {
  color: #ffffff;
}

.vsm-study .companion .eyebrow {
  color: #a9d9f4;
}

.vsm-study .companion .section-head p,
.vsm-study .companion p {
  color: #e4f0f6;
}

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

.vsm-study .companion-card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.vsm-study .companion-copy {
  padding: 25px;
}

.vsm-study .companion-copy p:last-child {
  margin-bottom: 0;
}

.vsm-study .companion-copy a {
  color: #ffd09d;
  font-weight: 800;
}

.vsm-study .notice {
  margin-top: 18px;
  padding: 13px 15px;
  border-left: 4px solid #ffb86e;
  background: rgba(0, 0, 0, 0.18);
  font-size: 14.4px;
}

.vsm-study .related {
  margin-bottom: 82px;
}

.vsm-study .related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.vsm-study .related-card {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  padding: 25px;
  border: 1px solid var(--line);
  background: #ffffff;
  color: var(--ink);
  text-decoration: none;
}

.vsm-study .related-card span {
  margin-bottom: 8px;
  color: var(--orange-dark);
  font-size: 12.48px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.vsm-study .related-card strong {
  margin-bottom: 10px;
  font-size: 20.48px;
}

.vsm-study .related-card small {
  color: var(--muted);
  font-size: 15.04px;
  line-height: 1.55;
}

.vsm-study .related-card b {
  margin-top: auto;
  padding-top: 20px;
  color: var(--blue);
}

.vsm-study .related-card:hover {
  border-color: var(--orange);
  transform: translateY(-2px);
}

.vsm-study .closing {
  margin-bottom: 40px;
  padding: clamp(36px, 6vw, 70px);
  background: linear-gradient(135deg, #fff0e2, #ecf6fb);
  text-align: center;
}

.vsm-study .closing p {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
  color: #3f4d59;
}

.vsm-study .closing p:last-child {
  margin-bottom: 0;
  color: var(--orange-dark);
  font-weight: 800;
}

.vsm-study .study-footer {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 34px;
  color: #5c6975;
  font-size: 13.12px;
  text-align: center;
}

/* Variante A: aktueller, gerahmter MotionStudios-Aufbau */
.vsm-current .page {
  overflow: visible;
}

.vsm-current .hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  grid-template-areas:
    "copy media"
    "facts facts"
    "note note";
  gap: clamp(34px, 5vw, 62px);
  align-items: start;
  padding: clamp(36px, 5.4vw, 66px);
  overflow: hidden;
  border: 1px solid #3d4853;
  border-radius: 28px;
  background:
    radial-gradient(circle at 15% 12%, rgba(210, 96, 8, 0.31), transparent 31%),
    linear-gradient(135deg, #111920, #1d2b36 58%, #11181e);
  color: #f1f4f6;
}

.vsm-current .hero h1 {
  color: #ffffff;
  font-size: clamp(37.6px, 4.6vw, 58.4px);
}

.vsm-current .hero-copy {
  grid-area: copy;
}

.vsm-current .hero .eyebrow {
  padding: 7px 13px;
  border: 1px solid rgba(255, 195, 137, 0.5);
  border-radius: 999px;
  background: rgba(210, 96, 8, 0.24);
  color: #ffd09d;
}

.vsm-current .hero .hero-claim {
  margin-bottom: 24px;
  color: #ffbd7e;
  font-size: clamp(19.52px, 2.2vw, 24.8px);
  font-weight: 800;
  line-height: 1.35;
}

.vsm-current .hero .lead,
.vsm-current .hero-facts {
  color: #edf2f5;
}

.vsm-current .hero-visual {
  grid-area: media;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.38);
}

.vsm-current .hero-visual figcaption {
  background: #252d34;
  color: #dde5ea;
}

.vsm-current .button-secondary {
  border-color: rgba(255, 255, 255, 0.58);
  color: #ffffff;
}

.vsm-current .hero > .hero-facts {
  grid-area: facts;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 26px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.vsm-current .hero > .hero-note {
  grid-area: note;
  margin-top: -18px;
}

.vsm-current .pro-section,
.vsm-current .companion,
.vsm-current .closing,
.vsm-current .surface-panel {
  border-radius: 26px;
}

.vsm-current .pro-section {
  box-shadow: 0 20px 44px rgba(22, 31, 39, 0.16);
}

.vsm-current .pro-benefits article,
.vsm-current .result-card,
.vsm-current .workflow-card,
.vsm-current .detail-card,
.vsm-current .companion-card,
.vsm-current .related-card {
  border-radius: 17px;
}

.vsm-current .surface-panel {
  padding: clamp(30px, 4.8vw, 54px);
  border: 1px solid var(--line);
  background: #f8fafb;
}

.vsm-current .surface-panel .visual,
.vsm-current .result-card,
.vsm-current .workflow-card,
.vsm-current .detail-card {
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(25, 42, 55, 0.08);
}

.vsm-current .preset-band {
  padding: clamp(28px, 4.5vw, 48px);
  border: 1px solid #e0c5ad;
  border-radius: 24px;
  background: #fff7ef;
}

.vsm-current .comparison-block {
  padding: clamp(28px, 4.5vw, 48px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #ffffff;
}

.vsm-current .comparison-media .visual {
  border: 1px solid var(--line);
  border-radius: 14px;
}

.vsm-current .related-card {
  box-shadow: 0 10px 26px rgba(22, 35, 48, 0.07);
  transition: transform 160ms ease, border-color 160ms ease;
}

/* Variante B: bildgeführter MAGIX-Rhythmus, bewusst nicht als Kopie */
.vsm-magix {
  background: #ffffff;
}

.vsm-magix .study-bar {
  border-radius: 0;
  border-right: 0;
  border-left: 0;
  background: #f4f6f8;
}

.vsm-magix .page {
  width: min(1280px, 100%);
  margin-top: 0;
}

.vsm-magix .hero {
  display: grid;
  grid-template-columns: minmax(380px, 0.76fr) minmax(0, 1.24fr);
  grid-template-areas:
    "copy media"
    "facts facts"
    "note note";
  gap: clamp(34px, 5vw, 72px);
  align-items: start;
  padding: clamp(44px, 6vw, 82px) clamp(24px, 5vw, 64px);
  background: linear-gradient(115deg, #f6f8fa 0%, #eef5f8 53%, #e6f1f7 100%);
}

.vsm-magix .hero-copy {
  z-index: 1;
  grid-area: copy;
}

.vsm-magix .hero h1 {
  font-size: clamp(39.2px, 4.3vw, 53.6px);
}

.vsm-magix .hero .eyebrow {
  color: #b74f00;
}

.vsm-magix .hero .hero-claim {
  margin-bottom: 22px;
  color: var(--blue-dark);
  font-size: clamp(20px, 2.2vw, 26.4px);
  font-weight: 800;
  line-height: 1.35;
}

.vsm-magix .hero-facts {
  grid-area: facts;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 28px;
  border-top: 1px solid rgba(21, 90, 131, 0.2);
}

.vsm-magix .hero-note {
  grid-area: note;
  margin-top: -18px;
  border-left-color: var(--orange);
  background: rgba(255, 255, 255, 0.78);
}

.vsm-magix .hero-note a {
  color: var(--blue-dark);
}

.vsm-magix .hero-visual {
  grid-area: media;
  align-self: start;
  overflow: hidden;
  box-shadow: 0 26px 60px rgba(23, 52, 70, 0.18);
}

.vsm-magix .hero-visual figcaption {
  border-bottom: 4px solid var(--orange);
}

.vsm-magix .jumpnav {
  width: calc(100% - 48px);
  margin: 0 auto 88px;
  padding: 17px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  justify-content: center;
}

.vsm-magix .jumpnav a {
  border: 0;
  border-radius: 0;
  background: transparent;
}

.vsm-magix .section,
.vsm-magix .related {
  width: min(1120px, calc(100% - 48px));
  margin-right: auto;
  margin-bottom: 112px;
  margin-left: auto;
}

.vsm-magix .pro-section,
.vsm-magix .companion,
.vsm-magix .closing {
  width: 100%;
  margin-bottom: 112px;
  padding-right: max(28px, calc((100% - 1120px) / 2));
  padding-left: max(28px, calc((100% - 1120px) / 2));
}

.vsm-magix .pro-layout {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
}

.vsm-magix .pro-benefits article {
  border-top: 3px solid var(--orange);
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background: #252b31;
}

.vsm-magix .feature-row {
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(42px, 6.6vw, 82px);
}

.vsm-magix .feature-row.reverse {
  grid-template-columns: minmax(0, 1.28fr) minmax(0, 0.72fr);
}

.vsm-magix .surface-panel {
  padding: 0;
  background: #ffffff;
}

.vsm-magix .surface-panel .visual,
.vsm-magix .comparison-media,
.vsm-magix .preset-band .visual {
  box-shadow: 0 18px 44px rgba(20, 42, 57, 0.13);
}

.vsm-magix .result-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.vsm-magix .result-card {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(190px, 0.7fr);
  align-items: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.vsm-magix .result-copy {
  padding: 24px 26px;
}

.vsm-magix .workflow-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.vsm-magix .workflow-card {
  border-top: 5px solid var(--blue);
  background: #f4f6f8;
}

.vsm-magix .workflow-copy {
  padding: 22px 20px 26px;
}

.vsm-magix .workflow-copy h3 {
  font-size: 17.28px;
}

.vsm-magix .workflow-copy p {
  font-size: 14.72px;
  line-height: 1.52;
}

.vsm-magix .preset-band {
  width: 100%;
  margin-bottom: 74px;
  padding: clamp(38px, 5vw, 62px) max(28px, calc((100% - 1120px) / 2));
  background: linear-gradient(110deg, #f2f7fa, #e3f0f6);
}

.vsm-magix .preset-band .feature-copy,
.vsm-magix .preset-band .visual {
  width: min(1120px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.vsm-magix .comparison-block {
  margin-bottom: 76px;
}

.vsm-magix .detail-grid {
  gap: 1px;
  background: var(--line);
}

.vsm-magix .detail-card {
  background: #ffffff;
}

.vsm-magix .companion {
  background: #15202a;
}

.vsm-magix .companion-card {
  border: 0;
  border-top: 4px solid var(--orange);
  background: #202d38;
}

.vsm-magix .related-card {
  border-width: 0 0 4px;
  border-bottom-color: var(--blue);
  background: #f3f6f8;
  transition: transform 160ms ease, border-color 160ms ease;
}

.vsm-magix .closing {
  margin-bottom: 0;
  background: linear-gradient(110deg, #ef6c00, #bb4b00);
}

.vsm-magix .closing .eyebrow,
.vsm-magix .closing h2,
.vsm-magix .closing p,
.vsm-magix .closing p:last-child {
  color: #ffffff;
}

@media (max-width: 1050px) {
  .vsm-current .hero,
  .vsm-magix .hero,
  .vsm-study .pro-layout,
  .vsm-study .feature-row,
  .vsm-study .feature-row.reverse {
    grid-template-columns: 1fr;
  }

  .vsm-study .feature-row.reverse .feature-copy,
  .vsm-study .feature-row.reverse .visual,
  .vsm-study .feature-row.reverse .comparison-media {
    grid-column: 1;
  }

  .vsm-current .hero,
  .vsm-magix .hero {
    grid-template-areas:
      "copy"
      "media"
      "facts"
      "note";
  }

  .vsm-current .hero > .hero-facts,
  .vsm-magix .hero > .hero-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vsm-study .feature-row.reverse .feature-copy {
    grid-row: 1;
  }

  .vsm-study .feature-row.reverse .visual,
  .vsm-study .feature-row.reverse .comparison-media {
    grid-row: 2;
  }

  .vsm-study .hero-copy,
  .vsm-study .feature-copy,
  .vsm-study .section-head {
    max-width: 760px;
  }

  .vsm-study .pro-layout .visual {
    width: min(760px, 100%);
  }

  .vsm-magix .hero-visual {
    width: min(900px, 100%);
  }

  .vsm-magix .workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vsm-study .result-grid,
  .vsm-study .detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  body.vsm-study {
    font-size: 17px;
  }

  .vsm-study .study-bar,
  .vsm-study .page,
  .vsm-study .study-footer {
    width: min(100% - 20px, 1220px);
  }

  .vsm-study .study-bar-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .vsm-current .hero,
  .vsm-magix .hero {
    padding: 30px 22px;
  }

  .vsm-current .hero {
    border-radius: 20px;
  }

  .vsm-study .page h1 {
    font-size: clamp(33.6px, 13vw, 50.4px);
  }

  .vsm-study .hero-facts,
  .vsm-study .capability-list,
  .vsm-study .pro-benefits,
  .vsm-study .result-grid,
  .vsm-study .workflow-grid,
  .vsm-study .detail-grid,
  .vsm-study .companion-grid,
  .vsm-study .related-grid,
  .vsm-study .comparison-media {
    grid-template-columns: 1fr;
  }

  .vsm-study .jumpnav {
    margin-bottom: 54px;
  }

  .vsm-study .section,
  .vsm-study .pro-section,
  .vsm-study .companion,
  .vsm-study .related {
    margin-bottom: 64px;
  }

  .vsm-study .pro-section,
  .vsm-study .companion,
  .vsm-study .closing,
  .vsm-current .surface-panel,
  .vsm-current .preset-band,
  .vsm-current .comparison-block {
    padding: 28px 22px;
  }

  .vsm-current .pro-section,
  .vsm-current .companion,
  .vsm-current .closing,
  .vsm-current .surface-panel,
  .vsm-current .preset-band,
  .vsm-current .comparison-block {
    border-radius: 18px;
  }

  .vsm-magix .section,
  .vsm-magix .related {
    width: calc(100% - 32px);
  }

  .vsm-magix .pro-section,
  .vsm-magix .companion,
  .vsm-magix .closing,
  .vsm-magix .preset-band {
    padding-right: 20px;
    padding-left: 20px;
  }

  .vsm-magix .result-card {
    display: block;
  }

  .vsm-study .preset-band .media-stage {
    aspect-ratio: 16 / 9;
  }

  .vsm-study .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vsm-study .related-card {
    transition: none;
  }
}
