@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@400;500;600;700&display=swap");

/* ==========================================================================
   Fix My PC – עיצוב לגולש (תיקון מחשבים בחיפה)
   ערכת נושא בהירה, ברורה ומזמינה ללקוח
   ========================================================================== */

:root {
  /* Typography */
  --font-sans: "Heebo", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Backgrounds – בהיר ונקי */
  --bg-body: #f8fafc;
  --bg-slate: #0f172a;
  --bg-elevated: #ffffff;
  --bg-elevated-alt: #f1f5f9;
  --bg-card: #ffffff;
  --bg-card-soft: #f8fafc;

  /* Colors – מקצועי וברור */
  --accent: #0369a1;
  --accent-soft: #e0f2fe;
  --accent-strong: #0284c7;
  --accent-secondary: #7c3aed;
  --text-main: #1e293b;
  --text-muted: #475569;
  --text-soft: #64748b;
  --text-inverse: #ffffff;
  --success: #059669;

  /* Borders */
  --border-subtle: rgba(15, 23, 42, 0.08);
  --border-slate-4: rgba(15, 23, 42, 0.12);
  --border-slate-5: rgba(15, 23, 42, 0.15);
  --border-slate-6: rgba(15, 23, 42, 0.2);
  --border-slate-7: rgba(15, 23, 42, 0.25);

  /* Radii & shadows – עדינים */
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --shadow-soft: 0 4px 24px rgba(15, 23, 42, 0.08);
  --shadow-subtle: 0 2px 12px rgba(15, 23, 42, 0.06);

  /* Layout */
  --container-max: 1120px;
  --transition-base: 0.2s ease;
  --transition-card: 0.2s ease;

  /* Pillar / Landing */
  --gradient-hero: linear-gradient(135deg, #e0f2fe 0%, #f0f9ff 50%, #f8fafc 100%);
  --shadow-card: 0 4px 20px rgba(15, 23, 42, 0.06);
  --shadow-card-hover: 0 12px 32px rgba(15, 23, 42, 0.1);
  --shadow-card-elevation: 0 8px 28px rgba(15, 23, 42, 0.12);
  --whatsapp: #25d366;
  /* Section spacing – landing hierarchy */
  --section-space: 4rem;
  --section-space-lg: 5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* מובייל: צבע הדגשת מגע עדין (לחיצה על קישור/כפתור) */
a, button, [role="button"] {
  -webkit-tap-highlight-color: rgba(3, 105, 161, 0.15);
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-sans);
  background: var(--bg-body);
  color: var(--text-main);
  line-height: 1.65;
  text-align: right;
  overflow-x: hidden;
}

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

a {
  color: var(--accent);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* --- Skip link (נגישות) --- */
.skip-link {
  position: absolute;
  inset-inline-start: 0.75rem;
  top: -3rem;
  background: var(--bg-elevated);
  color: var(--text-main);
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-subtle);
  z-index: 999;
  transition: top var(--transition-base), box-shadow var(--transition-base);
}

.skip-link:focus-visible {
  top: 0.75rem;
  outline: none;
  box-shadow: 0 0 0 2px var(--bg-elevated), 0 0 0 4px var(--accent);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* --- Layout --- */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: 1.25rem;
}

/* --- Header & Nav – גלוי וברור לגולש --- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: color-mix(in srgb, var(--bg-elevated) 92%, #ffffff 8%);
  border-bottom: 1px solid var(--border-subtle);
  box-shadow: 0 6px 20px rgba(12, 24, 36, 0.06);
  backdrop-filter: blur(8px);
}

.header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  padding-block: 0.9rem;
  gap: 1.25rem;
}

.logo-area {
  flex-shrink: 0;
}

.logo-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: var(--text-main);
  font-weight: 600;
  letter-spacing: 0.03em;
}

.logo-link:hover {
  text-decoration: none;
}

.logo-img {
  height: 46px;
  width: auto;
  max-width: 170px;
  object-fit: contain;
  display: block;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.46rem 0.95rem;
  border-radius: 999px;
  background: #ffffff;
  color: var(--accent-strong) !important;
  border: 1px solid color-mix(in srgb, var(--accent) 42%, #ffffff 58%);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
  transition: background var(--transition-base), transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);
}

.header-phone:hover {
  background: #fff8ef;
  border-color: var(--accent);
  box-shadow: 0 8px 18px rgba(249, 115, 22, 0.16);
  text-decoration: none;
  transform: translateY(-1px);
}

.logo-mark {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--accent-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--accent);
}

.logo-text {
  font-size: 0.98rem;
}

.main-nav {
  display: flex;
  align-items: center;
  justify-self: center;
  min-width: 0;
  position: relative;
}

.nav-list {
  display: flex;
  gap: 0.15rem;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  flex-wrap: nowrap;
}

.nav-list li {
  margin: 0;
  border-radius: 999px;
}

.nav-list a {
  display: flex;
  align-items: center;
  font-size: 0.83rem;
  color: color-mix(in srgb, var(--text-main) 78%, #52616f 22%);
  padding: 0.46rem 0.7rem;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.nav-list a:hover,
.nav-list a:focus-visible {
  background-color: #ffffff;
  border-color: color-mix(in srgb, var(--accent) 30%, #ffffff 70%);
  color: var(--accent-strong);
  text-decoration: none;
}

.nav-toggle {
  display: none;
  background: none;
  border: none;
  padding: 0.25rem;
  margin-inline-start: 0.5rem;
  cursor: pointer;
}

.nav-toggle-bar {
  width: 22px;
  height: 2px;
  border-radius: 999px;
  background-color: var(--text-main);
  display: block;
}

.nav-toggle-bar + .nav-toggle-bar {
  margin-top: 4px;
}

@media (max-width: 1080px) {
  .nav-list a {
    font-size: 0.78rem;
    padding: 0.42rem 0.56rem;
  }
}

/* --- Hero – Pillar: H1 יחיד, CTA ברור --- */
.hero-section {
  padding-block: 2.5rem 3rem;
  background: linear-gradient(180deg, var(--bg-elevated) 0%, var(--bg-body) 100%);
  border-bottom: 1px solid var(--border-subtle);
}

.pillar-hero {
  background: var(--gradient-hero);
  padding-block: 2.75rem 3.25rem;
}

.pillar-hero .hero-copy h1 {
  font-size: clamp(1.85rem, 4vw, 2.35rem);
  margin-bottom: 0.75rem;
}

.pillar-hero .hero-lead {
  margin-bottom: 1rem;
  max-width: 42ch;
}

.cta-block {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.btn-cta-phone {
  background: var(--accent);
  color: var(--text-inverse) !important;
  padding: 0.75rem 1.35rem;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 999px;
  border: none;
  box-shadow: var(--shadow-soft);
  text-decoration: none;
  transition: transform var(--transition-card), box-shadow var(--transition-card);
}

.btn-cta-phone:hover {
  background: var(--accent-strong);
  transform: translateY(-2px);
  box-shadow: var(--shadow-card-hover);
  text-decoration: none;
}

.btn-cta-whatsapp {
  background: var(--whatsapp);
  color: #fff !important;
  padding: 0.75rem 1.35rem;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 999px;
  border: none;
  box-shadow: var(--shadow-soft);
  text-decoration: none;
  transition: transform var(--transition-card), box-shadow var(--transition-card);
}

.btn-cta-whatsapp:hover {
  filter: brightness(1.05);
  transform: translateY(-2px);
  box-shadow: var(--shadow-card-hover);
  text-decoration: none;
}

/* כותרת סעיף אחידה */
.section-title {
  text-align: center;
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  margin: 0 0 1.25rem;
  color: var(--text-main);
}

/* 1. Top 10 problems – כרטיסים גדולים, 2–3 per row */
.problems-top-section {
  padding-block: var(--section-space-lg);
  background: var(--bg-elevated);
  border-bottom: 1px solid var(--border-subtle);
}

.problem-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 0.75rem;
}

.problem-cards-grid--large {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
}

.problem-card {
  display: block;
  padding: 1rem 1.1rem;
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-subtle);
  color: var(--text-main);
  font-weight: 500;
  font-size: 0.95rem;
  text-align: center;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color var(--transition-card);
}

