/**
 * BDE marketing page only (loaded from PageController::bdePage).
 * Deep-link targets: offset for sticky site header.
 */
#packages,
#bde-format-compare,
#bde-online,
#bde-inclass,
#bde-faq,
#bde-how-it-works,
#in-class-starts {
    scroll-margin-top: 5.5rem;
}

@media (max-width: 768px) {
    #packages,
    #bde-format-compare,
    #bde-online,
    #bde-inclass,
    #bde-faq,
    #bde-how-it-works,
    #in-class-starts {
        scroll-margin-top: 4.5rem;
    }
}

/* Hero CTAs: pricing first, calendar second, enrollment third on narrow viewports */
@media (max-width: 639px) {
    .bde-hero-cta-row {
        flex-direction: column;
        align-items: stretch !important;
    }
    .bde-hero-cta-row .bde-hero-order-pricing { order: 1; }
    .bde-hero-cta-row .bde-hero-order-calendar { order: 2; }
    .bde-hero-cta-row .bde-hero-order-enroll { order: 3; }
}
