/*
Theme Name: Replaced Car Keyz
Theme URI: https://replacedcarkeyz.ca
Author: Replaced Car Keyz
Author URI: https://replacedcarkeyz.ca
Description: Premium dark mobile locksmith theme inspired by Medvi design. Features hero section, services grid, stats, reviews, and full GTA service area coverage.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: replacedcarkeyz
Tags: dark, business, one-page, locksmith, mobile-responsive
*/

/* =============================================
   REPLACED CAR KEYZ — MAIN STYLESHEET
   Edit variables below to change colors/fonts
   ============================================= */

:root {
  --color-bg:        #0a0a0a;
  --color-bg-alt:    #0f0f0f;
  --color-card:      #161616;
  --color-accent:    #f5c842;
  --color-accent-dim: rgba(245, 200, 66, 0.12);
  --color-text:      #ffffff;
  --color-text-muted: rgba(255,255,255,0.55);
  --color-border:    rgba(255,255,255,0.07);
  --font-display:    'Playfair Display', Georgia, serif;
  --font-body:       'DM Sans', 'Segoe UI', sans-serif;
  --radius-sm:       8px;
  --radius-md:       12px;
  --radius-lg:       16px;
  --radius-pill:     50px;
  --transition:      0.25s ease;
}

/* RESET */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
