Added extensive CSS styles for the Open Source Compliance
page, including hero section, compliance grid, benefits
section, and CTA styling.
Included responsive design adjustments for mobile and
tablet views.
- Removed unused CSS styles to reduce file size and improve maintainability
- Fixed layout and styling issues on the Solutions page
- Added specific styles for the Solutions hero section, grid, and integration support
- Ensured responsive design for all screen sizes
- Improved hover effects and visual consistency for solution cards
- Added proper spacing, typography, and alignment for all components
- Removed hardcoded email address `hello@ciphervance.com` and replaced it with `SENDER_EMAIL` from environment variables.
- Added `python-dotenv` to load environment variables from `.env` file for better configuration management.
- Removed redundant logging setup and debug statements for cleaner code.
- Simplified the `send_email` function by removing unnecessary logging and debug output.
- Ensured consistent use of environment variables for SMTP settings and recipient email.
This change improves maintainability and security by avoiding hardcoded values and centralizing configuration.