.problem-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-elevation);
  border-color: var(--accent-soft);
  color: var(--accent-strong);
  text-decoration: none;
}

.problem-card--large {
  padding: 1.5rem 1.25rem;
  font-size: 1.05rem;
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.problem-card--large:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-elevation);
}

/* Short cards – כרטיסים קצרים (בעיות, רכיבים, שירותים, FAQ, מקומי) */
.short-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}

.short-card {
  display: block;
  padding: 1.1rem 1.2rem;
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-subtle);
  color: var(--text-main);
  font-weight: 500;
  font-size: 0.98rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.2s ease;
}

.short-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-elevation);
  border-color: var(--accent-soft);
  color: var(--accent-strong);
  text-decoration: none;
}

/* 2. Trust section */
.trust-section {
  padding-block: var(--section-space-lg);
  background: var(--bg-elevated-alt);
  border-bottom: 1px solid var(--border-subtle);
}

.trust-section .container {
  display: flex;
  flex-direction: column;
  gap: var(--section-space);
}

.trust-stats {
  margin: 0;
}

.trust-section .stats-grid {
  margin-top: 0;
}

.why-us-block {
  text-align: center;
}

.why-us-block h2 {
  margin: 0 0 1.25rem;
  font-size: 1.35rem;
}

.trust-testimonials {
  margin: 0;
}

/* 4. Cost / FAQ teaser */
.cost-faq-teaser {
  padding-block: var(--section-space);
  background: var(--bg-elevated);
  border-bottom: 1px solid var(--border-subtle);
}

.teaser-lead {
  text-align: center;
  color: var(--text-muted);
  font-size: 0.95rem;
  margin: 0 0 1.5rem;
  max-width: 36ch;
  margin-inline: auto;
}

.teaser-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem 1.25rem;
}

.teaser-links a {
  display: inline-block;
  padding: 0.6rem 1.1rem;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  color: var(--text-main);
  font-weight: 500;
  box-shadow: var(--shadow-subtle);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.teaser-links a:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-card);
  border-color: var(--accent-soft);
  color: var(--accent-strong);
  text-decoration: none;
}

/* 5. Article index – ממוזער / מתקפל */
.article-index-minimized {
  padding-block: var(--section-space);
  background: var(--bg-elevated-alt);
}

.article-index-details {
  border: 1px solid color-mix(in srgb, var(--accent) 28%, var(--border-subtle) 72%);
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.07);
}

.article-index-summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding-block: 1.1rem;
  padding-inline-start: 3.8rem;
  padding-inline-end: 1.25rem;
  font-weight: 700;
  font-size: 1.08rem;
  line-height: 1.35;
  color: var(--accent-strong);
  cursor: pointer;
  list-style: none;
  background: linear-gradient(120deg, #eaf5ff 0%, #f4faff 58%, var(--bg-card) 100%);
  border-bottom: 1px solid color-mix(in srgb, var(--accent) 20%, var(--border-subtle) 80%);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.article-index-summary:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--accent) 40%, transparent 60%);
  background: linear-gradient(120deg, #e3f2ff 0%, #eff8ff 58%, #ffffff 100%);
}

