/*
Theme Name: Pool Blue
Theme URI: https://example.com/pool-blue
Author: SEO Build
Description: תבנית וורדפרס מינימלית, מהירה ונקייה בגווני כחול בריכה. RTL מלא, פונט Heebo, קוד מועט ומהיר. מתאימה לאתרי בריכות שחייה.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pool-blue
*/

/* =========================================================
   1. משתני צבע ומערכת עיצוב (Design tokens)
   ========================================================= */
:root {
  --pool:        #0891b2;   /* כחול בריכה ראשי */
  --pool-bright: #06b6d4;   /* טורקיז זוהר */
  --pool-deep:   #0e7490;   /* כהה יותר - hover/כותרות */
  --navy:        #0c2f42;   /* נייבי עמוק - סרגלים/כותרות */
  --navy-2:      #103a52;
  --pool-ink:    #0f3a4a;   /* טקסט כהה */
  --pool-50:     #ecfeff;   /* רקע תכלת בהיר מאוד */
  --pool-100:    #cffafe;   /* גבולות עדינים */
  --cta:         #ff7a3d;   /* כתום קריאה-לפעולה (המרות) */
  --cta-deep:    #f4611e;
  --muted:       #5b7684;   /* טקסט משני */
  --white:       #ffffff;
  --line:        #e2eef2;   /* קווי הפרדה */

  --wrap: 1140px;           /* רוחב מקסימלי לתוכן */
  --radius: 14px;
  --shadow: 0 6px 24px rgba(8,145,178,.10);
  --shadow-sm: 0 2px 8px rgba(8,145,178,.08);

  --font: "Heebo", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

/* =========================================================
   2. איפוס בסיסי + הגדרות גלובליות
   ========================================================= */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.75;
  color: var(--pool-ink);
  background: var(--white);
  direction: rtl;
  text-align: right;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

a { color: var(--pool-deep); text-decoration: none; transition: color .2s ease; }
a:hover { color: var(--pool-bright); }

h1, h2, h3, h4 {
  font-weight: 700;
  line-height: 1.25;
  color: var(--pool-ink);
  margin: 0 0 .5em;
}
h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2.1rem); }
h3 { font-size: 1.35rem; }

p { margin: 0 0 1.1em; }

/* מיכל מרכזי */
.wrap {
  width: 100%;
  max-width: var(--wrap);
  margin-inline: auto;
  padding-inline: 20px;
}

/* כפתורים */
.btn {
  display: inline-block;
  background: var(--pool);
  color: var(--white);
  padding: 12px 26px;
  border-radius: 50px;
  font-weight: 600;
  transition: background .2s ease, transform .2s ease;
}
.btn:hover { background: var(--pool-deep); color: var(--white); transform: translateY(-2px); }

/* =========================================================
   3. Header + תפריט
   ========================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,.92);
  backdrop-filter: saturate(180%) blur(10px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 74px;
}

/* לוגו */
.site-logo img { max-height: 48px; width: auto; }
.site-logo .site-title {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--pool-deep);
}
.site-logo .site-desc { font-size: .8rem; color: var(--muted); }

/* ניווט */
.main-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
}
.main-nav a {
  display: block;
  padding: 8px 16px;
  color: var(--pool-ink);
  font-weight: 600;
  border-radius: 8px;
}
.main-nav a:hover,
.main-nav .current-menu-item > a {
  color: var(--pool-deep);
  background: var(--pool-50);
}

/* כפתור המבורגר (מובייל) */
.nav-toggle {
  display: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 8px;
  width: 44px; height: 44px;
}
.nav-toggle span {
  display: block;
  width: 24px; height: 2px;
  background: var(--pool-ink);
  margin: 5px auto;
  transition: .3s;
}

/* =========================================================
   4. Hero (דף בית)
   ========================================================= */
.hero {
  background: linear-gradient(135deg, var(--pool-50) 0%, var(--pool-100) 100%);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -60% -10%;
  height: 200px;
  background: radial-gradient(ellipse at center, rgba(6,182,212,.18), transparent 70%);
}
.hero h1 { margin-bottom: .3em; }
.hero p { font-size: 1.2rem; color: var(--muted); max-width: 640px; margin-inline: auto; }
.hero .btn { margin-top: 22px; }

