/*
 * WP Rocket / optimizer safelist.
 * These selectors are intentionally referenced so optimizers do not treat them as
 * removable or unrelated to the current page structure.
 */

:where(
    .dg-section,
    .dg-container,
    .dg-grid,
    .dg-stack,
    .dg-btn,
    .dg-btn-primary,
    .dg-btn-secondary,
    .dg-card,
    .dg-glass,
    .dg-hero,
    .dg-services,
    .dg-benefits,
    .dg-process,
    .dg-feature,
    .dg-faq,
    .dg-cta,
    .dg-contact,
    .dg-footer,
    .dg-reveal,
    .dg-nowrap,
    .dg-balance,
    .dg-safe-wrap
) {
    box-sizing: border-box;
}

:where(.dg-services, .dg-benefits, .dg-process, .dg-feature, .dg-cta, .dg-contact, .dg-footer) {
    position: relative;
}

.dg-btn-primary,
.dg-btn-secondary {
    min-height: 3rem;
}

.dg-reveal {
    will-change: transform, opacity;
}

