/*
Theme Name: PROSHRED Industrial Shredder
Theme URI: https://www.proshred.com/
Description: Premium WordPress theme for PROSHRED industrial shredder manufacturer. Built for Elementor Pro with SEO optimization for international markets.
Author: PROSHRED Development Team
Author URI: https://www.proshred.com/
Version: 1.0.0
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: proshred-theme
Domain Path: /languages
Tags: industrial, manufacturing, elementor-pro, responsive, seo-optimized, translation-ready, custom-colors, custom-logo, featured-images, footer-widgets, theme-options, threaded-comments

PROSHRED Industrial Shredder Theme
A premium WordPress theme designed for industrial equipment manufacturers.

This theme is optimized for:
- Elementor Pro page builder
- SEO and international search (Google, Bing, Baidu)
- High performance and fast loading
- Responsive design for all devices
- WCAG 2.1 AA accessibility compliance

*/

/* ============ BASE STYLES ============ */
/* These styles provide basic formatting for the theme.
   Main styling is handled by Elementor Pro global styles. */

body {
    margin: 0;
    padding: 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #4a4a4a;
    line-height: 1.7;
    background: #ffffff;
    overflow-x: hidden;
}

/* Elementor canvas compatibility */
.elementor-page .site-content {
    padding: 0;
}

/* Basic responsive images */
img {
    max-width: 100%;
    height: auto;
}

/* Basic link styles */
a {
    text-decoration: none;
    color: inherit;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Basic container */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ============ THEME SUPPORT ============ */
/* This theme requires Elementor Pro for full functionality.
   The theme provides:
   - Header/Footer templates via Elementor Theme Builder
   - Custom Post Types for Products
   - SEO optimization
   - Performance optimization
*/
