/* Reusable feature tutorial for marketing pages, blog posts, and /docs. */
.aeogm-feature-video {
    width: 100%;
    max-width: 960px;
    margin: 2rem auto;
}

.aeogm-feature-video__player {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: 1px solid #d6e2f3;
    border-radius: 18px;
    background: #edf3f8;
    box-shadow: 0 24px 64px rgba(23, 62, 110, .16);
}

.aeogm-feature-video figcaption {
    margin-top: .7rem;
    color: #5b6474;
    font-size: .9rem;
    line-height: 1.55;
    text-align: center;
}

.aeogm-feature-video--hero {
    max-width: 880px;
    margin-top: 48px;
    margin-bottom: 0;
    position: relative;
}

.aeogm-feature-video--hero .aeogm-feature-video__player {
    box-shadow: 0 30px 80px rgba(15, 45, 85, .22);
}

@media (max-width: 640px) {
    .aeogm-feature-video,
    .aeogm-feature-video--hero { margin-top: 1.5rem; }
    .aeogm-feature-video__player { border-radius: 12px; }
}

@media (prefers-reduced-motion: reduce) {
    .aeogm-feature-video__player { scroll-behavior: auto; }
}