/* =========================================================
   5. רשת פוסטים / כרטיסים
   ========================================================= */
.section { padding: 60px 0; }
.section-title { text-align: center; margin-bottom: 40px; }

.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
}
.card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex;
  flex-direction: column;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card-thumb { aspect-ratio: 16 / 9; overflow: hidden; background: var(--pool-50); }
.card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.card:hover .card-thumb img { transform: scale(1.05); }
.card-body { padding: 22px; display: flex; flex-direction: column; flex: 1; }
.card-meta { font-size: .82rem; color: var(--muted); margin-bottom: 8px; }
.card-title { font-size: 1.25rem; margin-bottom: 10px; }
.card-title a { color: var(--pool-ink); }
.card-title a:hover { color: var(--pool-deep); }
.card-excerpt { color: var(--muted); font-size: .98rem; flex: 1; }
.card-more { margin-top: 14px; font-weight: 600; color: var(--pool-deep); }
.card-more:hover { color: var(--pool-bright); }

/* =========================================================
   6. עמוד פוסט בודד + עמוד רגיל (התוכן מוורדפרס)
   ========================================================= */
.single-hero {
  background: linear-gradient(135deg, var(--pool-50), var(--pool-100));
  padding: 60px 0 40px;
}
.single-hero .wrap { max-width: 820px; }
.single-meta { color: var(--muted); font-size: .92rem; margin-bottom: 10px; }
.single-meta span + span::before { content: "•"; margin: 0 8px; color: var(--pool-100); }

.entry {
  max-width: 820px;
  margin: 0 auto;
  padding: 50px 20px 70px;
}
.entry .featured {
  border-radius: var(--radius);
  overflow: hidden;
  margin: -70px 0 40px;
  box-shadow: var(--shadow);
  position: relative;
  z-index: 2;
}

/* עיצוב התוכן שמגיע מעורך וורדפרס */
.entry-content { font-size: 1.08rem; }
.entry-content h2 { margin: 1.6em 0 .5em; }
.entry-content h3 { margin: 1.4em 0 .4em; }
.entry-content img { border-radius: 10px; margin: 1.5em auto; }
.entry-content a { text-decoration: underline; text-underline-offset: 3px; }
.entry-content ul, .entry-content ol { padding-right: 1.4em; margin: 0 0 1.2em; }
.entry-content li { margin-bottom: .5em; }
.entry-content blockquote {
  border-right: 4px solid var(--pool);
  background: var(--pool-50);
  margin: 1.5em 0;
  padding: 16px 22px;
  border-radius: 0 10px 10px 0;
  color: var(--pool-deep);
  font-size: 1.1rem;
}
.entry-content blockquote p:last-child { margin-bottom: 0; }
.entry-content table { width: 100%; border-collapse: collapse; margin: 1.5em 0; }
.entry-content th, .entry-content td { border: 1px solid var(--line); padding: 10px 14px; text-align: right; }
.entry-content th { background: var(--pool-50); }
.entry-content pre {
  background: var(--pool-ink); color: #dff6fb;
  padding: 18px; border-radius: 10px; overflow-x: auto; direction: ltr; text-align: left;
}
.entry-content figure { margin: 1.5em 0; }
.entry-content figcaption { text-align: center; color: var(--muted); font-size: .88rem; margin-top: 8px; }

/* תגיות/קטגוריות בתחתית הפוסט */
.entry-tags { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--line); }
.entry-tags a {
  display: inline-block;
  background: var(--pool-50);
  color: var(--pool-deep);
  padding: 5px 14px;
  border-radius: 50px;
  font-size: .85rem;
  margin: 0 0 8px 8px;
}
.entry-tags a:hover { background: var(--pool-100); }

