/*
Theme Name: Cooling Touch
Theme URI: https://coolingtouch.sa
Author: Cooling Touch Contracting Est.
Description: Premium bilingual (English / Arabic) HVAC business theme with built-in admin dashboard, free cost estimator, on-site quote booking, client portal, maintenance contracts, and review management for Dammam, Dhahran & Al Khobar.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GPL-2.0-or-later
Text Domain: cooling-touch
Tags: business, hvac, multilingual, rtl-language-support, custom-logo, custom-menu, threaded-comments
*/

/* Base reset + tokens — design system imported via ct-public.css */
:root {
	--ct-navy:         #071426;
	--ct-blue-deep:    #0A4F7A;
	--ct-blue:         #006DFF;
	--ct-blue-hover:   #0056D6;
	--ct-cyan:         #00B4E6;
	--ct-card:         #101C33;
	--ct-card-soft:    #15233F;
	--ct-border:       rgba(255,255,255,0.08);
	--ct-text:         #f1f5f9;
	--ct-text-soft:    #94a3b8;
	--ct-text-strong:  #ffffff;
	--ct-bg-light:     #F5F7FA;
	--ct-text-dark:    #0D1B2A;
	--ct-radius:       18px;
	--ct-radius-sm:    10px;
	--ct-shadow:       0 30px 60px -25px rgba(0, 109, 255, 0.35);
	--ct-shadow-soft:  0 12px 30px -15px rgba(7, 20, 38, 0.6);
	--ct-font-en:      'Inter', 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
	--ct-font-ar:      'Cairo', 'Inter', system-ui, sans-serif;
	--ct-font-display: 'Poppins', 'Inter', sans-serif;
	--ct-container:    1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	font-family: var(--ct-font-en);
	color: var(--ct-text);
	background: var(--ct-navy);
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body.lang-ar { font-family: var(--ct-font-ar); }

a { color: var(--ct-cyan); text-decoration: none; }
a:hover { color: var(--ct-blue); }
img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, h4, h5 { font-family: var(--ct-font-display); color: var(--ct-text-strong); line-height: 1.2; margin: 0 0 .6em; letter-spacing: -0.01em; }
body.lang-ar h1, body.lang-ar h2, body.lang-ar h3, body.lang-ar h4, body.lang-ar h5 { font-family: var(--ct-font-ar); }
p { margin: 0 0 1em; }

.ct-container { width: 100%; max-width: var(--ct-container); margin: 0 auto; padding: 0 24px; }
.screen-reader-text { position: absolute; left: -9999px; }
