/* frontend/css/landing.css */

/*
 * Main CSS entry point for the landing page.
 * This file imports all the partials that make up the landing page styles.
 */

/* 1. Base styles, variables, and global helpers */
@import url('landing/_base.css');

/* 2. Main layout structure (header, nav, footer) */
@import url('landing/_layout.css');

/* 3. Page-specific sections */
@import url('landing/_hero.css');
@import url('landing/_features.css');
@import url('landing/_pricing.css');

/* 4. Responsive styles (should always be last) */
@import url('landing/_responsive.css');

/* 5. REMOVED: Page Transition Styles to prevent "blinking" */
/* The rules that caused the page to start at opacity: 0 have been removed. */