/*
Theme Name: HUB Master Theme
Theme URI: https://hub-systems.co.il
Author: HUB Advanced Systems
Author URI: https://hub-systems.co.il
Description: A professional one-page theme based on the HUB Master Template.
Version: 1.0
Requires at least: 5.0
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: hub-master-theme
*/

/* --- העתקה מתוך תג <style> בקובץ HTML המקורי --- */
:root {
    /* צבעי המותג - כאן משנים לכל לקוח בשנייה אחת */
    --primary-color: #1e3a8a; /* כחול כהה (למשל לעו"ד) */
    --secondary-color: #f97316; /* כתום (להנעה לפעולה) */
    --bg-light: #f3f4f6;
    --text-dark: #111827;
}

body {
    font-family: 'Heebo', sans-serif;
    scroll-behavior: smooth;
}

/* אנימציות עדינות */
.hover-scale { transition: transform 0.3s ease; }
.hover-scale:hover { transform: translateY(-5px); }

/* התאמה לנייד - ריפוד תחתון שלא יוסתר ע"י הסרגל הדביק */
@media (max-width: 768px) {
    body { padding-bottom: 70px; }
}
/* --- סוף העתקה --- */