.article-index-summary::before {
  content: "i";
  position: absolute;
  inset-inline-start: 1.15rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--accent);
  background: #fff;
  border: 1px solid color-mix(in srgb, var(--accent) 30%, #ffffff 70%);
  box-shadow: 0 0 0 6px rgba(2, 132, 199, 0.12);
  animation: articleIndexPulse 2s ease-in-out infinite;
}

.article-index-summary::-webkit-details-marker {
  display: none;
}

.article-index-summary::after {
  content: "פתחו כאן ▼";
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--accent-strong);
  opacity: 0.92;
  white-space: nowrap;
}

.article-index-details[open] .article-index-summary::after {
  content: "סגירה ▲";
}

.article-index-details[open] .article-index-summary::before {
  animation: none;
  box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.1);
}

.article-index-inner {
  padding: 1.25rem 1.25rem 1.5rem;
  border-top: 1px solid var(--border-subtle);
}

.article-index-minimized .direct-articles-intro {
  margin-bottom: 1rem;
}

.article-index-minimized .direct-articles-grid {
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.article-index-minimized .direct-articles-block h3 {
  font-size: 0.98rem;
}

.article-index-minimized .direct-articles-list {
  font-size: 0.9rem;
}

@keyframes articleIndexPulse {
  0%,
  100% {
    box-shadow: 0 0 0 5px rgba(2, 132, 199, 0.12);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(2, 132, 199, 0.05);
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.05fr);
  gap: 2rem;
  align-items: flex-start;
}

.hero-image-strip {
  margin-top: -0.8rem;
  padding-bottom: 2.3rem;
}

.hero-image-inner img {
  width: 100%;
  max-height: 380px;
  object-fit: cover;
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-soft);
}

.hero-copy h1 {
  margin: 0 0 0.6rem;
  font-size: clamp(1.75rem, 3.5vw, 2.1rem);
  font-weight: 700;
  color: var(--text-main);
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.hero-lead {
  margin: 0 0 1.25rem;
  color: var(--text-muted);
  font-size: 0.97rem;
  line-height: 1.7;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  border: 1px solid var(--accent-soft);
  color: var(--accent);
  background: var(--accent-soft);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 0.6rem;
}

.hero-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.45rem 1.5rem;
  font-size: 0.86rem;
  color: var(--text-muted);
}

.hero-benefits li::before {
  content: "•";
  color: var(--accent);
  margin-inline-start: 0.28rem;
}

.hero-intro {
  font-size: 1rem;
  line-height: 1.65;
}

.hero-cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.9rem;
}

.btn-cta-main {
  font-weight: 700;
  padding: 0.7rem 1.4rem;
  font-size: 1rem;
  box-shadow: var(--shadow-soft);
}

.hero-meta {
  font-size: 0.8rem;
  color: var(--text-soft);
}

.hero-meta-separator {
  color: var(--text-soft);
  padding-inline: 0.45rem;
}

/* --- Breadcrumb --- */
.page-breadcrumb {
  padding: 0.6rem 1rem 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}
.page-breadcrumb a {
  color: var(--accent);
  text-decoration: none;
}
.page-breadcrumb a:hover {
  text-decoration: underline;
  color: var(--accent-strong);
}
.page-breadcrumb span:last-child {
  color: var(--text-main);
  font-weight: 500;
}

.hero-panel {
  background: var(--bg-elevated);
  border-radius: var(--radius-xl);
  padding: 1.5rem 1.35rem;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-soft);
  position: relative;
}

.hero-panel-title {
  margin: 0 0 0.3rem;
  font-size: 0.96rem;
}

.hero-panel-desc {
  margin: 0 0 0.9rem;
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* בלוק ערך למשתמש – 55 מדריכים + CTA */
.hero-value-block .hero-panel-title {
  font-size: 1.05rem;
  color: var(--accent);
  font-weight: 700;
}
.hero-value-block .hero-panel-desc {
  font-size: 0.88rem;
  line-height: 1.5;
}
.hero-value-list {
  margin: 0 0 1rem;
  padding-inline-start: 1.25rem;
  list-style: disc;
  font-size: 0.85rem;
  color: var(--text-muted);
  line-height: 1.6;
}
.hero-panel-cta {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 0.25rem;
}

.config-form {
  position: relative;
  z-index: 1;
}

.field-group {
  margin-bottom: 0.6rem;
}

.field-group label {
  display: block;
  font-size: 0.8rem;
  color: var(--text-main);
  margin-bottom: 0.25rem;
}

.field-group input,
.field-group textarea {
  width: 100%;
  border-radius: 999px;
  border: 1px solid var(--border-slate-5);
  padding: 0.55rem 0.9rem;
  font-size: 0.9rem;
  background-color: var(--bg-body);
  color: var(--text-main);
  outline: none;
  transition: border-color var(--transition-base), box-shadow var(--transition-base);
}

.field-group input:focus-visible,
.field-group textarea:focus-visible {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-soft);
}

.field-group textarea {
  border-radius: var(--radius-lg);
  resize: vertical;
  min-height: 80px;
}

.field-group input::placeholder,
.field-group textarea::placeholder {
  color: var(--text-soft);
}

