/*
Theme Name: Vision Edge Corporate
Theme URI: https://example.com/
Author: Vision Edge Inc.
Author URI: https://example.com/
Description: Lightweight corporate theme for Vision Edge with Home/Services/About/Contact and a built-in contact form (admin-post).
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: visionedge
License: GPL-2.0-or-later
*/

:root{
  --ve-bg:#ffffff;
  --ve-border:#e9ecef;
  --ve-text:#111827;
  --ve-muted:#6b7280;
}
body{font-family: system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;color:var(--ve-text)}
.site-footer{background:#0f172a;color:#e2e8f0;padding:2rem 0;margin-top:3rem}
.hero{background: radial-gradient(1200px 500px at 10% 10%, #f8f9fa, transparent), linear-gradient(180deg,#ffffff, #f7f7f7);}
.kpi{font-size:clamp(28px,5vw,44px);font-weight:700}
.badge-pill{border-radius:9999px}
.card{border-radius:1rem}
.small-muted{color:#6b7280}
.navbar-brand{font-weight:700;letter-spacing:.5px}
.section-title{font-weight:700}
*/