/* ניווט בין פוסטים */
.post-nav { display: flex; justify-content: space-between; gap: 16px; margin-top: 40px; flex-wrap: wrap; }
.post-nav a {
  flex: 1; min-width: 200px;
  background: var(--white); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 16px 20px;
  box-shadow: var(--shadow-sm); transition: .2s;
}
.post-nav a:hover { border-color: var(--pool-100); box-shadow: var(--shadow); }
.post-nav .label { font-size: .8rem; color: var(--muted); }
.post-nav .title { font-weight: 700; color: var(--pool-ink); }

/* =========================================================
   7. עמוד ארכיון (בלוג)
   ========================================================= */
.archive-header {
  background: linear-gradient(135deg, var(--pool-50), var(--pool-100));
  padding: 60px 0;
  text-align: center;
}
.archive-header p { color: var(--muted); }

/* פאג'ינציה */
.pagination { display: flex; justify-content: center; gap: 8px; margin-top: 50px; flex-wrap: wrap; }
.pagination .page-numbers {
  display: inline-block; min-width: 42px; text-align: center;
  padding: 10px 14px; border-radius: 10px;
  border: 1px solid var(--line); color: var(--pool-ink); font-weight: 600;
}
.pagination .current,
.pagination a:hover { background: var(--pool); color: var(--white); border-color: var(--pool); }

/* =========================================================
   8. Footer
   ========================================================= */
.site-footer {
  background: var(--pool-ink);
  color: #cfe6ee;
  padding: 50px 0 24px;
  margin-top: 40px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  margin-bottom: 32px;
}
.site-footer h4 { color: var(--white); margin-bottom: 14px; font-size: 1.05rem; }
.site-footer a { color: #cfe6ee; }
.site-footer a:hover { color: var(--pool-bright); }
.footer-menu ul { list-style: none; margin: 0; padding: 0; }
.footer-menu li { margin-bottom: 8px; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.12);
  padding-top: 20px;
  text-align: center;
  font-size: .88rem;
  color: #9fc4d0;
}

/* =========================================================
   9. עזרים ונגישות
   ========================================================= */
