/* ==========================================================
   DACH & DOM PRO -- MAIN STYLESHEET (ENTRY POINT)

   Imports modular partials in cascade order:
      1. layout.css   - Global base, smooth scroll
      2. reveal.css   - Reveal animations (opacity, stagger, reduced-motion)
      3. header.css   - Header, mobile menu, navigation
      4. footer.css   - Footer styles and layout
      5. hero.css   - Hero section styles
      6. hero-trust.css - Hero trust section styles
      7. about-teaser.css - About teaser section styles
      8. featured-services.css - Featured services section and grid styles
      9. featured-services-cards.css - Featured services card styles
      10. featured-projects.css - Featured projects slider + lightbox styles
      11. process.css  - Process section styles
      12. process-card.css - Process card styles
      13. why-us.css   - Why us section styles
      14. buttons.css  - Button variants (primary / secondary / outline / ghost)
      15. cards.css    - Card base + variants (feature / service / cta)
      16. forms.css    - Form elements and validation
      17. section-header.css - Section header styles
      18. parallax-ruler.css - Parallax ruler section styles

   BREAKPOINTS (Tailwind convention):
      sm   640px   md   768px   lg  1024px   xl  1280px   2xl 1536px

   NOTE: @import statements MUST precede any other CSS rules.
   ========================================================== */

@import url('./layout.css');
@import url('./reveal.css');
@import url('./header.css');
@import url('./footer.css');
@import url('./hero.css');
@import url('./hero-trust.css');
@import url('./about-teaser.css');
@import url('./featured-services.css');
@import url('./featured-services-cards.css');
@import url('./featured-projects.css');
@import url('./process.css');
@import url('./process-card.css');
@import url('./why-us.css');
@import url('./buttons.css');
@import url('./cards.css');
@import url('./forms.css');
@import url('./section-header.css');
@import url('./parallax-ruler.css');