/*
Theme Name: Rainbow AIoT - 睿恩博官网
Theme URI: https://www.iabtech.com
Author: 睿恩博科技
Author URI: https://www.iabtech.com
Description: 睿恩博AIoT官网主题 - 现代化科技企业网站，基于Elementor构建
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rainbow-aiot
Tags: ai, iot, technology, elementor, responsive, custom-menu, featured-images
*/

/*
 * 主题基础样式
 * 详细样式见 assets/css/main.css
 */

/* 重置样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Sans SC', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: #fafbfc;
    color: #1a1a2e;
    overflow-x: hidden;
    line-height: 1.6;
}

/* CSS变量 - 配色方案 */
:root {
    --primary: #4f46e5;        /* 靛蓝 */
    --primary-light: #818cf8;
    --primary-dark: #3730a3;
    --accent: #06b6d4;         /* 青色 */
    --accent-light: #22d3ee;
    --success: #10b981;
    --bg: #fafbfc;
    --bg-warm: #f8f9fa;
    --card: #ffffff;
    --text: #1a1a2e;
    --text-muted: #64748b;
    --border: rgba(79,70,229,.08);
}

/* 基础布局 */
.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 48px;
}

a {
    color: var(--primary);
    text-decoration: none;
    transition: color 0.2s;
}

a:hover {
    color: var(--primary-dark);
}

img {
    max-width: 100%;
    height: auto;
}

/* Elementor兼容性 */
.elementor-section.elementor-section-full_width {
    padding-left: 0;
    padding-right: 0;
}
