/*
Theme Name: GymStyle
Theme URI: https://gymstyle.co.il
Description: תבנית מותאמת לחדר כושר GymStyle
Author: Speechless
Author URI: https://buildwith.co.il
Template: hello-elementor
Version: 1.0.0
Text Domain: gymstyle
*/

/* ═══ Design Tokens ═══ */
:root {
  --teal: #1A7A7A;
  --teal-dark: #145F5F;
  --teal-light: #E6F4F4;
  --orange: #E07830;
  --orange-light: #FFF3EB;
  --dark: #1E2328;
  --text: #3A3F44;
  --text-light: #6B7280;
  --bg: #FAFAFA;
  --white: #FFFFFF;
  --border: #E5E7EB;
  --border-light: #F0F1F3;
  --wa-green: #25D366;
}

/* ═══ Base ═══ */
body {
  font-family: 'Heebo', sans-serif;
  font-size: 18px;
  line-height: 1.75;
  color: var(--text);
  background: var(--bg);
}

h1, h2, h3, h4, h5, h6 {
  color: var(--dark);
  font-weight: 800;
}

h1 { font-size: clamp(36px, 6vw, 58px); line-height: 1.2; }
h2 { font-size: 30px; line-height: 1.3; }
h3 { font-size: 19px; }

a { color: var(--teal); }
a:hover { color: var(--teal-dark); }

/* ═══ Buttons ═══ */
.btn-primary,
.elementor-button.elementor-size-md {
  background: var(--teal) !important;
  color: var(--white) !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  padding: 12px 28px !important;
  border: none !important;
  transition: background .15s;
}

.btn-primary:hover,
.elementor-button.elementor-size-md:hover {
  background: var(--teal-dark) !important;
}

.btn-orange {
  background: var(--orange) !important;
  color: var(--white) !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  padding: 12px 28px !important;
}

.btn-orange:hover {
  background: #C96520 !important;
}

.btn-wa {
  background: var(--wa-green) !important;
  color: var(--white) !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  padding: 12px 28px !important;
}

.btn-outline {
  background: transparent !important;
  color: var(--teal) !important;
  border: 1px solid var(--teal) !important;
  border-radius: 6px !important;
  font-weight: 700 !important;
  padding: 12px 28px !important;
}

.btn-outline:hover {
  background: var(--teal-light) !important;
}

/* ═══ Header ═══ */
.site-header {
  background: var(--white);
  border-bottom: 1px solid var(--border);
}

/* ═══ Hero Section ═══ */
.hero-section {
  background: linear-gradient(135deg, rgba(26,122,122,.85) 0%, rgba(30,35,40,.92) 60%);
  color: #fff;
  padding: 80px 0 60px;
}

.hero-section h1,
.hero-section h2,
.hero-section p {
  color: #fff;
}

.hero-section p {
  color: rgba(255,255,255,.8);
  font-weight: 300;
  font-size: 19px;
}

/* ═══ Cards / Boxes ═══ */
.service-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 24px;
  transition: border-color .15s;
}

.service-box:hover {
  border-color: var(--teal);
}

.info-box {
  background: var(--teal-light);
  border-radius: 8px;
  padding: 28px;
}

.pricing-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 32px;
}

.pricing-box.popular {
  border: 2px solid var(--teal);
}

/* ═══ Numbers / Stats ═══ */
.stat-box {
  background: var(--teal-light);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}

.stat-box strong {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: var(--teal);
}

.stat-box span {
  font-size: 13px;
  color: var(--text-light);
}

/* ═══ Tables ═══ */
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

table th {
  text-align: start;
  padding: 10px 14px;
  font-size: 13px;
  font-weight: 700;
  color: var(--teal);
  background: var(--teal-light);
}

table td {
  padding: 10px 14px;
  border-bottom: 1px solid var(--border-light);
}

table tbody tr:hover td {
  background: var(--teal-light);
}

/* ═══ Footer ═══ */
.site-footer {
  font-size: 13px;
  color: var(--text-light);
  border-top: 1px solid var(--border);
}

/* ═══ Utility Classes ═══ */
.text-teal { color: var(--teal); }
.text-orange { color: var(--orange); }
.text-muted { color: var(--text-light); }
.bg-white { background: var(--white); }
.bg-light { background: var(--bg); }
.bg-teal-light { background: var(--teal-light); }
.border-b { border-bottom: 1px solid var(--border); }

/* ═══ Responsive ═══ */
@media (prefers-reduced-motion: reduce) {
  * { transition-duration: .01ms !important; }
}
