/*
Theme Name: Eden Hovalot
Theme URI: https://go-mooving.co.il/
Author: Codex
Description: RTL landing-page theme for Eden Hovalot with Google Ads phone and WhatsApp conversion tracking.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: eden-hovalot
*/

:root {
  --ink: #10211c;
  --muted: #60706a;
  --paper: #fbfcf8;
  --panel: #ffffff;
  --line: #dbe3dc;
  --brand: #18975c;
  --brand-dark: #0d7144;
  --accent: #f3bd3b;
  --danger: #e05d42;
  --shadow: 0 18px 48px rgba(16, 33, 28, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Heebo", "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.65;
  direction: rtl;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 252, 248, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.wrap {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 74px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 900;
  font-size: 1.18rem;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  font-weight: 900;
}

.nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.98rem;
}

.nav a:hover {
  color: var(--brand-dark);
}

.header-actions,
.hero-actions,
.sticky-actions,
.form-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 10px 18px;
  border: 0;
  border-radius: 8px;
  background: var(--brand);
  color: #fff;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.button:hover {
  background: var(--brand-dark);
  box-shadow: 0 10px 24px rgba(24, 151, 92, 0.25);
  transform: translateY(-1px);
}

.button.secondary {
  background: #10211c;
}

.button.secondary:hover {
  background: #253a34;
}

.button.light {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
}

.hero {
  position: relative;
  min-height: 660px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #14251f;
}

.hero::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(16, 33, 28, 0.05), rgba(16, 33, 28, 0.82) 60%, rgba(16, 33, 28, 0.92)),
    url("assets/images/moving-hero.png") center / cover no-repeat;
}

.hero .wrap {
  position: relative;
  z-index: 1;
}

.hero-content {
  max-width: 660px;
  color: #fff;
  padding: 86px 0 110px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  color: #dff4e9;
  font-weight: 800;
}

.hero h1,
.section-title {
  margin: 0;
  font-weight: 900;
  line-height: 1.1;
}

.hero h1 {
  font-size: clamp(2.7rem, 7vw, 5.6rem);
}

.hero p {
  max-width: 620px;
  margin: 22px 0 28px;
  color: #edf8f1;
  font-size: clamp(1.08rem, 2.2vw, 1.35rem);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-top: -46px;
  position: relative;
  z-index: 2;
  background: var(--line);
  box-shadow: var(--shadow);
}

.trust-item {
  min-height: 96px;
  padding: 18px;
  background: var(--panel);
}

.trust-item strong {
  display: block;
  font-size: 1.3rem;
}

.trust-item span {
  color: var(--muted);
  font-size: 0.94rem;
}

section {
  padding: 78px 0;
}

.section-head {
  max-width: 760px;
  margin-bottom: 32px;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3.3rem);
}

.section-head p {
  color: var(--muted);
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.service-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 8px;
  background: #e8f6ee;
  color: var(--brand-dark);
  font-weight: 900;
}

.service h3 {
  margin: 0 0 8px;
  font-size: 1.32rem;
}

.service p,
.step p,
.area-list,
.contact-panel p {
  margin: 0;
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 48px;
  align-items: start;
}

.steps {
  display: grid;
  gap: 14px;
}

.step {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--line);
  background: var(--panel);
  border-radius: 8px;
}

.step-num {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 8px;
  background: var(--ink);
  color: #fff;
  font-weight: 900;
}

.areas {
  background: #eef4ef;
}

.area-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  list-style: none;
}

.area-list li {
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  font-weight: 700;
}

.contact {
  background: var(--ink);
  color: #fff;
}

.contact .section-head p {
  color: #d2ddd8;
}

.contact-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.contact-box {
  padding: 26px;
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
}

.contact-box h3 {
  margin: 0 0 12px;
}

.quick-form {
  display: grid;
  gap: 12px;
}

.quick-form input,
.quick-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  font: inherit;
}

.quick-form textarea {
  min-height: 112px;
  resize: vertical;
}

.site-footer {
  padding: 30px 0 96px;
  background: #0c1814;
  color: #c8d6d0;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.sticky-actions {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 30;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--shadow);
}

@media (max-width: 900px) {
  .nav {
    display: none;
  }

  .hero {
    min-height: 620px;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(16, 33, 28, 0.08), rgba(16, 33, 28, 0.8) 42%, rgba(16, 33, 28, 0.94)),
      url("assets/images/moving-hero.png") center / cover no-repeat;
  }

  .trust-row,
  .grid,
  .split,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .area-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  body {
    font-size: 16px;
  }

  .wrap {
    width: min(100% - 24px, 1180px);
  }

  .header-inner {
    min-height: 66px;
  }

  .header-actions .button.light {
    display: none;
  }

  .hero-content {
    padding: 68px 0 92px;
  }

  .hero-actions,
  .sticky-actions,
  .footer-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .sticky-actions {
    left: 12px;
    right: 12px;
  }
}
