/*
Theme Name: ReviewPulse
Theme URI: https://reviewpulse.io
Author: ReviewPulse
Description: Complete SaaS theme for ReviewPulse — with full demo content, Elementor compatible.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: reviewpulse
*/

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: 'DM Sans', sans-serif;
  background: #fff;
  color: #111;
  line-height: 1.6;
}

/* Fix Elementor full width */
.elementor-page .site-header,
.elementor-page .site-footer { display: none; }

img { max-width: 100%; height: auto; }
a { color: #ff5c35; text-decoration: none; }
