/*
Theme Name: Motors Pro
Theme URI: https://namecentury.com
Author: Namecentury Team
Author URI: https://namecentury.com
Description: Premium automotive marketplace theme
Version: 2.0.1
Requires PHP: 7.4
License: GPL v2 or later
Text Domain: motors-pro
*/
:root{--color-primary:#cc0000;--color-secondary:#1a1a1a;--color-white:#fff;--color-gray-50:#f9fafb;--color-gray-200:#e5e7eb;--color-gray-600:#4b5563;--color-gray-900:#111827;--font-primary:'Roboto',sans-serif;--font-headings:'Montserrat',sans-serif;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--space-2:0.5rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--radius-full:9999px;--shadow:0 1px 3px 0 rgba(0,0,0,0.1);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.1);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.1);--shadow-xl:0 20px 25px -5px rgba(0,0,0,0.1);--transition-fast:150ms ease;--transition-base:300ms ease}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-primary);font-size:var(--text-base);line-height:1.6;color:var(--color-gray-900);background:var(--color-white)}h1,h2,h3,h4,h5,h6{font-family:var(--font-headings);font-weight:700;line-height:1.2;color:var(--color-secondary);margin-bottom:var(--space-4)}h1{font-size:var(--text-5xl)}h2{font-size:var(--text-4xl)}h3{font-size:var(--text-3xl)}a{color:var(--color-primary);text-decoration:none;transition:var(--transition-fast)}a:hover{opacity:0.8}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 var(--space-4)}.site-header{background:var(--color-white);box-shadow:var(--shadow);position:sticky;top:0;z-index:100}.top-bar{background:var(--color-secondary);color:var(--color-white);padding:var(--space-2) 0;font-size:var(--text-sm)}.top-bar a{color:var(--color-white)}.main-nav{padding:var(--space-4) 0}.nav-container{display:flex;justify-content:space-between;align-items:center}.site-logo{font-size:var(--text-3xl);font-weight:900;color:var(--color-secondary)}.primary-menu{display:flex;list-style:none;gap:var(--space-8);margin:0;padding:0}.primary-menu a{color:var(--color-secondary);font-weight:600;font-size:var(--text-sm)}.btn{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-4) var(--space-8);font-weight:700;border:none;border-radius:var(--radius-md);cursor:pointer;transition:var(--transition-base)}.btn-primary{background:var(--color-primary);color:var(--color-white)}.btn-primary:hover{opacity:0.9;transform:translateY(-2px)}.hero-section{position:relative;height:680px;display:flex;align-items:center;background:linear-gradient(135deg,var(--color-secondary) 0%,#2d3436 100%)}.hero-background{position:absolute;inset:0;z-index:0}.hero-background img{width:100%;height:100%;object-fit:cover;opacity:0.4}.hero-content{position:relative;z-index:2;text-align:center;color:var(--color-white)}.hero-title{font-size:clamp(2rem,5vw,4rem);margin-bottom:var(--space-6)}.hero-subtitle{font-size:var(--text-xl);margin-bottom:var(--space-8);opacity:0.95}.vehicles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:var(--space-8)}.vehicle-card{background:var(--color-white);border-radius:var(--radius-xl);overflow:hidden;box-shadow:var(--shadow);transition:var(--transition-base)}.vehicle-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl)}.vehicle-image{position:relative;height:240px;overflow:hidden}.vehicle-image img{width:100%;height:100%;object-fit:cover}.vehicle-content{padding:var(--space-6)}.vehicle-title{font-size:var(--text-xl);margin-bottom:var(--space-4)}.vehicle-price{font-size:var(--text-3xl);font-weight:900;color:var(--color-primary)}.site-footer{background:var(--color-secondary);color:var(--color-gray-200);padding:var(--space-16) 0 var(--space-8)}.section{padding:var(--space-20) 0}@media(max-width:768px){.hero-section{height:500px}.vehicles-grid{grid-template-columns:1fr}.primary-menu{display:none}}