.config-hint {
  margin: 0.3rem 0 0;
  font-size: 0.75rem;
  color: var(--text-main);
}

/* --- Buttons --- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.55rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  transition: transform var(--transition-base), box-shadow var(--transition-base),
    background-color var(--transition-base), border-color var(--transition-base), color var(--transition-base);
  white-space: nowrap;
}

a.btn:hover,
a.btn:focus,
a.btn:focus-visible,
a.btn:active {
  text-decoration: none;
}

.btn-primary {
  background: var(--accent);
  color: var(--text-inverse) !important;
  border: 1px solid var(--accent);
  box-shadow: var(--shadow-soft);
  font-weight: 600;
  padding: 0.65rem 1.25rem;
}

.btn-primary:hover {
  background: var(--accent-strong);
  border-color: var(--accent-strong);
  transform: translateY(-2px);
  box-shadow: var(--shadow-card-hover);
  text-decoration: none;
}

.btn-primary:active {
  transform: translateY(0);
}

.btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--bg-elevated), 0 0 0 4px var(--accent);
}

.btn-secondary {
  background: var(--bg-elevated);
  color: var(--accent);
  border-color: var(--border-slate-6);
}

.btn-secondary:hover {
  background: var(--bg-elevated-alt);
  border-color: var(--accent);
  color: var(--accent-strong);
}

.btn-secondary:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--bg-elevated), 0 0 0 4px var(--accent);
}

.btn-ghost {
  background: transparent;
  color: var(--accent);
  border-color: var(--border-slate-6);
}

.btn-ghost:hover {
  background: var(--accent-soft);
  border-color: var(--accent);
}

.btn[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
  box-shadow: none;
}

/* --- Sections (כללי) --- */
.section {
  padding-block: var(--section-space);
}

.section-alt {
  background: var(--bg-elevated-alt);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
}

.section-card .section-header {
  margin-bottom: 2rem;
}

.section-card .section-header p {
  max-width: 36ch;
  margin-inline: auto;
}

.section-header {
  max-width: 760px;
  margin: 0 auto 1.75rem;
  text-align: center;
}

.section-header h2 {
  margin: 0 0 0.6rem;
  font-size: 1.4rem;
}

.section-header p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-muted);
}

.section-jump-link {
  margin-top: 0.9rem !important;
  font-size: 0.95rem;
  color: var(--text-muted) !important;
}

.section-jump-link a {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  margin-inline-start: 0.25rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--accent) 32%, #ffffff 68%);
  background: color-mix(in srgb, var(--accent-soft) 72%, #ffffff 28%);
  color: var(--accent-strong);
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.section-jump-link a:hover {
  background: color-mix(in srgb, var(--accent-soft) 86%, #ffffff 14%);
  border-color: color-mix(in srgb, var(--accent) 50%, #ffffff 50%);
  transform: translateY(-1px);
}

/* --- כרטיסי שירותים עיקריים --- */
.services-cards-section {
  padding-block: var(--section-space-lg);
  background: var(--bg-body);
  border-bottom: 1px solid var(--border-subtle);
}

.services-cards-title {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  text-align: center;
}

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

.service-card {
  padding: 1.5rem 1.35rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  background: var(--bg-card);
  box-shadow: var(--shadow-subtle);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.2s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-elevation);
  border-color: var(--accent-soft);
}

.service-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  color: var(--text-main);
}

.service-card p {
  margin: 0 0 0.6rem;
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* --- למה לבחור בנו --- */
.why-us-section {
  padding-block: 1.8rem 2rem;
}

.why-us-section h2 {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  text-align: center;
}

.why-us-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 560px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.6rem 1.5rem;
  font-size: 0.95rem;
  color: var(--text-main);
}

.why-us-list li::before {
  content: "✓ ";
  color: var(--accent);
  font-weight: 700;
  margin-inline-end: 0.35rem;
}

/* --- בעיות מחשב נפוצות --- */
.common-problems-section {
  padding-block: 1.5rem 2rem;
  background: var(--bg-elevated-alt);
  border-top: 1px solid var(--border-subtle);
}

.common-problems-section h2 {
  margin: 0 0 0.4rem;
  font-size: 1.2rem;
  text-align: center;
}

.common-problems-intro {
  text-align: center;
  font-size: 0.9rem;
  color: var(--text-muted);
  margin: 0 0 1rem;
}

.common-problems-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.2rem;
}

.common-problems-links a {
  display: inline-block;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: var(--accent-soft);
  border: 1px solid rgba(3, 105, 161, 0.25);
  color: var(--accent);
  font-size: 0.9rem;
  transition: background var(--transition-card), border-color var(--transition-card);
}

.common-problems-links a:hover {
  background: rgba(3, 105, 161, 0.15);
  border-color: var(--accent);
  text-decoration: none;
}

/* --- אינדקס מאמרים (כרטיסים מקובצים) --- */
.direct-articles-section {
  padding-block: 2.5rem 3rem;
  background: var(--bg-elevated-alt);
  border-top: 1px solid var(--border-subtle);
  scroll-margin-top: 5rem;
}

.direct-articles-section .container {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.direct-articles-section h2 {
  margin: 0 0 0.5rem;
  font-size: 1.35rem;
  text-align: center;
  color: var(--text-main);
}

.direct-articles-main-title {
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  font-weight: 700;
  color: var(--text-main);
  text-align: center;
  margin-bottom: 0.25rem;
}

.direct-articles-intro {
  text-align: center;
  color: var(--text-muted);
  font-size: 0.9rem;
  max-width: 38rem;
  margin: 0 auto 1.5rem;
  line-height: 1.5;
}

.direct-articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
}

