/* Global base — reset + body + #content scaffold + LiveChat overrides.
   Everything else lives in /assets/css/components/ — see fonts.css,
   header.css, sidebar.css, footer.css, content.css, hero.css, calculator.css. */

/* Reset */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: 'Open Sans', Arial, Helvetica, sans-serif; color: #394b4e; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }



/* Content */
#content {
    min-height: 60vh;
    background: #ffffff;
    position: relative;
}

/* LiveChat widget custom styling */
#lhc_status_container #status-icon {
    background-color: #1a7148 !important;
    border-color: #272727 !important;
}

