/* Buying tutorial card: a real video still, not an autoplaying home-page player. */
.home-page .home-guide-band .buying-video-card {
  background-image: radial-gradient(ellipse at 92% 20%, rgba(106, 104, 189, .28), transparent 68%), linear-gradient(115deg, #10203d 0%, #1d254f 55%, #3a3268 100%);
}
.home-page .home-guide-band .buying-video-card::before { background: none; }
.buying-video-preview {
  position: absolute;
  right: 18px;
  top: 50%;
  width: calc(100% - 224px);
  max-width: 156px;
  transform: translateY(-50%) rotate(-4deg);
  overflow: hidden;
  border: 1px solid rgba(215, 224, 255, .4);
  border-radius: 8px;
  background: #12223e;
  box-shadow: 0 12px 22px rgba(2, 8, 28, .38);
  pointer-events: none;
}
.buying-video-chrome {
  display: block;
  height: 13px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  background:
    radial-gradient(circle at 8px 6px, #f89a5d 1.4px, transparent 1.8px),
    radial-gradient(circle at 15px 6px, #a1aecb 1.4px, transparent 1.8px),
    radial-gradient(circle at 22px 6px, #a1aecb 1.4px, transparent 1.8px),
    #142744;
}
.buying-video-screen { display: block; position: relative; }
.buying-video-screen img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; }
.buying-video-screen::after { content: ""; position: absolute; inset: 0; background: rgba(7, 19, 41, .16); }
.buying-video-play {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(255, 255, 255, .9);
  border-radius: 50%;
  background: #ff6b00;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
}
.buying-video-play::after { content: ""; width: 0; height: 0; margin-left: 3px; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 9px solid #fff; }
.buying-video-duration { position: absolute; right: 5px; bottom: 5px; z-index: 1; padding: 2px 4px; border-radius: 3px; background: rgba(7, 19, 41, .85); color: #fff; font-size: 10px; font-weight: 600; line-height: 1.2; }
/* One accessible link covers both the button and the decorative play preview. */
.home-page .home-guide-band .buying-video-card > a::after { content: ""; position: absolute; inset: 0; z-index: 2; }
.home-page .home-guide-band .buying-video-card > a:hover { transform: none; }
.home-page .home-guide-band .buying-video-card:focus-within { outline: 2px solid #0759b4; outline-offset: 3px; }

@media (min-width: 761px) and (max-width: 1100px) {
  .buying-video-preview { top: 18px; right: 12px; width: 30%; max-width: 116px; transform: rotate(-4deg); }
  .buying-video-play { width: 30px; height: 30px; }
  .buying-video-duration { display: none; }
  .home-page .home-guide-band .buying-video-card p { max-width: 60%; }
}
@media (max-width: 760px) {
  .buying-video-preview { right: 14px; width: calc(100% - 218px); max-width: 156px; }
}
@media (max-width: 380px) {
  .buying-video-preview { top: 14px; width: 28%; transform: rotate(-4deg); }
  .buying-video-play { width: 30px; height: 30px; }
  .buying-video-duration { display: none; }
}