.direct-articles-block {
  margin-bottom: 0;
  padding: 1.35rem 1.4rem;
  border-radius: var(--radius-lg);
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-subtle);
  transition: box-shadow var(--transition-card), border-color var(--transition-card);
}

.direct-articles-section .direct-articles-block {
  margin-bottom: 0;
}

.direct-articles-block:hover {
  box-shadow: var(--shadow-card);
  border-color: var(--border-slate-5);
}

.direct-articles-grid--more {
  margin-top: 0;
}

/* כותרת המשך הרשימה (מס׳ 31–55) */
.direct-articles-continuation {
  margin: 2rem 0 1rem;
  padding: 0.85rem 1.1rem;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--accent);
  text-align: center;
  background: var(--accent-soft);
  border-radius: var(--radius-lg);
  border: 1px solid rgba(3, 105, 161, 0.2);
}

/* בלוקים ו–י – עיצוב עדין להבחנה מהבלוקים א–ה */
.direct-articles-block--more {
  border-inline-start: 4px solid var(--accent-secondary);
  background: #faf5ff;
}

.direct-articles-block--more h3 {
  color: var(--accent-secondary);
}

.direct-articles-block h3 {
  margin: 0 0 0.75rem;
  font-size: 1.05rem;
  color: var(--accent);
  font-weight: 600;
}

.direct-articles-list {
  margin: 0;
  padding-inline-start: 1.5rem;
  list-style: decimal;
}

.direct-articles-list li {
  margin-bottom: 0.4rem;
  line-height: 1.5;
}

.direct-articles-list a {
  color: var(--text-main);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color 0.2s, border-color 0.2s;
}

.direct-articles-list a:hover {
  color: var(--accent);
  border-bottom-color: var(--accent);
  text-decoration: none;
}

.cluster-links {
  padding-block: 1.5rem 2.2rem;
}

/* --- תמונות בסעיפים --- */
.section-img-wrap {
  margin: 1rem 0 1.5rem;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border-slate-4);
  box-shadow: var(--shadow-soft);
}

.section-img-wrap img {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  display: block;
}

.section-img-inline {
  max-width: 320px;
  margin-bottom: 1rem;
}

.section-img-inline img {
  max-height: 140px;
}

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

.cluster-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  background: var(--bg-card);
  padding: 1.1rem 1.1rem;
  box-shadow: var(--shadow-subtle);
  transition: transform var(--transition-card), box-shadow var(--transition-card), border-color var(--transition-card);
}

.cluster-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-soft);
  border-color: var(--accent-soft);
}

.cluster-card-img-wrap {
  margin: -0.9rem -0.95rem 0.6rem;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  max-height: 100px;
}

.cluster-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cluster-card h3 {
  margin: 0 0 0.4rem;
  font-size: 0.98rem;
}

.cluster-card p {
  margin: 0 0 0.7rem;
  font-size: 0.84rem;
  color: var(--text-muted);
}

.card-link {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--accent-strong);
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.4rem 0;
}

.card-link:hover {
  text-decoration: none;
  color: var(--accent);
}

/* --- סטטיסטיקות / אמון --- */
.stats-section {
  padding-block: 0 2.4rem;
}

.stats-img-wrap {
  margin-bottom: 1.2rem;
  border-radius: var(--radius-lg);
  overflow: hidden;
  max-height: 140px;
  border: 1px solid var(--border-slate-4);
}

.stats-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.stats-inner {
  position: relative;
}

.stats-inner::before {
  content: "";
  position: absolute;
  inset-inline: -5vw;
  top: 0;
  height: 1px;
  background: linear-gradient(
    to left,
    transparent,
    var(--border-slate-5),
    transparent
  );
}

.stats-grid {
  margin-top: 1.6rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.stat-card {
  position: relative;
  border-radius: var(--radius-lg);
  padding: 1rem 1.25rem;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-subtle);
}

.stat-label {
  font-size: 0.78rem;
  color: var(--text-soft);
}

.stat-value {
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--text-main);
}

.stat-desc {
  margin: 0.1rem 0 0;
  font-size: 0.78rem;
  color: var(--text-muted);
}

/* --- כרטיסי תוכן (קלאסטרים) --- */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.1rem;
}

.content-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  background: var(--bg-card);
  padding: 1.35rem 1.25rem;
  box-shadow: var(--shadow-subtle);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.2s ease;
}

.content-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-elevation);
  border-color: var(--accent-soft);
}

.content-card h3 {
  margin: 0;
  font-size: 0.98rem;
}

.content-card p {
  margin: 0;
  font-size: 0.86rem;
  color: var(--text-muted);
}

.card-list {
  margin: 0.25rem 0 0.4rem;
  padding-inline-start: 1.1rem;
  font-size: 0.82rem;
  color: var(--text-soft);
}

.card-list li + li {
  margin-top: 0.15rem;
}

.card-actions {
  margin-top: auto;
  padding-top: 0.25rem;
}

.text-link {
  font-size: 0.8rem;
  color: var(--accent-strong);
}

/* --- דף מאמר (article page) --- */
.article-page {
  padding-block: 1.5rem 3rem;
}

.article-breadcrumb {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.article-breadcrumb a {
  color: var(--accent);
}

.article-breadcrumb a:hover {
  text-decoration: underline;
}

.article-header {
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-subtle);
}

.article-meta {
  margin: 0 0 0.5rem;
  font-size: 0.85rem;
  color: var(--text-soft);
}

