/*
Theme Name: pump
Theme URI: https://example.com/pump
Author: Your Name
Author URI: https://example.com
Description: 软管泵行业企业站主题，简洁高性能，适合产品展示与询盘。
Version: 0.1.0
Tested up to: 6.5
Requires PHP: 8.1
License: GPLv2 or later
Text Domain: pump
*/

/* 基础排版 */
html { box-sizing: border-box; }
*, *:before, *:after { box-sizing: inherit; }
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif; line-height: 1.6; color: #111; }
a { color: #0a6; text-decoration: none; }
a:hover { text-decoration: underline; }

.container { max-width: 1140px; margin: 0 auto; padding: 0 16px; }
.site-header, .site-footer { background: #0a6; color: #fff; }
.site-header a { color: #fff; }
.site-header .branding { display: flex; align-items: center; gap: 12px; padding: 16px 0; }
.site-footer { padding: 24px 0; }
.site-footer .disclaimer { margin-top: 8px; opacity: .9 }
.site-footer .disclaimer a { color: #fff; text-decoration: underline; }

/* buttons */
.btn { display:inline-block; padding:10px 14px; border-radius:8px; border:1px solid transparent; font-weight:600 }
.btn:hover { text-decoration:none }
