/*
Theme Name: Coaster Rental Pro
Theme URI: https://example.com
Author: Your Company
Author URI: https://example.com
Description: A lightweight, fast, SEO-focused WordPress theme built specifically for a Toyota Coaster / Coaster Bus rental & group transportation business in Pakistan. Built for local SEO (Islamabad, Lahore, Karachi), tours & northern-area travel, intercity routes, and lead generation via Call / WhatsApp / Quote form. No page builder dependency; works with the native block editor.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: coaster-rental-pro
*/

/* ==========================================================================
   1. DESIGN TOKENS (edit these to re-theme the whole site)
   ========================================================================== */
:root{
  --color-primary:#0B3D5C;      /* deep blue - trust, transport */
  --color-secondary:#F4B400;    /* amber - CTA accent */
  --color-dark:#111827;
  --color-light:#F8FAFC;
  --color-white:#FFFFFF;
  --color-border:#E2E8F0;
  --color-text:#1F2937;
  --color-text-muted:#5B6472;
  --color-success:#1E8E4E;
  --color-whatsapp:#25D366;

  --font-heading: 'Segoe UI', system-ui, -apple-system, Arial, sans-serif;
  --font-body: 'Segoe UI', system-ui, -apple-system, Arial, sans-serif;

  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;

  --shadow-sm: 0 1px 2px rgba(17,24,39,0.06);
  --shadow-md: 0 4px 14px rgba(17,24,39,0.08);

  --container-width: 1180px;
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 40px;
  --space-5: 64px;
  --space-6: 96px;

  --sticky-cta-height: 60px;
}

@media (prefers-color-scheme: dark){
  /* Site intentionally keeps a single light, trustworthy transportation look
     across all viewers, since Coaster clients are not expecting a dark mode
     brochure site. Colors stay fixed by design. */
}