.reading-time {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.reading-time::before {
  content: "⏱";
  opacity: 0.8;
}

.article-header h1 {
  margin: 0 0 0.75rem;
  font-size: 1.6rem;
  line-height: 1.3;
  color: var(--text-main);
}

/* סרגל התקדמות קריאה */
.reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--bg-elevated-alt);
  z-index: 25;
  overflow: hidden;
}

.reading-progress-bar {
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, var(--accent), var(--accent-secondary));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.12s ease-out;
}

[dir="rtl"] .reading-progress-bar {
  transform-origin: right;
}

.article-lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.6;
  color: var(--text-muted);
}

.article-hero-img {
  margin: 0 0 1.75rem;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.article-hero-img img {
  width: 100%;
  max-height: 280px;
  object-fit: cover;
  display: block;
}

.article-body {
  max-width: 52rem;
}

.article-body section {
  margin-bottom: 1.75rem;
}

.article-body h2 {
  margin: 0 0 0.6rem;
  font-size: 1.15rem;
  color: var(--accent);
}

.article-body p {
  margin: 0 0 0.65rem;
  line-height: 1.75;
  color: var(--text-main);
}

.article-body ul {
  margin: 0.4rem 0 0.75rem;
  padding-inline-start: 1.4rem;
}

.article-body ul li {
  margin-bottom: 0.25rem;
  line-height: 1.5;
}

/* מדריך מפורט – תוכן עניינים, טיפים, שלבים, לסיכום */
.article-toc {
  margin: 1.25rem 0 1.75rem;
  padding: 1rem 1.25rem;
  border-radius: var(--radius-md);
  background: rgba(148, 163, 184, 0.08);
  border: 1px solid rgba(148, 163, 184, 0.2);
}
.article-toc h3 {
  margin: 0 0 0.6rem;
  font-size: 1rem;
  color: var(--accent);
}
.article-toc ol {
  margin: 0;
  padding-inline-start: 1.25rem;
}
.article-toc li {
  margin-bottom: 0.35rem;
}
.article-toc a {
  color: var(--accent);
  text-decoration: none;
}
.article-toc a:hover {
  text-decoration: underline;
}

.article-tip,
.article-warning {
  margin: 1rem 0;
  padding: 0.85rem 1rem;
  border-radius: var(--radius-md);
  font-size: 0.95rem;
  line-height: 1.6;
}
.article-tip {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.35);
  color: var(--text-main);
}
.article-warning {
  background: rgba(251, 191, 36, 0.1);
  border: 1px solid rgba(251, 191, 36, 0.4);
  color: var(--text-main);
}

.article-body .article-steps {
  margin: 0.6rem 0 1rem;
  padding-inline-start: 1.5rem;
}
.article-body .article-steps li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}
.article-body kbd {
  padding: 0.15rem 0.4rem;
  font-family: inherit;
  font-size: 0.9em;
  background: rgba(148, 163, 184, 0.2);
  border-radius: 4px;
  border: 1px solid rgba(148, 163, 184, 0.3);
}

.article-summary {
  margin-top: 2rem;
  padding: 1.25rem;
  border-radius: var(--radius-md);
  background: rgba(56, 189, 248, 0.06);
  border: 1px solid rgba(56, 189, 248, 0.2);
}
.article-summary h2 {
  margin-top: 0;
}

.article-related {
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  padding: 1rem 1.25rem;
  border-radius: var(--radius-md);
  background: rgba(148, 163, 184, 0.06);
  border: 1px solid rgba(148, 163, 184, 0.2);
}
.article-related .faq-section-title {
  margin: 0 0 0.6rem;
  font-size: 1rem;
}
.related-articles-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.related-articles-list li {
  margin-bottom: 0.5rem;
}
.related-articles-list li:last-child {
  margin-bottom: 0;
}
.related-articles-list a {
  color: var(--accent);
  text-decoration: none;
}
.related-articles-list a:hover {
  text-decoration: underline;
}

.article-local-offer {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1.35rem 1.25rem;
  border-radius: var(--radius-lg);
  background: linear-gradient(145deg, rgba(56, 189, 248, 0.11), rgba(148, 163, 184, 0.08));
  border: 1px solid rgba(56, 189, 248, 0.35);
}

.article-local-offer h2 {
  margin-top: 0;
  margin-bottom: 0.65rem;
  color: var(--accent);
}

.article-local-offer p {
  margin: 0 0 0.75rem;
}

.article-local-offer-list {
  margin: 0.55rem 0 1rem;
  padding-inline-start: 1.4rem;
}

.article-local-offer-list li {
  margin-bottom: 0.3rem;
}

.article-local-offer-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.6rem;
  margin-bottom: 0.9rem;
}

.article-local-offer-trust span {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(3, 105, 161, 0.26);
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  color: var(--text-main);
}

.article-local-offer-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.55rem;
}

.article-local-offer-links {
  margin-top: 0.95rem !important;
  font-size: 0.88rem;
  color: var(--text-muted) !important;
}

.article-cta {
  margin-top: 2.5rem;
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  background: rgba(56, 189, 248, 0.08);
  border: 1px solid rgba(56, 189, 248, 0.3);
}

.article-cta p {
  margin: 0 0 1rem;
  color: var(--text-main);
}

.article-cta .btn {
  display: inline-block;
  margin-inline-end: 0.75rem;
  margin-bottom: 0.5rem;
}

.article-cta .text-link {
  display: block;
  margin-top: 1rem;
}

