/**
 * Frontend Styles for Dynamic Landings
 * Minimal styles - Elementor handles the design
 */

/* Smooth Scrolling */
html.landing-page {
    scroll-behavior: smooth;
}

/* Ensure full width for Elementor */
body.landing-page {
    margin: 0;
    padding: 0;
}

/* Print Styles */
@media print {
    body.landing-page {
        background: #fff !important;
    }
}

