/*
Theme Name:        Veracurate
Theme URI:         https://veracurate.com
Author:            Veracurate
Author URI:        https://veracurate.com
Description:       Premium matte dark/light tech theme with full WooCommerce store integration. Elementor-ready, SEO-optimised, security-hardened.
Version:           3.3.0
Requires at least: 6.2
Tested up to:      6.7
Requires PHP:      8.1
WC requires at least: 7.0
WC tested up to:      9.0
License:           Proprietary
Text Domain:       veracurate
Tags:              dark, elementor, woocommerce, business, technology, one-page, mobile-first
*/

[data-theme="dark"]{
  --bg:#1c1c1e; --bg2:#242426; --bg3:#2c2c2e;
  --surface:rgba(38,38,40,0.92); --surface2:rgba(48,48,50,0.95);
  --border:rgba(255,255,255,0.08); --border2:rgba(255,255,255,0.13);
  --text:#f5f5f7; --text2:#9a9aa0;
  --btn:#2e2e30; --btn2:#3a3a3c; --btn-border:rgba(255,255,255,0.18);
  --nav-bg:rgba(28,28,30,0.88); --shadow:0 4px 32px rgba(0,0,0,0.55);
  --card-bg:rgba(44,44,46,0.94); --divider:rgba(255,255,255,0.1);
}
[data-theme="light"]{
  --bg:#f5f5f0; --bg2:#fafaf6; --bg3:#eeeee8;
  --surface:rgba(255,255,253,0.9); --surface2:rgba(245,245,240,0.97);
  --border:rgba(0,0,0,0.08); --border2:rgba(0,0,0,0.12);
  --text:#1d1d1f; --text2:#6e6e73;
  --btn:#1d1d1f; --btn2:#3a3a3c; --btn-border:rgba(0,0,0,0.2);
  --nav-bg:rgba(245,245,240,0.9); --shadow:0 4px 24px rgba(0,0,0,0.08);
  --card-bg:rgba(255,255,253,0.94); --divider:rgba(0,0,0,0.09);
}
:root{--vc-accent:#00c4b8;--vc-accent2:#009eb4}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:var(--bg);color:var(--text);font-family:'Inter',system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased;overflow-x:hidden;transition:background .45s,color .45s}
a{color:var(--text);text-decoration:none}
img{max-width:100%;height:auto;display:block}
.skip-link{position:absolute;top:-40px;left:0;z-index:9999;background:var(--vc-accent,#00c4b8);color:#000;padding:8px 16px;font-weight:600;transition:top .2s}
.skip-link:focus{top:0}
#vc-confetti{position:fixed;inset:0;pointer-events:none;z-index:0}
#page{position:relative;z-index:1;min-height:100vh}