/* שאלות נפוצות – דף מאמר */
.article-faq {
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(148, 163, 184, 0.25);
}

.faq-section-title {
  margin: 0 0 1.25rem;
  font-size: 1.25rem;
  color: var(--accent);
  font-weight: 600;
  text-align: center;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.faq-item {
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  background: var(--bg-card);
  overflow: hidden;
  box-shadow: var(--shadow-subtle);
  transition: border-color var(--transition-card), box-shadow var(--transition-card);
}

.faq-item:hover {
  border-color: var(--accent-soft);
}

.faq-item[open] {
  border-color: var(--accent-soft);
  box-shadow: var(--shadow-soft);
}

.faq-question {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 1.15rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-main);
  cursor: pointer;
  list-style: none;
  line-height: 1.4;
  transition: color 0.2s, background 0.2s;
  user-select: none;
}

.faq-question::-webkit-details-marker {
  display: none;
}

.faq-question::before {
  content: "▸";
  flex-shrink: 0;
  width: 1.2em;
  font-size: 1rem;
  color: var(--accent);
  text-align: center;
  transition: transform 0.25s ease;
}

.faq-item[open] .faq-question::before {
  content: "▾";
}

.faq-question:hover {
  color: var(--accent);
}

.faq-question:focus-visible {
  outline: none;
  color: var(--accent);
  box-shadow: 0 0 0 2px var(--accent-soft);
  border-radius: var(--radius-md);
}

.faq-answer {
  padding: 0 1.15rem 1.15rem;
  padding-inline-start: calc(1.15rem + 1.2em + 0.5rem);
}

.faq-answer p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: var(--text-muted);
}

@media (max-width: 600px) {
  .faq-answer {
    padding-inline-start: 1.15rem;
  }
  .cta-block {
    flex-direction: column;
    align-items: stretch;
  }
  .cta-block .btn {
    text-align: center;
  }
  .problem-cards-grid {
    grid-template-columns: 1fr 1fr;
  }
  .direct-articles-grid {
    grid-template-columns: 1fr;
  }

  .article-local-offer-cta .btn {
    width: 100%;
    justify-content: center;
  }
}

/* --- צור קשר --- */
.contact-section {
  padding-block: 2.7rem 3rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: flex-start;
}

.contact-img-wrap {
  margin-bottom: 1rem;
  border-radius: 16px;
  overflow: hidden;
  max-height: 320px;
  border: 1px solid var(--border-slate-4);
}

.contact-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.contact-copy h2 {
  margin: 0 0 0.6rem;
  font-size: 1.35rem;
}

.contact-copy p {
  margin: 0 0 0.7rem;
  font-size: 0.94rem;
  color: var(--text-muted);
}

.contact-highlights {
  list-style: none;
  padding: 0;
  margin: 0 0 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.9rem;
  font-size: 0.85rem;
  color: var(--text-soft);
}

.contact-highlights li::before {
  content: "✓";
  color: var(--accent);
  margin-inline-start: 0.3rem;
}

.contact-note {
  margin: 0.8rem 0 0;
  font-size: 0.8rem;
  color: var(--text-soft);
}

.contact-form-wrapper {
  border-radius: var(--radius-xl);
  border: 1px solid var(--border-subtle);
  background: var(--bg-card);
  padding: 1.5rem 1.35rem;
  box-shadow: var(--shadow-soft);
}

.contact-form-wrapper h3 {
  margin: 0 0 0.7rem;
  font-size: 0.98rem;
}

.contact-form {
  margin-top: 0.2rem;
}

.contact-form-hint {
  margin: 0 0 0.65rem;
  font-size: 0.76rem;
  color: var(--text-main);
}

/* --- תהליך (Process) --- */
.process-section {
  position: relative;
}

.process-steps {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  counter-reset: step-counter;
}

.process-step {
  position: relative;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  background: var(--bg-card);
  padding: 1.2rem 1.1rem;
  box-shadow: var(--shadow-subtle);
}

.process-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--text-inverse);
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.process-step h3 {
  margin: 0 0 0.3rem;
  font-size: 0.92rem;
}

.process-step p {
  margin: 0;
  font-size: 0.82rem;
  color: var(--text-muted);
}

/* --- המלצות (Testimonials) --- */
.testimonials-section {
  position: relative;
}

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

.testimonial-card {
  display: flex;
  gap: 0.85rem;
  padding: 1.2rem 1.1rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-subtle);
  background: var(--bg-card);
  box-shadow: var(--shadow-subtle);
}

.testimonial-avatar {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 999px;
  background: var(--accent-soft);
  padding: 2px;
  overflow: hidden;
  border: 1px solid var(--border-subtle);
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 999px;
  display: block;
}

.testimonial-body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.testimonial-text {
  margin: 0;
  font-size: 0.83rem;
  color: var(--text-main);
}

.testimonial-meta {
  margin: 0;
  font-size: 0.78rem;
  color: var(--text-soft);
}

/* --- מותגים --- */
.brands-strip {
  padding-block: 1.8rem 2.6rem;
}

.brands-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 1.25rem;
}

.brands-header h2 {
  margin: 0 0 0.4rem;
  font-size: 1.1rem;
}

.brands-header p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-muted);
}

.brand-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.45rem 0.7rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.brand-tags li {
  font-size: 0.8rem;
  color: var(--text-main);
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  border: 1px solid var(--border-subtle);
  background: var(--bg-card);
}

/* --- CTA צף + חזרה למעלה --- */
.floating-cta {
  position: fixed;
  inset-inline: 0;
  bottom: 1rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  pointer-events: none;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 40;
}

