/* לני לוי — קליניקה לעיסויים ברעננה. עיצוב חדש, לא הועתק מהמקור (Elementor/Divi framework CSS). */

:root {
  --primary: #6B4226;
  --primary-dark: #4A2D18;
  --accent: #C9973E;
  --bg: #FFFBF6;
  --surface: #FBF0E4;
  --text: #2B2019;
  --text-light: #6B5C4E;
  --border: #E8D9C5;
  --radius: 14px;
  --max-width: 1120px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Heebo', system-ui, -apple-system, sans-serif;
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
}
img { max-width: 100%; display: block; }
a { color: var(--primary); }
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 24px; }

:focus-visible { outline: 3px solid var(--primary); outline-offset: 2px; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 500;
  background: rgba(255, 251, 246, 0.96);
  backdrop-filter: blur(6px);
  border-bottom: 1px solid var(--border);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 14px; padding-bottom: 14px;
}
.site-header .brand { font-size: 1.3rem; font-weight: 800; color: var(--primary-dark); text-decoration: none; }
.site-header nav { display: flex; gap: 24px; }
.site-header nav a { font-weight: 600; text-decoration: none; color: var(--text); }
.site-header nav a:hover { color: var(--primary); }
.header-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--primary); color: #fff !important;
  padding: 10px 18px; border-radius: 999px; font-weight: 700; text-decoration: none;
  font-size: 0.92rem;
}
.header-cta:hover { background: var(--primary-dark); }

/* Hero */
.hero {
  position: relative;
  padding: 72px 0 64px;
  overflow: hidden;
}
.hero .container { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
.hero h1 { font-size: clamp(1.9rem, 4vw, 2.6rem); font-weight: 800; color: var(--primary-dark); margin-bottom: 16px; }
.hero .intro-answer { font-size: 1.1rem; color: var(--text); margin-bottom: 24px; max-width: 560px; }
.hero .hero-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 28px; font-size: 0.95rem; color: var(--text-light); }
.hero .hero-meta span { display: flex; align-items: center; gap: 6px; }
.hero .hero-meta svg { width: 18px; height: 18px; fill: var(--primary); flex: 0 0 18px; }
.hero .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 26px; border-radius: 999px; font-weight: 700; text-decoration: none;
  font-size: 1rem; border: 2px solid transparent; cursor: pointer;
}
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-dark); }
.btn-outline { background: transparent; color: var(--primary-dark); border-color: var(--primary); }
.btn-outline:hover { background: var(--surface); }
.hero-image { border-radius: var(--radius); overflow: hidden; box-shadow: 0 20px 50px -20px rgba(74, 45, 24, 0.45); }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }

/* Sections */
section { padding: 64px 0; }
.section-alt { background: var(--surface); }
h2.section-title { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; color: var(--primary-dark); margin-bottom: 12px; text-align: center; }
.section-subtitle { text-align: center; color: var(--text-light); max-width: 620px; margin: 0 auto 40px; }

/* About */
.about-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: center; }
.about-grid img { border-radius: var(--radius); }
.about-grid .about-text p { margin-bottom: 14px; }
.about-grid .about-text .btn { margin-top: 8px; }

/* Services */
.services-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 18px;
}
.service-card {
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  padding: 22px 20px; display: flex; align-items: center; gap: 14px;
}
.service-card .icon {
  width: 44px; height: 44px; border-radius: 50%; background: var(--surface);
  display: flex; align-items: center; justify-content: center; flex: 0 0 44px;
}
.service-card .icon svg { width: 22px; height: 22px; fill: var(--primary); }
.service-card span.name { font-weight: 700; font-size: 1.02rem; }

/* Press / testimonial quote */
.press-quote {
  max-width: 760px; margin: 0 auto; text-align: center; background: #fff;
  border: 1px solid var(--border); border-radius: var(--radius); padding: 36px 32px;
}
.press-quote blockquote { font-size: 1.08rem; line-height: 1.8; margin-bottom: 16px; }
.press-quote cite { color: var(--text-light); font-size: 0.9rem; font-style: normal; }