.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px;
  overflow: hidden; clip: rect(1px,1px,1px,1px);
  white-space: nowrap;
}
.skip-link {
  position: absolute; right: -9999px; top: 8px;
  background: var(--pool); color: #fff; padding: 10px 18px; border-radius: 8px; z-index: 999;
}
.skip-link:focus { right: 8px; color: #fff; }
:focus-visible { outline: 3px solid var(--pool-bright); outline-offset: 2px; }

/* =========================================================
   10. רספונסיביות (מובייל)
   ========================================================= */
@media (max-width: 860px) {
  .nav-toggle { display: block; }
  .main-nav {
    position: fixed;
    inset: 74px 0 auto 0;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    transform: translateY(-120%);
    transition: transform .3s ease;
    max-height: calc(100vh - 74px);
    overflow-y: auto;
  }
  .main-nav.open { transform: translateY(0); }
  .main-nav ul { flex-direction: column; align-items: stretch; padding: 12px; gap: 2px; }
  .main-nav a { padding: 14px 16px; }
  .hero { padding: 56px 0; }
  .section { padding: 44px 0; }
  body { font-size: 16px; }
}

/* =========================================================
   11. סרגל עליון (Top bar) + כפתור CTA בהדר + תפריט רוחב מלא
   ========================================================= */
.topbar {
  background: var(--navy);
  color: #cfe6ee;
  font-size: .88rem;
}
.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 40px;
}
.topbar-hours, .topbar-phone {
  display: inline-flex; align-items: center; gap: 7px;
  color: #cfe6ee;
}
.topbar-phone { font-weight: 700; color: #fff; }
.topbar-phone:hover { color: var(--pool-bright); }
.topbar svg { opacity: .85; }

/* התפריט תופס את כל הרוחב הפנוי בין הלוגו ל-CTA */
.header-inner { gap: 20px; }
.main-nav { flex: 1; display: flex; justify-content: center; }
.main-nav > ul { width: 100%; justify-content: center; gap: 4px; }
.main-nav a { font-size: 1.02rem; }

.header-cta {
  display: inline-block;
  background: var(--cta);
  color: #fff;
  padding: 11px 24px;
  border-radius: 50px;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 6px 16px rgba(255,122,61,.35);
  transition: transform .2s ease, background .2s ease;
}
.header-cta:hover { background: var(--cta-deep); color: #fff; transform: translateY(-2px); }

/* =========================================================
   12. עמוד פוסט — HERO
   ========================================================= */
.post-hero {
  position: relative;
  background: linear-gradient(135deg, var(--navy) 0%, var(--pool-deep) 100%);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 90px 0 70px;
  overflow: hidden;
}
.post-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(12,47,66,.72), rgba(14,116,144,.82));
}
.post-hero.has-img .post-hero-overlay {
  background: linear-gradient(180deg, rgba(12,47,66,.62), rgba(12,47,66,.86));
}
.post-hero-inner { position: relative; z-index: 2; max-width: 900px; }
.post-hero-title { color: #fff; margin: 12px 0; font-size: clamp(2rem, 4.4vw, 3rem); }
.post-cats a {
  display: inline-block;
  background: rgba(255,255,255,.16);
  color: #fff;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: .82rem;
  font-weight: 600;
  backdrop-filter: blur(4px);
}
.post-cats a:hover { background: var(--cta); color: #fff; }
.post-hero-byline { color: #b9dae6; font-size: .92rem; }
.post-hero-byline span + span::before { content: "•"; margin: 0 8px; opacity: .5; }

/* =========================================================
   13. פריסת 2 עמודות (תוכן + טופס)
   ========================================================= */
.post-layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  gap: 44px;
  align-items: start;
  padding: 56px 20px 20px;
  max-width: 1180px;
}
.post-main { min-width: 0; }
.post-main .entry-content { font-size: 1.08rem; }

/* טופס לידים צמוד */
.lead-form { position: sticky; top: 96px; }
.lead-form-inner {
  background: linear-gradient(160deg, var(--navy) 0%, var(--navy-2) 100%);
  color: #eaf6fa;
  border-radius: 18px;
  padding: 28px 26px;
  box-shadow: 0 18px 40px rgba(12,47,66,.28);
  position: relative;
  overflow: hidden;
}
.lead-form-inner::before {
  content: ""; position: absolute; top: -60px; left: -40px;
  width: 160px; height: 160px; border-radius: 50%;
  background: radial-gradient(circle, rgba(6,182,212,.4), transparent 70%);
}
.lead-title { color: #fff; font-size: 1.5rem; margin-bottom: 4px; position: relative; }
.lead-sub { color: #a9cfdd; font-size: .95rem; margin-bottom: 20px; position: relative; }
.lead-fields { position: relative; }
.lead-fields .field { margin-bottom: 14px; }
.lead-fields label { display: block; font-size: .9rem; font-weight: 600; margin-bottom: 6px; color: #d7edf4; }
.lead-fields input[type=text],
.lead-fields input[type=tel] {
  width: 100%;
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.07);
  color: #fff;
  border-radius: 11px;
  font-family: inherit;
  font-size: 1rem;
  transition: border-color .2s, background .2s;
}
.lead-fields input::placeholder { color: #8fb4c4; }
.lead-fields input:focus {
  outline: none;
  border-color: var(--pool-bright);
  background: rgba(255,255,255,.12);
}
.consent {
  display: flex; align-items: flex-start; gap: 9px;
  font-size: .84rem; color: #bcdae5; font-weight: 400 !important;
  margin: 6px 0 18px; cursor: pointer; line-height: 1.5;
}
.consent input { margin-top: 3px; width: 17px; height: 17px; accent-color: var(--cta); flex: none; }
.consent a { color: var(--pool-bright); text-decoration: underline; }
.btn-cta {
  width: 100%;
  background: var(--cta);
  color: #fff;
  border: 0;
  padding: 15px;
  border-radius: 11px;
  font-family: inherit;
  font-size: 1.08rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(255,122,61,.4);
  transition: background .2s, transform .2s;
}
.btn-cta:hover { background: var(--cta-deep); transform: translateY(-2px); }
.hp { position: absolute; left: -9999px; height: 0; overflow: hidden; }

/* הודעות טופס */
.lead-msg { padding: 12px 15px; border-radius: 10px; font-size: .92rem; margin-bottom: 16px; position: relative; }
.lead-ok  { background: rgba(34,197,94,.15); border: 1px solid rgba(34,197,94,.4); color: #d6ffe6; }
.lead-err { background: rgba(239,68,68,.14); border: 1px solid rgba(239,68,68,.4); color: #ffdada; }

/* =========================================================
   14. פוסטים רלוונטיים
   ========================================================= */
.related {
  background: linear-gradient(180deg, var(--pool-50), #fff);
  padding: 64px 0;
  margin-top: 40px;
  border-top: 1px solid var(--line);
}
.related-title { text-align: center; margin-bottom: 40px; position: relative; }
.related-title::after {
  content: ""; display: block; width: 60px; height: 4px;
  background: var(--cta); border-radius: 4px; margin: 14px auto 0;
}

/* =========================================================
   15. כפתורי פעולה צפים (חיוג / וואטסאפ) — צד שמאל למטה
   ========================================================= */
.float-cta {
  position: fixed;
  left: 20px; bottom: 20px;
  z-index: 200;
  display: flex; flex-direction: column; gap: 12px;
  align-items: flex-start;
}
.float-btn {
  display: inline-flex; align-items: center; gap: 10px;
  color: #fff;
  border-radius: 50px;
  padding: 14px;
  box-shadow: 0 8px 24px rgba(0,0,0,.22);
  transition: transform .2s ease, box-shadow .2s ease;
}
.float-btn:hover { transform: translateY(-3px) scale(1.03); color: #fff; }
.float-call { background: var(--cta); }
.float-wa   { background: #25d366; }
.float-label { font-weight: 700; font-size: 1rem; padding-left: 4px; white-space: nowrap; }
/* אנימציית פעימה עדינה שמושכת עין */
.float-call { animation: poolPulse 2.4s infinite; }
@keyframes poolPulse {
  0%   { box-shadow: 0 8px 24px rgba(0,0,0,.22), 0 0 0 0 rgba(255,122,61,.5); }
  70%  { box-shadow: 0 8px 24px rgba(0,0,0,.22), 0 0 0 16px rgba(255,122,61,0); }
  100% { box-shadow: 0 8px 24px rgba(0,0,0,.22), 0 0 0 0 rgba(255,122,61,0); }
}
@media (prefers-reduced-motion: reduce) { .float-call { animation: none; } }

/* =========================================================
   16. רספונסיביות למרכיבים החדשים
   ========================================================= */
@media (max-width: 980px) {
  .post-layout { grid-template-columns: 1fr; gap: 32px; }
  .lead-form { position: static; order: -1; } /* הטופס עולה מעל התוכן במובייל */
}
@media (max-width: 860px) {
  .header-cta { display: none; }              /* ה-CTA מוסתר במובייל (יש כפתור צף) */
  .main-nav { flex: none; }
  .main-nav > ul { justify-content: stretch; }
  .topbar-hours { display: none; }            /* חוסכים מקום במובייל */
  .topbar-inner { justify-content: center; }
  .post-hero { padding: 60px 0 44px; }
  .float-label { display: none; }             /* רק אייקון עגול במובייל */
  .float-call, .float-wa { padding: 15px; }
}

/* =========================================================
   17. וריאנט טופס בהיר (ל-Hero) + הערת טופס
   ========================================================= */
.lead-light .lead-form-inner {
  background: #fff;
  color: var(--pool-ink);
  border: 1px solid var(--line);
  box-shadow: 0 24px 60px rgba(12,47,66,.18);
}
.lead-light .lead-form-inner::before { background: radial-gradient(circle, rgba(6,182,212,.22), transparent 70%); }
.lead-light .lead-title { color: var(--pool-ink); }
.lead-light .lead-sub { color: var(--muted); }
.lead-light .lead-fields label { color: var(--pool-ink); }
.lead-light .lead-fields input[type=text],
.lead-light .lead-fields input[type=tel] {
  background: var(--pool-50);
  border: 1px solid var(--pool-100);
  color: var(--pool-ink);
}
.lead-light .lead-fields input::placeholder { color: #9db6c1; }
.lead-light .lead-fields input:focus { background: #fff; border-color: var(--pool-bright); }
.lead-light .consent { color: var(--muted); }
.lead-light .consent a { color: var(--pool-deep); }
.lead-note { font-size: .78rem; text-align: center; margin: 12px 0 0; opacity: .75; }
.lead-static { position: static; }

/* =========================================================
   18. HERO של דף הבית
   ========================================================= */
.fp-hero {
  position: relative;
  color: #fff;
  padding: 76px 0 84px;
  overflow: hidden;
  background: linear-gradient(120deg, #0a2a3c 0%, #0e5a72 55%, #0891b2 100%);
}
.fp-hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(34,211,238,.28), transparent 55%),
    radial-gradient(ellipse at 10% 90%, rgba(6,182,212,.22), transparent 50%);
  pointer-events: none;
}
.fp-hero-grid {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 50px;
  align-items: center;
}
.fp-eyebrow {
  display: inline-block;
  font-size: .82rem; font-weight: 700; letter-spacing: .04em;
  text-transform: uppercase;
  color: #7fe3f5;
  background: rgba(255,255,255,.1);
  padding: 6px 14px; border-radius: 50px;
  margin-bottom: 16px;
}
.fp-eyebrow.center { display: block; width: fit-content; margin-inline: auto; color: var(--pool-deep); background: var(--pool-50); }
.fp-hero-text h1 { color: #fff; font-size: clamp(2.1rem, 4.6vw, 3.3rem); line-height: 1.15; margin-bottom: 18px; }
.fp-hero-text h1 .hl {
  background: linear-gradient(120deg, #7fe3f5, #22d3ee);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.fp-lead { font-size: 1.18rem; color: #d5ecf3; max-width: 560px; }
.fp-hero-points { list-style: none; padding: 0; margin: 22px 0 28px; display: grid; gap: 10px; }
.fp-hero-points li { display: flex; align-items: center; gap: 10px; font-weight: 600; color: #eaf7fb; }
.fp-hero-points svg { color: #22d3ee; flex: none; }
.fp-hero-actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }

.btn-call-lg {
  display: inline-flex; align-items: center; gap: 10px;
  background: var(--cta); color: #fff;
  padding: 15px 28px; border-radius: 50px;
  font-weight: 800; font-size: 1.1rem;
  box-shadow: 0 10px 26px rgba(255,122,61,.4);
  transition: transform .2s, background .2s;
}
.btn-call-lg:hover { background: var(--cta-deep); color: #fff; transform: translateY(-2px); }
.btn-call-lg.light { background: #fff; color: var(--pool-deep); box-shadow: 0 10px 26px rgba(0,0,0,.18); }
.btn-call-lg.light:hover { background: #eaf7fb; color: var(--pool-deep); }
.btn-ghost {
  display: inline-flex; align-items: center;
  padding: 14px 26px; border-radius: 50px;
  border: 1.5px solid rgba(255,255,255,.5); color: #fff; font-weight: 700;
  transition: background .2s, border-color .2s;
}
.btn-ghost:hover { background: rgba(255,255,255,.12); color: #fff; border-color: #fff; }

/* =========================================================
   19. פס סטטיסטיקות
   ========================================================= */
.fp-stats { background: var(--navy); }
.fp-stats-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  text-align: center; color: #fff;
}
.fp-stat { padding: 26px 10px; border-left: 1px solid rgba(255,255,255,.1); }
.fp-stat:first-child { border-left: 0; }
.fp-stat .num { display: block; font-size: 2.2rem; font-weight: 800; color: #22d3ee; line-height: 1; }
.fp-stat .num small { font-size: 1.3rem; }
.fp-stat .lbl { display: block; margin-top: 8px; font-size: .95rem; color: #bcdae5; }

/* =========================================================
   20. סקשן כללי + כותרות
   ========================================================= */
.fp-section { padding: 72px 0; }
.fp-head { text-align: center; max-width: 640px; margin: 0 auto 46px; }
.fp-head h2 { margin: 6px 0 12px; }
.fp-head p { color: var(--muted); font-size: 1.08rem; }

/* שירותים */
.fp-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.fp-card {
  background: #fff; border: 1px solid var(--line); border-radius: 18px;
  padding: 30px 24px; text-align: center;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.fp-card:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(8,145,178,.16); border-color: var(--pool-100); }
.fp-card-ico {
  width: 68px; height: 68px; margin: 0 auto 16px;
  display: grid; place-items: center;
  color: var(--pool);
  background: var(--pool-50); border-radius: 18px;
}
.fp-card h3 { font-size: 1.25rem; margin-bottom: 8px; }
.fp-card p { color: var(--muted); font-size: .98rem; margin: 0; }

/* =========================================================
   21. למה אנחנו
   ========================================================= */
.fp-why { background: linear-gradient(180deg, #fff, var(--pool-50)); padding: 76px 0; }
.fp-why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.fp-why-lead { font-size: 1.12rem; color: var(--muted); }
.fp-why-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 14px; }
.fp-why-list li { position: relative; padding-right: 34px; color: var(--pool-ink); }
.fp-why-list li::before {
  content: "✓"; position: absolute; right: 0; top: 0;
  width: 24px; height: 24px; background: var(--pool); color: #fff;
  border-radius: 50%; display: grid; place-items: center; font-size: .8rem; font-weight: 700;
}
.fp-why-img {
  border-radius: 22px; min-height: 380px;
  background: linear-gradient(135deg, #0e5a72, #06b6d4 60%, #22d3ee);
  box-shadow: 0 24px 50px rgba(8,145,178,.28);
  position: relative; overflow: hidden;
}
.fp-why-img::after {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.25), transparent 40%),
    repeating-linear-gradient(45deg, rgba(255,255,255,.06) 0 12px, transparent 12px 24px);
}

/* =========================================================
   22. תהליך
   ========================================================= */
.fp-process-wrap { background: #fff; }
.fp-process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.fp-step {
  background: var(--pool-50); border-radius: 18px; padding: 30px 22px; text-align: center;
  position: relative; border: 1px solid var(--pool-100);
}
.fp-step-n {
  width: 46px; height: 46px; margin: 0 auto 14px;
  display: grid; place-items: center;
  background: var(--pool); color: #fff; border-radius: 50%;
  font-size: 1.3rem; font-weight: 800;
  box-shadow: 0 6px 16px rgba(8,145,178,.35);
}
.fp-step h3 { font-size: 1.15rem; margin-bottom: 6px; }
.fp-step p { color: var(--muted); font-size: .95rem; margin: 0; }

/* =========================================================
   23. גלריה
   ========================================================= */
.fp-gallery-sec { padding: 72px 0; background: var(--pool-50); }
.fp-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.fp-gal-item {
  position: relative; aspect-ratio: 4/3; border-radius: 16px; overflow: hidden;
  box-shadow: var(--shadow-sm); display: block;
}
.fp-gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.fp-gal-item:hover img { transform: scale(1.07); }
.fp-gal-cap {
  position: absolute; inset: auto 0 0 0; padding: 26px 16px 14px;
  color: #fff; font-weight: 700; font-size: 1rem;
  background: linear-gradient(180deg, transparent, rgba(12,47,66,.82));
}
.fp-gal-ph {
  display: grid; place-items: center; color: #fff; font-weight: 700;
  background: linear-gradient(135deg, #0e5a72, #22d3ee);
}
.fp-gal-ph:nth-child(even) { background: linear-gradient(135deg, #0891b2, #7fe3f5); }
.fp-gallery-note { text-align: center; color: var(--muted); font-size: .85rem; margin-top: 18px; }

/* =========================================================
   24. ביקורות
   ========================================================= */
.fp-reviews { padding: 76px 0; background: #fff; }
.fp-review-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.fp-review {
  background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 28px 26px;
  box-shadow: var(--shadow-sm);
}
.fp-stars { color: #f5b301; font-size: 1.15rem; letter-spacing: 2px; margin-bottom: 12px; }
.fp-review p { color: var(--pool-ink); font-size: 1.02rem; line-height: 1.7; }
.fp-reviewer { display: flex; align-items: center; gap: 12px; margin-top: 16px; }
.fp-av {
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--pool); color: #fff; display: grid; place-items: center;
  font-weight: 800; font-size: 1.2rem; flex: none;
}
.fp-rn { font-weight: 700; color: var(--pool-ink); display: flex; flex-direction: column; line-height: 1.3; }
.fp-rn small { font-weight: 400; color: var(--muted); font-size: .85rem; }

/* =========================================================
   25. FAQ
   ========================================================= */
.fp-faq-wrap { background: var(--pool-50); }
.fp-faq { max-width: 780px; }
.fp-faq-item {
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
  margin-bottom: 12px; overflow: hidden;
}
.fp-faq-item summary {
  cursor: pointer; padding: 18px 22px; font-weight: 700; color: var(--pool-ink);
  list-style: none; display: flex; justify-content: space-between; align-items: center;
}
.fp-faq-item summary::-webkit-details-marker { display: none; }
.fp-faq-item summary::after { content: "+"; color: var(--pool); font-size: 1.5rem; font-weight: 400; transition: transform .2s; }
.fp-faq-item[open] summary::after { transform: rotate(45deg); }
.fp-faq-item p { padding: 0 22px 20px; color: var(--muted); margin: 0; }

/* =========================================================
   26. באנר CTA תחתון
   ========================================================= */
.fp-cta-band {
  background: linear-gradient(120deg, var(--navy), var(--pool-deep));
  color: #fff; padding: 56px 0;
}
.fp-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.fp-cta-band h2 { color: #fff; margin-bottom: 6px; }
.fp-cta-band p { color: #cfe6ee; margin: 0; }

/* =========================================================
   27. רספונסיביות דף הבית
   ========================================================= */
@media (max-width: 980px) {
  .fp-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .fp-cards { grid-template-columns: repeat(2, 1fr); }
  .fp-process { grid-template-columns: repeat(2, 1fr); }
  .fp-why-grid { grid-template-columns: 1fr; }
  .fp-why-img { min-height: 240px; order: -1; }
  .fp-review-cards { grid-template-columns: 1fr; }
  .fp-gallery { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .fp-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .fp-stat:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .fp-stat:nth-child(odd) { border-left: 0; }
  .fp-cards { grid-template-columns: 1fr; }
  .fp-process { grid-template-columns: 1fr; }
  .fp-gallery { grid-template-columns: 1fr; }
  .fp-cta-inner { flex-direction: column; text-align: center; }
}

/* =========================================================
   28. פירורי לחם (Yoast Breadcrumbs)
   ========================================================= */
.breadcrumbs { font-size: .9rem; margin-bottom: 14px; color: #5b7684; }
.breadcrumbs a { color: var(--pool-deep); text-decoration: none; }
.breadcrumbs a:hover { color: var(--pool-bright); }
.breadcrumbs .breadcrumb_last { opacity: .85; font-weight: 600; }
/* על רקע כהה (עמוד פוסט / נחיתה) */
.post-hero .breadcrumbs { color: #b9dae6; }
.post-hero .breadcrumbs a { color: #eaf7fb; }
.post-hero .breadcrumbs a:hover { color: #22d3ee; }

/* =========================================================
   29. הטמעת טופס מותאם (Elementor/CF7) בתוך כרטיס הטופס
   ========================================================= */
.lead-embed { position: relative; }
.lead-dark .lead-embed { color: #eaf6fa; }
.lead-embed label { color: inherit; }
.lead-embed input, .lead-embed textarea, .lead-embed select { max-width: 100%; }