.floating-cta.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.floating-btn {
  font-size: 0.9rem;
  padding: 0.6rem 1.1rem;
  border-radius: 999px;
  border: none;
  background: var(--accent);
  color: var(--text-inverse) !important;
  font-weight: 600;
  box-shadow: var(--shadow-soft);
}

.floating-btn:hover {
  background: var(--accent-strong);
  text-decoration: none;
}

.floating-call {
  background: var(--accent) !important;
}

.floating-call:hover {
  background: var(--accent-strong) !important;
}

.floating-whatsapp {
  background: var(--whatsapp) !important;
  color: #fff !important;
}

.floating-whatsapp:hover {
  background: #20bd5a !important;
  color: #fff !important;
  text-decoration: none;
}

.floating-contact {
  background: var(--bg-elevated) !important;
  color: var(--accent) !important;
  border: 1px solid var(--accent);
}

.floating-contact:hover {
  background: var(--accent-soft) !important;
  color: var(--accent-strong) !important;
}

.back-to-top {
  position: fixed;
  inset-inline-end: 1.05rem;
  bottom: 3.8rem;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--text-inverse);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity var(--transition-card), transform var(--transition-card);
  z-index: 40;
}

.back-to-top:hover {
  background: var(--accent-strong);
  color: var(--text-inverse);
  text-decoration: none;
}

.back-to-top.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* --- Footer --- */
.site-footer {
  border-top: 1px solid var(--border-subtle);
  background: var(--bg-elevated-alt);
  padding-block: 1.5rem;
  margin-top: 0;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.8rem;
  color: var(--text-soft);
}

.footer-links {
  list-style: none;
  display: flex;
  gap: 0.9rem;
  margin: 0;
  padding: 0;
}

.footer-links a {
  color: var(--text-muted);
  font-size: 0.8rem;
}

.footer-links a:hover {
  color: var(--text-main);
}

/* ==========================================================================
   Responsive
   ========================================================================== */

@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero-panel {
    order: -1;
  }

  .problem-cards-grid--large {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

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

  .trust-section .container {
    gap: 2.5rem;
  }

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

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

  .stats-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .process-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .testimonials-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .services-cards-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .why-us-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 720px) {
  .header-inner {
    display: flex;
    justify-content: space-between;
    padding-block: 0.6rem;
  }

  .header-phone {
    padding: 0.45rem 0.85rem;
    font-size: 0.85rem;
  }

  .logo-img {
    height: 36px;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
  }

  .nav-list {
    position: absolute;
    inset-inline-start: auto;
    inset-inline-end: 0;
    width: min(90vw, 330px);
    top: calc(100% + 0.45rem);
    padding: 0.5rem;
    margin: 0;
    border-radius: var(--radius-lg);
    border: 1px solid var(--border-subtle);
    background: var(--bg-card);
    box-shadow: 0 16px 28px rgba(0, 0, 0, 0.14);
    display: none;
    flex-direction: column;
    gap: 0.15rem;
    z-index: 10;
  }

  .nav-list.is-open {
    display: flex;
  }

  .nav-list a {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    min-height: 44px;
    text-align: right;
  }

  .hero-section {
    padding-top: 2.2rem;
  }

  .hero-benefits {
    grid-template-columns: minmax(0, 1fr);
  }

  .cluster-grid,
  .cards-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .problem-cards-grid--large {
    grid-template-columns: minmax(0, 1fr);
  }

  .article-index-summary {
    align-items: flex-start;
    gap: 0.55rem;
    padding-inline-start: 3.95rem;
    padding-inline-end: 1rem;
    font-size: 1rem;
    line-height: 1.45;
  }

  .article-index-summary::before {
    top: 1.05rem;
    transform: none;
  }

  .article-index-summary::after {
    font-size: 0.96rem;
    font-weight: 800;
  }

  .short-cards-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .trust-section .container {
    gap: 2rem;
  }

  .teaser-links {
    flex-direction: column;
    align-items: stretch;
  }

  .stats-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .process-steps {
    grid-template-columns: minmax(0, 1fr);
  }

  .testimonials-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  /* מובייל: אזורי לחיצה מינימליים (44px) – נוחות אצבע */
  .btn,
  .btn-primary,
  .btn-secondary,
  .btn-cta-phone,
  .btn-cta-whatsapp {
    min-height: 44px;
    padding: 0.75rem 1.25rem;
    font-size: 0.95rem;
  }

  .cta-block {
    gap: 0.65rem;
  }

  .cta-block .btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .problem-card,
  .problem-card--large {
    min-height: 48px;
    padding: 1rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .short-card {
    min-height: 48px;
    padding: 1rem 1.15rem;
    display: flex;
    align-items: center;
  }

  .teaser-links a {
    min-height: 44px;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    text-align: right;
  }

  .container {
    padding-inline: 1rem;
  }
}

@media print {
  .skip-link,
  .site-header,
  .floating-cta,
  .back-to-top,
  .reading-progress,
  .nav-toggle {
    display: none !important;
  }

  body {
    background: #fff;
    color: #111;
  }

  a {
    color: #0ea5e9;
  }

  .article-page .article-body,
  .article-cta {
    max-width: 100%;
  }

  .article-cta .cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .faq-item[open] .faq-answer {
    display: block;
  }

  .faq-item summary {
    list-style: none;
  }

  .content-card,
  .service-card,
  .faq-item {
    break-inside: avoid;
    box-shadow: none;
    border: 1px solid #ddd;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