/* Contact — icon cards (C.9) */
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: start; }
.contact-methods { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-method-card { text-align: center; padding: 28px 18px; background: #fff; border: 1px solid var(--border); border-radius: var(--radius); }
.contact-method-card .icon-circle {
  width: 72px; height: 72px; border-radius: 50%; background: var(--primary);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 14px;
}
.contact-method-card .icon-circle svg { width: 32px; height: 32px; fill: #fff; }
.contact-method-card h3 { font-size: 1rem; margin-bottom: 6px; }
.contact-method-card a { text-decoration: none; font-weight: 700; }

.contact-form-wrap { background: #fff; border: 1px solid var(--border); border-radius: var(--radius); padding: 32px; }
.contact-form-wrap h3 { margin-bottom: 18px; color: var(--primary-dark); }
.form-field { margin-bottom: 16px; }
.form-field label { display: block; font-weight: 600; margin-bottom: 6px; font-size: 0.92rem; }
.form-field input {
  width: 100%; padding: 12px 14px; border: 1px solid var(--border); border-radius: 8px;
  font-family: inherit; font-size: 1rem; background: var(--bg);
}
.form-field input:focus-visible { outline: 3px solid var(--primary); outline-offset: 1px; }
.contact-form-wrap button[type="submit"] { width: 100%; justify-content: center; }

/* GMB reviews section wrapper spacing handled by widget itself */
.reviews-section { padding-top: 56px; padding-bottom: 56px; }

/* Footer (B.6.1 — clean, no keyword stuffing) */
.site-footer { background: var(--primary-dark); color: #f3e9dd; padding: 48px 0 24px; }
.footer-content {
  display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 32px; margin-bottom: 32px;
}
.footer-brand h3 { color: #fff; margin-bottom: 8px; }
.footer-brand p { font-size: 0.92rem; color: #d8c7b3; }
.footer-contact p, .footer-hours p { margin-bottom: 6px; font-size: 0.92rem; }
.footer-contact a { color: #f3e9dd; text-decoration: none; }
.footer-contact a:hover { text-decoration: underline; }
.footer-hours h4, .footer-links h4 { color: #fff; font-size: 0.95rem; margin-bottom: 10px; }
.footer-links nav { display: flex; flex-direction: column; gap: 8px; }
.footer-links a { color: #d8c7b3; text-decoration: none; font-size: 0.92rem; }
.footer-links a:hover { color: #fff; }
.footer-copy { border-top: 1px solid rgba(255,255,255,0.15); padding-top: 18px; text-align: center; font-size: 0.85rem; color: #c7b39c; }

/* FAB (B.3) */
.fab-container {
  position: fixed; bottom: 24px; left: 24px; z-index: 2147483000;
  display: flex; flex-direction: column; gap: 12px; pointer-events: none;
}
.fab {
  pointer-events: auto; width: 56px; height: 56px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  transition: transform 0.2s, box-shadow 0.2s;
}
.fab:hover { transform: scale(1.1); box-shadow: 0 6px 18px rgba(0,0,0,0.35); }
.fab:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }
.fab.wa { background: #25D366; }
.fab.call { background: var(--primary); }
.fab svg { width: 28px; height: 28px; fill: white; }

@media (max-width: 480px) {
  .fab { width: 48px; height: 48px; }
  .fab svg { width: 24px; height: 24px; }
}
@media print { .fab-container { display: none; } }

/* Mobile nav */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle svg { width: 28px; height: 28px; fill: var(--primary-dark); }

@media (max-width: 860px) {
  .hero .container, .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-image { order: -1; }
  .footer-content { grid-template-columns: 1fr 1fr; }
  .site-header nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: #fff; flex-direction: column; padding: 16px 24px; border-bottom: 1px solid var(--border); gap: 14px; }
  .site-header nav.open { display: flex; }
  .nav-toggle { display: block; }
  .contact-methods { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .footer-content { grid-template-columns: 1fr; }
}
