/* ============================================
   אם טי פור איי פתרונות (MT4A Solutions) – Unified design system (RTL · Hebrew · SaaS)
   Tokens only; layout/HTML unchanged. Aliases preserve legacy var() names.
   ============================================ */

:root {
  /* ----- Colors (canonical) ----- */
  --primary: #2f5fd0;
  --primary-hover: #2856c7;
  --primary-dark: #1e3a8a;
  --primary-light: #4a6fd4;
  /* Very subtle accent (surfaces, hovers) — no strong color blocks */
  --accent: rgba(47, 95, 208, 0.09);
  --accent-strong: rgba(47, 95, 208, 0.14);

  --background-main: #f5f7fb;
  --background-alt: #eef1f7;
  --card-bg: #ffffff;

  --border-subtle: #e2e8f0;
  --border-card: rgba(47, 95, 208, 0.11);
  --border-card-hover: rgba(47, 95, 208, 0.22);

  --text-primary: #1a2332;
  --text-secondary: #5c6575;
  --heading: #0f172a;

  /* Semantic aliases (existing selectors) */
  --bg: var(--background-main);
  --bg-pure: var(--card-bg);
  --bg-soft: var(--background-alt);
  --text: var(--text-primary);
  --text-muted: var(--text-secondary);
  --border: var(--border-subtle);
  --saas-surface: var(--background-main);
  --saas-mist: var(--background-alt);
  --saas-white: var(--card-bg);
  --footer-bg: var(--primary-dark);
  --cta-bg: var(--primary);

  /* ----- Shadows (soft, consistent) ----- */
  --shadow-xs: 0 1px 2px rgba(15, 23, 42, 0.04);
  --shadow-sm: 0 2px 10px rgba(15, 23, 42, 0.055);
  --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.07);
  --shadow-lg: 0 12px 32px rgba(15, 23, 42, 0.085);
  --shadow-xl: 0 20px 44px rgba(15, 23, 42, 0.11);
  --shadow-2xl: 0 26px 52px rgba(15, 23, 42, 0.13);

  --shadow: var(--shadow-sm);
  --shadow-card: var(--shadow-lg);
  --shadow-hover: var(--shadow-xl);
  /* כרטיסי תוכן: מנוחה רכה יותר, מעבר hover ברור */
  --shadow-card-rest: var(--shadow-md);
  --shadow-card-emphasis: var(--shadow-lg);
  --shadow-card-deep: 0 16px 38px rgba(15, 23, 42, 0.09);
  --shadow-glow: 0 22px 48px rgba(47, 95, 208, 0.14);
  --shadow-nav: 0 2px 12px rgba(15, 23, 42, 0.05);
  --shadow-nav-scrolled: 0 4px 20px rgba(15, 23, 42, 0.065);
  --shadow-btn-primary: 0 4px 14px rgba(47, 95, 208, 0.28);
  --shadow-btn-primary-hover: 0 8px 22px rgba(47, 95, 208, 0.32);
  --shadow-btn-outline-hover: 0 8px 20px rgba(47, 95, 208, 0.12);
  --shadow-focus-ring: 0 0 0 2px rgba(47, 95, 208, 0.22);
  --shadow-icon-container: 0 6px 16px rgba(47, 95, 208, 0.14);
  --shadow-decor-hero: 0 10px 28px rgba(47, 95, 208, 0.08);
  --shadow-section-corner: 0 12px 32px rgba(47, 95, 208, 0.09);

  /* ----- Radius ----- */
  --radius-sm: 10px;
  --radius-btn: 12px;
  --radius-md: 16px;
  --radius: 18px;
  --radius-lg: 20px;
  --radius-card: var(--radius-lg);
  --radius-pill: 999px;
  --radius-icon-squircle: 18px;

  /* ----- Spacing scale (4px base) ----- */
  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-7: 2rem;
  --space-8: 2.5rem;
  --space-9: 3rem;
  --space-10: 4rem;
  --space-11: 5rem;
  --space-12: 6rem;

  --section-padding: var(--space-12);
  --card-padding: 2rem;
  --container-max-width: 1200px;
  --gap-section-content: var(--space-8);
  --gap-card-grid: 1.5rem;

  /* ----- Typography scale ----- */
  --font-hero: clamp(1.75rem, 4.5vw, 2.625rem);
  --font-section: clamp(1.5rem, 3vw, 2rem);
  --font-section-emphasis: clamp(1.75rem, 3vw, 2.25rem);
  --font-subtitle: 1.125rem;
  --font-body: 1rem;
  --font-small: 0.875rem;
  --font-xs: 0.8125rem;

  --lh-hero: 1.2;
  --lh-title: 1.25;
  --lh-subtitle: 1.6;
  --lh-body: 1.65;
  --lh-relaxed: 1.72;

  --headline-size: 2.625rem;
  --section-title-size: var(--font-section);
  --subtitle-size: var(--font-subtitle);
  --text-size: var(--font-body);

  /* ----- Icons ----- */
  --icon-container-size: 64px;
  --icon-inner-ratio: 56%;
  --icon-input-size: 1.1rem;
  --icon-stroke: 1.8;

  /* ----- Motion ----- */
  --transition: 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --tech-ease: cubic-bezier(0.4, 0, 0.2, 1);
  --lift-card-hover: -6px;
  --lift-btn-hover: -2px;

  --navbar-height: 72px;
  --btn-padding-y: 0.875rem;
  --btn-padding-x: 1.75rem;
  --btn-padding-y-lg: 1rem;
  --btn-padding-x-lg: 2rem;
  --btn-min-height: 3rem;
  /* כותרות סקשן */
  --section-header-gap-label: var(--space-3);
  --section-header-gap-title: var(--space-5);
  --section-header-gap-subtitle: var(--space-6);
  /* טפסים */
  --form-control-radius: var(--radius-btn);
  --form-focus-ring: 0 0 0 3px rgba(47, 95, 208, 0.14);
  --prose-max: 42rem;
  --prose-narrow: 36em;
  --prose-support: 40rem;

  /* Hero — מערכת אחידה (דף הבית, עמודים פנימיים, משפטי) */
  --hero-grid-dot: rgba(15, 23, 42, 0.024);
  --hero-grid-size: 26px 26px;
  --hero-ribbon: linear-gradient(
    118deg,
    transparent 0%,
    transparent 38%,
    rgba(47, 95, 208, 0.1) 58%,
    rgba(47, 95, 208, 0.04) 78%,
    transparent 100%
  );
  --hero-edge-glow: linear-gradient(
    90deg,
    transparent 0%,
    rgba(47, 95, 208, 0.2) 22%,
    var(--primary) 50%,
    rgba(47, 95, 208, 0.2) 78%,
    transparent 100%
  );

  /* דקור סקשנים — אחיד לכל הבלוקים (לא hero) */
  --section-decor-blob: radial-gradient(ellipse 58% 52% at 90% 4%, rgba(47, 95, 208, 0.07) 0%, transparent 58%),
    radial-gradient(circle min(52vw, 460px) at -12% 96%, rgba(47, 95, 208, 0.055) 0%, transparent 64%),
    radial-gradient(circle min(42vw, 380px) at 78% 72%, rgba(15, 23, 42, 0.045) 0%, transparent 58%),
    radial-gradient(circle min(28vw, 260px) at 42% -8%, rgba(47, 95, 208, 0.035) 0%, transparent 62%);
}

/*
  Token map (use in CSS):
  Colors: --primary, --primary-hover, --background-main, --background-alt, --card-bg,
          --border-subtle, --text-primary, --text-secondary, --accent
  Legacy: --bg, --text, --text-muted, --saas-surface, --saas-mist (aliases above)
*/

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* Layout: max-width token, center content */
.container {
  max-width: var(--container-max-width);
  margin-left: auto;
  margin-right: auto;
}

body {
  font-family: 'Heebo', 'Segoe UI', system-ui, sans-serif;
  font-weight: 400;
  font-size: var(--text-size);
  background: var(--background-main);
  color: var(--text-primary);
  line-height: var(--lh-body);
  letter-spacing: 0.015em;
  overflow-x: hidden;
  direction: rtl;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: rgba(47, 95, 208, 0.18);
  color: var(--heading);
}

/* תוכן פיסקאות מיושר לימין (RTL) */
p,
.lead {
  text-align: right;
}

.cta-section p,
.cta-section .lead {
  text-align: center;
}

/* Typography - refined */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: var(--lh-title);
  letter-spacing: -0.01em;
}

/* Typography: headlines 42px/700, section 32px, subtitles 18px, text 16px */
.display-4,
h1.hero-title,
.page-hero .display-4 {
  font-size: var(--font-hero);
  font-weight: 700;
  color: var(--heading);
  letter-spacing: -0.025em;
  line-height: var(--lh-hero);
}

.section-label {
  font-size: var(--font-small);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: var(--section-header-gap-label);
  display: block;
}

.section-title {
  position: relative;
  font-size: var(--font-section);
  font-weight: 800;
  color: var(--heading);
  margin-bottom: var(--section-header-gap-title);
  letter-spacing: -0.018em;
  line-height: var(--lh-title);
}

/* מניעת רווח כפול כשהתווית מיד מעל הכותרת */
.section-label + .section-title {
  margin-top: 0;
}

.section-title + .section-subtitle {
  margin-top: calc(var(--space-2) * -1);
}

.section-subtitle {
  font-size: var(--font-subtitle);
  line-height: var(--lh-relaxed);
  color: var(--text-secondary);
  margin-bottom: var(--section-header-gap-subtitle);
  max-width: 44em;
  font-weight: 400;
}

/* פסקת מבוא תחת כותרת סקשן – היררכיה ברורה */
.section-lead {
  font-size: 1.0625rem;
  line-height: var(--lh-relaxed);
  color: var(--text-secondary);
  max-width: var(--prose-max);
  margin: calc(var(--space-2) * -1) auto var(--space-8);
  text-align: center;
  font-weight: 400;
}

.section-lead.text-end,
.section-lead.ms-auto.me-0 {
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}

.section-title::after {
  content: '';
  display: block;
  width: 52px;
  height: 3px;
  background: var(--primary);
  margin: var(--space-4) auto 0;
  border-radius: var(--radius-pill);
  opacity: 0.88;
  transform: scaleX(0);
  transform-origin: center;
  animation: lineExpand 0.8s var(--tech-ease) 0.2s forwards;
}

/* קו דקורטיבי מיושר לימין בכותרות יישור ימין (RTL) */
.text-end .section-title::after,
.section-title.text-end::after {
  margin-right: 0;
  margin-left: auto;
  transform-origin: right center;
}

/* Lucide global style (Bootstrap icons are mapped in JS) */
[data-lucide],
.lucide {
  width: 1em;
  height: 1em;
  stroke-width: var(--icon-stroke);
  vertical-align: middle;
}

.stat-icon svg,
.card-icon svg,
.service-icon svg,
.solution-icon svg,
.integration-icon svg,
.step-icon svg,
.feature-icon svg,
.value-icon svg,
.process-why-icon svg,
.services-support-icon svg,
.about-who-icon svg,
.tech-logo-icon svg {
  width: var(--icon-inner-ratio);
  height: var(--icon-inner-ratio);
}

.input-icon svg {
  width: 100%;
  height: 100%;
}

.footer-contact svg {
  width: 1.05rem;
  height: 1.05rem;
}

.lead {
  font-size: var(--font-subtitle);
  font-weight: 400;
  color: var(--text-secondary);
  line-height: var(--lh-relaxed);
}

/* Header: sticky navbar, white background, light shadow */
.navbar-mt4a {
  position: sticky;
  top: 0;
  z-index: 1030;
  height: var(--navbar-height);
  padding: 0;
  background: var(--card-bg);
  border-bottom: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-nav);
  transition: box-shadow var(--transition);
}

.navbar-mt4a.scrolled {
  box-shadow: var(--shadow-nav-scrolled);
  border-bottom-color: rgba(47, 95, 208, 0.08);
}

/* ========== Navbar layout: LEFT = Logo, RIGHT = Menu (RTL) ========== */
.navbar-mt4a .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* RIGHT side: menu block (order 1 in RTL = right); LEFT side: logo (order 2) */
@media (min-width: 992px) {
  .navbar-mt4a .navbar-collapse {
    order: 1;
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: row;
    direction: rtl;
    justify-content: flex-start;
    align-items: center;
    /* מרווח אחיד בין רשימת הקישורים לכפתור ה-CTA (לא «חור» גדול) */
    gap: var(--space-3);
  }

  .navbar-mt4a .navbar-nav {
    direction: rtl;
    margin-inline-end: 0;
    margin-inline-start: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.125rem;
  }

  .navbar-mt4a .navbar-toggler {
    order: 2;
  }

  .navbar-mt4a .navbar-brand {
    order: 2;
    text-align: end;
    display: flex;
    align-items: center;
    align-self: center;
  }
}

.navbar-brand {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--primary) !important;
  letter-spacing: -0.02em;
}

.navbar-brand .navbar-logo {
  height: 64px;
  width: auto;
  display: block;
  object-fit: contain;
}

.nav-link {
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--text-muted) !important;
  /* יישור אנכי אחיד מול הלוגו וה-CTA */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.5rem;
  padding: 0.375rem 0.7rem !important;
  line-height: 1.2;
  letter-spacing: 0.02em;
  transition: color var(--transition), background var(--transition);
  border-radius: var(--radius-sm);
  position: relative;
  border-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.nav-link:hover {
  color: var(--primary) !important;
  background: rgba(47, 95, 208, 0.04);
}

.nav-link:focus-visible {
  outline: 2px solid rgba(47, 95, 208, 0.45);
  outline-offset: 2px;
}

/* דף פעיל: לא «כפתור שני» – רק צבע + קו תחתון פנימי בלי הזזת layout */
.nav-link.active {
  color: var(--primary) !important;
  font-weight: 600;
  background: rgba(47, 95, 208, 0.05);
}

.nav-link.active::after {
  content: '';
  position: absolute;
  right: 0.45rem;
  left: 0.45rem;
  bottom: 0.2rem;
  height: 2px;
  background: var(--primary);
  border-radius: var(--radius-pill);
  pointer-events: none;
}

.navbar-nav .nav-item {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  align-items: center;
}

/* Buttons: primary חזק, secondary שקט יותר */
.btn-cta {
  background: var(--cta-bg);
  color: #fff !important;
  font-weight: 700;
  font-size: 1.02rem;
  letter-spacing: 0.02em;
  padding: var(--btn-padding-y-lg) var(--btn-padding-x-lg);
  min-height: var(--btn-min-height);
  border-radius: var(--radius-btn);
  border: none;
  transition:
    background var(--transition),
    transform var(--transition),
    box-shadow var(--transition),
    filter var(--transition);
  box-shadow: var(--shadow-btn-primary);
}

/* CTA בנאבבר: גובה תואם לשורת הקישורים, מרווח מהרשימה דרך gap של .navbar-collapse */
.navbar-mt4a .navbar-collapse .btn-cta {
  margin-inline-start: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-inline: 1.1rem;
  min-height: 2.5rem;
  font-size: var(--font-small);
  align-self: center;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.btn-cta:hover {
  background: var(--primary-hover);
  color: #fff !important;
  transform: translateY(var(--lift-btn-hover));
  box-shadow: var(--shadow-btn-primary-hover);
  filter: brightness(1.03);
}

.btn-cta:active {
  transform: translateY(0);
  filter: brightness(0.98);
}

.btn-outline-primary {
  border: 1.5px solid var(--primary);
  color: var(--primary);
  font-weight: 600;
  font-size: var(--font-body);
  padding: var(--btn-padding-y) var(--btn-padding-x);
  min-height: var(--btn-min-height);
  border-radius: var(--radius-btn);
  background: var(--card-bg);
  transition: background var(--transition), color var(--transition), transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.btn-outline-primary:hover {
  background: var(--accent);
  color: var(--primary-dark);
  border-color: var(--primary-hover);
  transform: translateY(var(--lift-btn-hover));
  box-shadow: var(--shadow-btn-outline-hover);
}

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

.btn-cta.btn-lg {
  padding: var(--btn-padding-y-lg) calc(var(--btn-padding-x-lg) * 1.08);
  font-size: 1.06rem;
  min-height: 3.25rem;
}

/* Hero דף הבית — אותה שפת עיצוב כמו page-hero (דיפ דו־טון + פס תחתון) */
.hero-section {
  min-height: 85vh;
  display: flex;
  align-items: center;
  padding-top: var(--navbar-height);
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--card-bg);
  background-image:
    linear-gradient(168deg, var(--card-bg) 0%, #f2f5fb 45%, var(--background-alt) 100%),
    radial-gradient(var(--hero-grid-dot) 1px, transparent 1px);
  background-size: auto, var(--hero-grid-size);
  box-shadow: inset 0 1px 0 rgba(47, 95, 208, 0.07);
}

.hero-section > .container {
  position: relative;
  z-index: 2;
}

.hero-section::before {
  content: '';
  position: absolute;
  inset: -8%;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 88% 70% at 76% 14%, rgba(47, 95, 208, 0.12) 0%, transparent 52%),
    radial-gradient(ellipse 60% 50% at 14% 86%, rgba(47, 95, 208, 0.08) 0%, transparent 55%),
    conic-gradient(from 195deg at 92% 22%, transparent 0deg, rgba(47, 95, 208, 0.06) 48deg, transparent 96deg);
  animation: heroDecorDrift 30s ease-in-out infinite alternate;
}

/* פס זוהר תחתון + נשימה קלה (שונה מסקשנים) */
.hero-section::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--hero-edge-glow);
  pointer-events: none;
  z-index: 1;
  animation: heroEdgePulse 7s ease-in-out infinite alternate;
}

.hero-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 1rem;
}

.hero-title {
  font-size: clamp(1.75rem, 4vw, 42px);
  font-weight: 700;
  color: var(--heading);
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.hero-lead {
  font-size: var(--subtitle-size);
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 28em;
  margin-bottom: 2rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.hero-actions .btn {
  border-radius: var(--radius-btn);
}

.hero-content {
  position: relative;
  z-index: 1;
  animation: fadeInUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

/* Hero Slider - סליידר מותאם, מעבר fade, אינדיקטורים במקום קבוע */
.hero-carousel {
  position: relative;
  min-height: 320px;
  padding-bottom: 52px;
}

.hero-carousel-inner {
  position: relative;
  overflow: hidden;
  min-height: 340px;
}

.hero-section .hero-slide {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 1.1s cubic-bezier(0.33, 0.1, 0.2, 1);
  pointer-events: none;
  will-change: opacity;
}

.hero-section .hero-slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.hero-section .hero-slide .hero-label {
  margin-bottom: 1rem;
}

.hero-section .hero-slide .hero-title {
  margin-bottom: 1rem;
}

.hero-section .hero-slide .hero-lead {
  margin-bottom: 0;
  color: var(--text-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.1rem);
  line-height: 1.7;
  max-width: 28em;
}

.hero-carousel .hero-actions {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.hero-indicators {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.6rem;
  list-style: none;
}

.hero-indicators button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background: rgba(47, 95, 208, 0.25);
  cursor: pointer;
  transition: background var(--transition), opacity var(--transition), transform var(--transition), box-shadow var(--transition);
  flex-shrink: 0;
}

.hero-indicators button.active {
  background: var(--primary);
  opacity: 1;
  width: 28px;
  border-radius: 6px;
  transform: scale(1);
  box-shadow: 0 0 0 2px rgba(47, 95, 208, 0.22);
}

.hero-indicators button:hover:not(.active) {
  opacity: 1;
  background: var(--primary-light);
}


.hero-illustration {
  position: relative;
  z-index: 1;
  animation: fadeIn 1.1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
  opacity: 0;
}

.hero-image-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15), 0 8px 24px rgba(15, 23, 42, 0.08);
  border: 1px solid var(--border-card);
  position: relative;
  transition: box-shadow 0.4s var(--tech-ease), border-color 0.4s var(--tech-ease);
  background: linear-gradient(160deg, rgba(47, 95, 208, 0.06) 0%, rgba(248, 250, 252, 0.95) 40%, rgba(241, 245, 249, 0.98) 100%);
}

.hero-image-wrap:hover {
  box-shadow: 0 28px 72px rgba(0, 0, 0, 0.18), 0 12px 32px rgba(47, 95, 208, 0.12);
  border-color: rgba(47, 95, 208, 0.25);
}

.hero-image-wrap .hero-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  min-height: 280px;
  object-fit: cover;
  object-position: center;
}

.hero-visual-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(125deg, rgba(47, 95, 208, 0.14) 0%, transparent 42%),
    linear-gradient(to bottom, transparent 55%, rgba(15, 23, 42, 0.06) 100%);
}

.about-image-wrap img {
  object-fit: cover;
  min-height: 280px;
}

.hero-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.04;
  animation: float 12s ease-in-out infinite;
}

.hero-shape-1 { width: 40px; height: 40px; background: var(--primary); top: 18%; right: 18%; animation-delay: 0s; }
.hero-shape-2 { width: 60px; height: 60px; background: var(--primary-light); bottom: 30%; left: 12%; animation-delay: 4s; }
.hero-shape-3 { width: 28px; height: 28px; background: var(--primary); top: 52%; right: 30%; animation-delay: 8s; opacity: 0.06; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  to { opacity: 1; }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

@keyframes shimmer {
  0% { transform: translateX(-100%) skewX(-12deg); opacity: 0.4; }
  100% { transform: translateX(200%) skewX(-12deg); opacity: 0; }
}

@keyframes iconPulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.05); opacity: 0.9; }
}

@keyframes lineExpand {
  from { transform: scaleX(0); opacity: 0.6; }
  to { transform: scaleX(1); opacity: 0.9; }
}

@keyframes trustLabelIn {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }
  to {
    opacity: 0.95;
    transform: translateY(0);
  }
}

@keyframes trustLineExpand {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 60px;
    opacity: 0.6;
  }
}

/* Subtle SaaS-style background motion (Stripe / Notion–like, non-distracting) */
@keyframes saasFloatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}

@keyframes saasFloatDrift {
  0%, 100% { transform: translate(0, 0) rotate(-12deg); }
  50% { transform: translate(10px, -12px) rotate(-9deg); }
}

/* תנועת שכבת «אור» בהירו — עדינה, לא ריבוע מסתובב */
/* Hero — אור «טבעות» + תזוזה רכה (שונה מסקשנים) */
@keyframes heroDecorDrift {
  0% {
    opacity: 0.92;
    transform: scale(1) translate(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1.06) translate(-1.8%, 1.2%);
  }
}

@keyframes heroEdgePulse {
  0%, 100% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.58;
  }
}

/* סקשנים — נשימה עדינה בשכבת העיגולים ובפינה (מעל ה־blob drift) */
@keyframes sectionDecorGlowPulse {
  0%, 100% {
    opacity: 0.78;
  }
  50% {
    opacity: 1;
  }
}

@keyframes heroVisualGlow {
  0%, 100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    opacity: 0.9;
    transform: translate(-50%, -50%) scale(1.04);
  }
}

/* רקע סקשן: עיגולים גדולים + תזוזה עדינה */
@keyframes saasSectionBlobDrift {
  0%, 100% { transform: scale(1) translate(0, 0); opacity: 1; }
  40% { transform: scale(1.05) translate(-1.2%, 0.9%); opacity: 0.94; }
  70% { transform: scale(0.99) translate(0.8%, -0.6%); opacity: 1; }
}

/* צורה קטנה בפינה – סיבוב ותזוזה קלה */
@keyframes saasSectionCorner {
  0%, 100% { transform: rotate(14deg) translate(0, 0); }
  50% { transform: rotate(11deg) translate(-6px, 5px); }
}

@keyframes saasSectionCornerAlt {
  0%, 100% { transform: rotate(-12deg) translate(0, 0); }
  50% { transform: rotate(-9deg) translate(5px, -4px); }
}

@keyframes saasTrustBgDrift {
  0%, 100% { background-position: 0% 0%, 0% 0%, 0% 0%, 0 0; }
  50% { background-position: 3% -2%, -2% 2%, 1% -2%, 0 0; }
}

/* Section: padding 80px top/bottom, soft waves between */
.section-padding {
  padding: var(--section-padding) 0;
  position: relative;
  overflow: hidden;
}

/*
 * דקור רקע אחיד לסקשנים: אותה שכבת «עיגולים» + פינה מעוגלת קטנה,
 * עם נשימה עדינה (שונה מ־hero — שם טבעות/conic ופס תחתון מנופש).
 */
.section-padding::before,
.process-why-section::before,
.about-stats-section::before,
.process-explanation-section::before,
.services-qa-section::before,
.solutions-target-section::before,
.process-timeline-section::before,
.technologies-section::before,
.solutions-grid-section::before,
.services-section::before,
.about-who-section::before,
.about-expertise-section::before,
.customers-page-section::before,
.customers-list-section::before,
.about-build-section::before,
.about-approach-section::before,
.integrations-section::before,
.why-choose-section::before,
.services-support-section::before,
.about-partner-section::before,
.contact-page-section::before,
.saas-legal-surface::before {
  content: '';
  position: absolute;
  inset: -14%;
  z-index: 0;
  pointer-events: none;
  background: var(--section-decor-blob);
  animation: saasSectionBlobDrift 44s ease-in-out infinite;
}

.section-padding::after,
.process-why-section::after,
.about-stats-section::after,
.process-explanation-section::after,
.services-qa-section::after,
.solutions-target-section::after,
.process-timeline-section::after,
.technologies-section::after,
.solutions-grid-section::after,
.services-section::after,
.about-who-section::after,
.about-expertise-section::after,
.customers-page-section::after,
.customers-list-section::after,
.about-build-section::after,
.about-approach-section::after,
.integrations-section::after,
.why-choose-section::after,
.services-support-section::after,
.about-partner-section::after,
.contact-page-section::after,
.saas-legal-surface::after {
  content: '';
  position: absolute;
  width: 54px;
  height: 54px;
  top: max(6%, 1.25rem);
  right: max(1.25rem, 3vw);
  border-radius: 15px;
  border: 1px solid rgba(47, 95, 208, 0.15);
  background: rgba(47, 95, 208, 0.06);
  box-shadow: var(--shadow-section-corner);
  transform: rotate(14deg);
  pointer-events: none;
  z-index: 0;
  animation:
    saasSectionCorner 19s ease-in-out infinite,
    sectionDecorGlowPulse 14s ease-in-out infinite alternate-reverse;
}

/* Trust Section */
.trust-section {
  padding: var(--section-padding) 0;
  position: relative;
  overflow: hidden;
  background-color: var(--saas-mist);
  background-image:
    radial-gradient(circle 76px at 90% 10%, rgba(47, 95, 208, 0.065) 0%, transparent 72%),
    radial-gradient(circle at 76% 24%, rgba(47, 95, 208, 0.05) 0%, transparent 44%),
    radial-gradient(circle at 8% 82%, rgba(15, 23, 42, 0.038) 0%, transparent 46%),
    repeating-linear-gradient(
      -12deg,
      transparent,
      transparent 36px,
      rgba(15, 23, 42, 0.024) 36px,
      rgba(15, 23, 42, 0.024) 37px
    );
  background-size: auto, auto, auto, auto;
  animation: saasTrustBgDrift 40s ease-in-out infinite;
}

.trust-section > .container {
  position: relative;
  z-index: 1;
}

.trust-section::after {
  content: '';
  position: absolute;
  width: min(38vw, 300px);
  height: min(38vw, 300px);
  border-radius: 50%;
  background: rgba(47, 95, 208, 0.045);
  top: -6%;
  left: -5%;
  pointer-events: none;
  z-index: 0;
  animation: saasFloatY 22s ease-in-out infinite;
}

.trust-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--border);
  opacity: 0;
  transition: none;
  z-index: 2;
}

.trust-section.trust-visible::before {
  animation: trustLineExpand 0.5s var(--tech-ease) forwards;
}

.trust-section.trust-visible .trust-label {
  animation: trustLabelIn 0.6s var(--tech-ease) forwards;
}

.trust-label {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 2.5rem;
  opacity: 0;
  transform: translateY(-14px);
}

/* Stat cards: מספר דומיננטי, אייקון ורקע עדין */
.stat-card {
  text-align: center;
  padding: calc(var(--card-padding) + 0.25rem) var(--card-padding);
  border-radius: var(--radius-card);
  background:
    linear-gradient(165deg, rgba(47, 95, 208, 0.06) 0%, transparent 42%),
    var(--card-bg);
  border: 1px solid var(--border-card);
  box-shadow: var(--shadow-card-rest);
  transition: opacity 0.5s ease, transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.stat-card.animate-in {
  opacity: 1;
  transform: translateY(0);
}

.trust-section .row > *:nth-child(1) .stat-card { transition-delay: 0s; }
.trust-section .row > *:nth-child(2) .stat-card { transition-delay: 0.08s; }
.trust-section .row > *:nth-child(3) .stat-card { transition-delay: 0.16s; }
.trust-section .row > *:nth-child(4) .stat-card { transition-delay: 0.24s; }

.stat-card:hover {
  transform: translateY(var(--lift-card-hover));
  box-shadow: var(--shadow-card-emphasis);
  border-color: var(--border-card-hover);
}

.stat-card.animate-in .stat-icon {
  animation: iconPulse 2.5s ease-in-out infinite;
}

.trust-section .row > *:nth-child(1) .stat-icon { animation-delay: 0s; }
.trust-section .row > *:nth-child(2) .stat-icon { animation-delay: 0.4s; }
.trust-section .row > *:nth-child(3) .stat-icon { animation-delay: 0.8s; }
.trust-section .row > *:nth-child(4) .stat-icon { animation-delay: 1.2s; }

.stat-number {
  font-size: clamp(1.85rem, 3.2vw, 2.45rem);
  font-weight: 800;
  color: var(--primary);
  display: block;
  margin-bottom: var(--space-3);
  margin-top: var(--space-1);
  letter-spacing: -0.03em;
  line-height: 1.05;
}

/* קטן יותר כשהמספר קצר — גובה שורה מאוזן מול שאר הכרטיסים */
.stat-card .stat-number--sm {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.stat-label {
  font-size: var(--font-small);
  color: var(--text-secondary);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: var(--lh-subtitle);
  max-width: 16ch;
  margin-left: auto;
  margin-right: auto;
}

/* Icon container: 64px, rounded, light background */
.stat-icon {
  width: var(--icon-container-size);
  height: var(--icon-container-size);
  margin: 0 auto var(--space-4);
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 1.65rem;
  transition: transform var(--transition), background var(--transition), box-shadow var(--transition);
  box-shadow: var(--shadow-xs);
}

.trust-section .stat-icon {
  border-radius: var(--radius-icon-squircle);
  box-shadow: var(--shadow-icon-container);
}

.stat-card:hover .stat-icon {
  transform: scale(1.06) translateY(-2px);
  background: var(--accent-strong);
  box-shadow: var(--shadow-glow);
}

.stat-icon i,
.card-icon i {
  font-size: inherit;
  line-height: 1;
}

/* Cards – design system tokens */
.card-mt4a {
  border: 1px solid var(--border-card);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card-rest);
  background: var(--card-bg);
  transition: box-shadow var(--transition), transform var(--transition), border-color var(--transition);
  height: 100%;
  overflow: hidden;
}

.card-mt4a:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(var(--lift-card-hover));
  border-color: var(--border-card-hover);
}

/* Contact / minimal cards: ללא מסגרת – צל מדורג */
.card-mt4a.border-0 {
  border: none;
  box-shadow: var(--shadow-card-deep);
}

.card-mt4a.border-0:hover {
  box-shadow: var(--shadow-hover);
}

.card-mt4a .card-body {
  padding: var(--card-padding);
  text-align: center;
}

.card-mt4a .card-title {
  color: var(--heading) !important;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
  line-height: var(--lh-title);
  margin-top: 0;
  margin-bottom: var(--space-3);
}

.card-mt4a .card-text,
.card-mt4a .card-body > p {
  margin-bottom: 0;
  color: var(--text-secondary);
  font-size: var(--font-small);
  line-height: var(--lh-relaxed);
}

.card-icon {
  width: var(--icon-container-size);
  height: var(--icon-container-size);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.55rem;
  margin-bottom: var(--space-5);
  background: var(--accent);
  color: var(--primary);
  transition: transform var(--transition), background var(--transition), box-shadow var(--transition);
  box-shadow: var(--shadow-xs);
}

.card-mt4a:hover .card-icon,
.problem-card:hover .card-icon {
  transform: scale(1.07) translateY(-3px);
  background: var(--accent-strong);
  box-shadow: var(--shadow-glow);
}

/* Problems section – כרטיסים באותו קו: לבן, מסגרת כחולה, אייקון כחול */
#problems .section-label {
  color: var(--primary);
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  margin-bottom: 0.5rem;
}

#problems .section-title {
  color: var(--heading);
  font-size: clamp(1.5rem, 2.5vw, 2.1rem);
  margin-bottom: var(--space-8);
}

.problem-card {
  border-radius: var(--radius-card);
  padding: var(--card-padding);
  background: var(--card-bg);
  height: 100%;
  text-align: center;
  border: 1px solid var(--border-card);
  box-shadow: var(--shadow-card-rest);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.problem-card:hover {
  transform: translateY(var(--lift-card-hover));
  box-shadow: var(--shadow-hover);
  border-color: var(--border-card-hover);
}

.problem-card .card-icon {
  background: var(--accent);
  color: var(--primary);
  margin-bottom: var(--space-5);
  width: var(--icon-container-size);
  height: var(--icon-container-size);
  font-size: 1.55rem;
  box-shadow: var(--shadow-xs);
}

.problem-card h5,
.problem-card .card-title {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
  line-height: var(--lh-title);
  color: var(--heading);
  margin-bottom: var(--space-3);
}

.problem-card p,
.problem-card .card-text {
  font-size: var(--font-small);
  line-height: var(--lh-relaxed);
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Stagger: problem-cards fade in one after the other */
#problems .row > *:nth-child(1) .problem-card { transition-delay: 0s; }
#problems .row > *:nth-child(2) .problem-card { transition-delay: 0.05s; }
#problems .row > *:nth-child(3) .problem-card { transition-delay: 0.1s; }
#problems .row > *:nth-child(4) .problem-card { transition-delay: 0.15s; }
#problems .row > *:nth-child(5) .problem-card { transition-delay: 0.2s; }
#problems .row > *:nth-child(6) .problem-card { transition-delay: 0.25s; }

/* Approach – בלוקים בסגנון כרטיס: רקע לבן, מסגרת כחולה עדינה */
#approach .section-title {
  color: var(--heading);
  margin-bottom: 2.5rem;
}

.approach-block {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: var(--card-padding);
  margin-bottom: 1rem;
  background: var(--bg-pure);
  border-radius: 20px;
  border: 1px solid var(--border-card);
  box-shadow: var(--shadow-card);
  transition: box-shadow var(--transition), transform var(--transition), border-color var(--transition);
}

.approach-block:last-child {
  margin-bottom: 0;
}

.approach-block:hover {
  box-shadow: var(--shadow-hover);
  transform: translateY(-5px);
  border-color: var(--border-card-hover);
}

.approach-block h5 {
  color: var(--heading);
  font-weight: 700;
  margin-bottom: 0.35rem;
  letter-spacing: -0.015em;
}

.approach-block .text-muted {
  color: var(--text-muted) !important;
  font-size: 0.9rem;
  line-height: 1.5;
}

.approach-num {
  width: 42px;
  height: 42px;
  min-width: 42px;
  background: var(--primary);
  color: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: 0 6px 16px rgba(47, 95, 208, 0.28);
}

/* Timeline – קו עדין, נקודות נקיות (סריקה מהירה) */
.timeline-mt4a {
  position: relative;
  padding: var(--space-7) 0;
}

.timeline-mt4a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  width: 1px;
  background: rgba(47, 95, 208, 0.14);
  border-radius: var(--radius-pill);
  opacity: 1;
}

.timeline-item {
  position: relative;
  padding-right: 3.5rem;
  padding-bottom: var(--space-7);
}

.timeline-item:last-child {
  padding-bottom: 0;
}

.timeline-dot {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 15px;
  height: 15px;
  background: var(--card-bg);
  border: 3px solid var(--primary);
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(47, 95, 208, 0.12);
}

.timeline-title {
  font-weight: 800;
  color: var(--heading);
  margin-bottom: var(--space-2);
  letter-spacing: -0.02em;
  font-size: 1.05rem;
}

.timeline-desc {
  color: var(--text-secondary);
  font-size: var(--font-small);
  line-height: var(--lh-relaxed);
}

/* Process page: Why section, horizontal timeline, step cards */
.process-why-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.process-why-wrap {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  text-align: right;
  max-width: 44em;
  margin: 0 auto;
}

.process-why-icon {
  width: 4rem;
  height: 4rem;
  border-radius: var(--radius-md);
  background: var(--accent-strong);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  flex-shrink: 0;
  box-shadow: var(--shadow-xs);
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}

.process-why-wrap:hover .process-why-icon {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.process-why-wrap .lead {
  margin-bottom: 0.75rem;
}

.process-why-wrap p {
  margin-bottom: 0;
  line-height: 1.7;
}

.process-timeline-section {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  position: relative;
  overflow: hidden;
}

.process-timeline-section > .container {
  position: relative;
  z-index: 1;
}

.process-timeline-section .section-title {
  margin-bottom: 0.75rem;
}

.process-timeline-subtitle {
  max-width: 50ch;
  margin: 0 auto var(--section-header-gap-subtitle);
  color: var(--text-secondary);
  font-size: 1.0625rem;
  line-height: var(--lh-relaxed);
}

/* Process section: premium stacked cards (no timeline line) */
.process-timeline-grid.process-stepper {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--gap-card-grid);
  max-width: 900px;
  margin: 0 auto;
}

.process-step-card {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: var(--space-5);
  border-radius: var(--radius-card);
  background: var(--card-bg);
  border: 1px solid var(--border-card);
  box-shadow: var(--shadow-card-rest);
  padding: var(--space-7) var(--space-6);
  overflow: hidden;
  text-align: right;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), background var(--transition);
}

.process-step-card:hover {
  transform: translateY(var(--lift-card-hover));
  box-shadow: var(--shadow-hover);
  border-color: var(--border-card-hover);
}

.process-step-card .step-accent {
  position: absolute;
  top: 0.85rem;
  bottom: 0.85rem;
  right: 0.65rem;
  width: 5px;
  border-radius: 999px;
  background: rgba(47, 95, 208, 0.78);
  box-shadow: 0 0 0 1px rgba(47, 95, 208, 0.08);
}

.process-step-card::before {
  position: absolute;
  top: 0.35rem;
  left: 0.75rem;
  font-size: clamp(3.2rem, 5vw, 4.25rem);
  font-weight: 800;
  color: rgba(47, 95, 208, 0.11);
  line-height: 1;
  pointer-events: none;
  letter-spacing: -0.04em;
}

.process-step-card[data-step="01"]::before { content: "01"; }
.process-step-card[data-step="02"]::before { content: "02"; }
.process-step-card[data-step="03"]::before { content: "03"; }
.process-step-card[data-step="04"]::before { content: "04"; }
.process-step-card[data-step="05"]::before { content: "05"; }
.process-step-card[data-step="06"]::before { content: "06"; }
.process-step-card[data-step="07"]::before { content: "07"; }

.process-step-card .step-icon {
  width: 66px;
  height: 66px;
  border-radius: var(--radius-icon-squircle);
  background: var(--accent-strong);
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  margin-bottom: 0;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(47, 95, 208, 0.14), var(--shadow-xs);
  transition: transform var(--transition), background var(--transition), box-shadow var(--transition);
}

.process-step-card:hover .step-icon {
  transform: translateY(-3px);
  background: rgba(47, 95, 208, 0.18);
  box-shadow: inset 0 0 0 1px rgba(47, 95, 208, 0.2), var(--shadow-sm);
}

.process-step-card .step-title {
  font-weight: 800;
  font-size: 1.28rem;
  color: var(--heading);
  margin-bottom: var(--space-4);
  line-height: var(--lh-title);
  letter-spacing: -0.025em;
}

.process-step-card .step-content {
  flex: 1;
  min-width: 0;
  max-width: none;
  text-align: start;
}

.process-step-card .step-desc {
  font-size: 1.02rem;
  color: var(--text-secondary);
  line-height: var(--lh-relaxed);
  margin-bottom: 0;
  max-width: 68ch;
}

/* Subtle premium variation */
.process-step-card:nth-child(even) {
  background: #fcfdff;
}

.process-step-card:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: calc(var(--gap-card-grid) / -2 - 2px);
  right: 2.25rem;
  width: 1px;
  height: 12px;
  background: rgba(47, 95, 208, 0.1);
  border-radius: var(--radius-pill);
}

.process-explanation-section {
  padding-top: var(--space-9);
  padding-bottom: var(--space-9);
  position: relative;
  overflow: hidden;
}

.process-explanation-section .section-title {
  margin-bottom: var(--space-6);
}

.process-explanation-card {
  border-radius: var(--radius-card);
  background: var(--card-bg);
  box-shadow: var(--shadow-card-rest);
  padding: var(--space-7) var(--space-7);
  max-width: 44em;
  margin: 0 auto;
  text-align: right;
}

.process-explanation-card p {
  margin-bottom: var(--space-4);
  line-height: var(--lh-relaxed);
}

.process-explanation-card p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .process-why-wrap {
    flex-direction: column;
  }
}

/* CTA: solid primary */
.cta-section {
  position: relative;
  background: var(--cta-bg);
  color: #fff;
  padding: var(--section-padding) var(--space-8);
  border-radius: var(--radius-lg);
  text-align: center;
  margin: 0;
  box-shadow: var(--shadow-hover);
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    radial-gradient(circle 180px at 12% 22%, rgba(255, 255, 255, 0.06) 0%, transparent 72%),
    radial-gradient(circle 220px at 88% 78%, rgba(255, 255, 255, 0.045) 0%, transparent 70%),
    linear-gradient(125deg, transparent 46%, rgba(255, 255, 255, 0.035) 50%, transparent 54%);
}

.cta-section .h3,
.cta-section p,
.cta-section .btn {
  position: relative;
  z-index: 1;
}

.cta-section .btn-cta {
  background: #fff;
  color: var(--primary) !important;
}

.cta-section .btn-cta:hover {
  background: var(--background-alt);
  color: var(--primary) !important;
  filter: none;
  transform: translateY(var(--lift-btn-hover));
}

/* About page: SaaS-style sections, stat cards, feature cards, values, dark CTA */
.about-hero .page-hero__visual {
  justify-content: flex-start;
}

.about-who-wrap {
  display: flex;
  gap: 1.5rem;
  align-items: flex-start;
  text-align: right;
}

.about-who-icon {
  width: 4rem;
  height: 4rem;
  border-radius: var(--radius-md);
  background: var(--accent-strong);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  flex-shrink: 0;
  box-shadow: var(--shadow-xs);
  transition: transform var(--transition), box-shadow var(--transition);
}

.about-who-wrap:hover .about-who-icon {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.about-who-text {
  max-width: 42em;
}

.about-who-text p {
  margin-bottom: var(--space-4);
  line-height: var(--lh-relaxed);
}

.about-who-text p:last-child {
  margin-bottom: 0;
}

/* אודות: תחומי התמחות */
.about-expertise-section .container {
  position: relative;
  z-index: 1;
}

.about-expertise-section .section-title {
  margin-bottom: var(--space-4);
}

.about-expertise-section .expertise-areas-lead {
  max-width: 40em;
  margin-bottom: var(--space-8);
  color: var(--text-secondary);
  line-height: var(--lh-relaxed);
  font-size: 1.0625rem;
}

.about-expertise-section .expertise-areas-list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 48rem;
}

.about-expertise-section .expertise-areas-list li {
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
  padding: var(--space-4) var(--space-5);
  margin-bottom: var(--space-3);
  background: var(--card-bg);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-xs);
  font-weight: 600;
  color: var(--heading);
  line-height: var(--lh-relaxed);
  text-align: right;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.about-expertise-section .expertise-areas-list li:hover {
  border-color: rgba(47, 95, 208, 0.22);
  box-shadow: var(--shadow-sm);
}

.about-expertise-section .expertise-areas-list li:last-child {
  margin-bottom: 0;
}

.about-expertise-section .expertise-areas-list .bi {
  color: var(--primary);
  font-size: 1.2rem;
  margin-top: 0.12em;
  flex-shrink: 0;
}

/* אודות: קישור ללקוחות (אתר חיצוני) */
.about-customers-section .container {
  position: relative;
  z-index: 1;
}

.about-customers-section .section-title {
  margin-bottom: var(--space-4);
}

.about-customers-section .about-customers-lead {
  max-width: 36em;
  margin-bottom: var(--space-5);
  line-height: var(--lh-relaxed);
  font-size: 1.0625rem;
  text-align: center;
}

/* דף הבית: קישור ללקוחות מתחת לבלוק אמון */
.trust-customers-link {
  position: relative;
  z-index: 1;
}

.trust-customers-anchor {
  font-weight: 600;
  color: var(--primary);
  text-decoration: none;
  border-bottom: 1px solid rgba(47, 95, 208, 0.35);
  transition: color var(--transition), border-color var(--transition);
}

.trust-customers-anchor:hover {
  color: var(--primary-dark);
  border-bottom-color: var(--primary);
}

/* דף לקוחות */
.customers-page-section .container,
.customers-list-section .container {
  position: relative;
  z-index: 1;
}

.customers-intro-block {
  max-width: 44rem;
}

.customers-intro-block .section-title {
  margin-bottom: var(--space-5);
}

.customers-intro-text {
  font-size: 1.0625rem;
  line-height: var(--lh-relaxed);
  text-align: center;
}

.customers-list-sub {
  max-width: 36em;
}

.customer-name-card {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  height: 100%;
  padding: var(--space-5) var(--space-4);
  background: var(--card-bg);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card-rest);
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}

.customer-name-card--logo {
  flex-direction: column;
  align-items: stretch;
  text-align: center;
  padding-top: var(--space-6);
  padding-bottom: var(--space-5);
}

.customer-name-card:hover {
  border-color: rgba(47, 95, 208, 0.22);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px);
}

.customer-logo-wrap {
  width: 100%;
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--space-2) var(--space-3);
  margin-bottom: var(--space-4);
  background: #fff;
  border-radius: var(--radius-md);
  border: none;
}

.customer-logo-wrap img {
  display: block;
  max-width: 100%;
  max-height: 96px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.customer-name-card--logo .customer-name-text {
  text-align: center;
  margin-top: auto;
  font-size: 0.92rem;
  font-weight: 600;
}

.customer-name-text {
  font-weight: 600;
  color: var(--heading);
  line-height: 1.45;
  font-size: 0.98rem;
  text-align: right;
}

.about-stats-section {
  padding-top: var(--space-9);
  padding-bottom: var(--space-9);
}

.about-stat-card {
  border-radius: var(--radius-card);
  background: var(--card-bg);
  border: 1px solid var(--border-card);
  box-shadow: var(--shadow-card-rest);
  padding: var(--space-6) var(--space-6);
  height: 100%;
  text-align: center;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.about-stat-card:hover {
  transform: translateY(var(--lift-card-hover));
  box-shadow: var(--shadow-card-emphasis);
  border-color: var(--border-card-hover);
}

.about-stat-card .stat-number {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.about-stat-card .stat-label {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.4;
  margin-bottom: 0;
  text-align: center;
}

.about-feature-card {
  border-radius: var(--radius-card);
  background: var(--card-bg);
  border: 1px solid var(--border-card);
  box-shadow: var(--shadow-card-rest);
  padding: calc(var(--card-padding) + 0.15rem) var(--card-padding);
  height: 100%;
  text-align: center;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.about-feature-card:hover {
  transform: translateY(var(--lift-card-hover));
  box-shadow: var(--shadow-card-emphasis);
  border-color: var(--border-card-hover);
}

.about-feature-card .feature-icon {
  width: var(--icon-container-size);
  height: var(--icon-container-size);
  margin: 0 auto var(--space-5);
  border-radius: 50%;
  background: var(--accent);
  box-shadow: var(--shadow-xs);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}

.about-feature-card .feature-title {
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--heading);
  margin-bottom: var(--space-3);
  letter-spacing: -0.02em;
  line-height: var(--lh-title);
}

.about-feature-card .feature-desc {
  font-size: var(--font-small);
  color: var(--text-secondary);
  line-height: var(--lh-subtitle);
  margin-bottom: 0;
}

.about-approach-section .section-title {
  margin-bottom: 2rem;
}

.about-values-section .about-values-title {
  margin-bottom: 0.65rem;
}

.about-values-subtitle {
  max-width: 46rem;
  margin: 0 auto var(--gap-section-content);
  color: var(--text-secondary);
  font-size: 1.0625rem;
  line-height: var(--lh-relaxed);
  text-align: center;
}

.about-values-grid {
  --bs-gutter-y: 1.35rem;
}

.about-value-card {
  position: relative;
  border-radius: var(--radius-card);
  background: var(--card-bg);
  border: 1px solid var(--border-card);
  box-shadow: var(--shadow-card);
  padding: 1.65rem 1.4rem 1.5rem;
  height: 100%;
  text-align: center;
  overflow: hidden;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), background var(--transition);
}

.about-value-card .value-accent {
  position: absolute;
  top: 0;
  right: 50%;
  transform: translateX(50%);
  width: 48px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: rgba(47, 95, 208, 0.75);
}

.about-value-card:hover {
  transform: translateY(var(--lift-card-hover));
  box-shadow: var(--shadow-2xl);
  border-color: var(--border-card-hover);
  background: #fbfcff;
}

/* Beat scroll-reveal .animate-in transform !important so hover lift still works */
.about-value-card.animate-in:hover {
  transform: translateY(var(--lift-card-hover)) !important;
  box-shadow: var(--shadow-2xl) !important;
}

.about-value-card .value-icon {
  width: 58px;
  height: 58px;
  margin: 0.35rem auto 1.05rem;
  border-radius: 16px;
  background: rgba(47, 95, 208, 0.1);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  box-shadow: inset 0 0 0 1px rgba(47, 95, 208, 0.12), 0 6px 14px rgba(47, 95, 208, 0.12);
  transition: transform var(--transition), background var(--transition), box-shadow var(--transition);
}

.about-value-card:hover .value-icon {
  transform: scale(1.06);
  background: rgba(47, 95, 208, 0.15);
  box-shadow: inset 0 0 0 1px rgba(47, 95, 208, 0.16), 0 10px 20px rgba(47, 95, 208, 0.18);
}

.about-value-card .value-name {
  font-weight: 800;
  font-size: 1.12rem;
  color: var(--heading);
  margin-bottom: 0.5rem;
  letter-spacing: -0.015em;
  line-height: 1.35;
}

.about-value-card .value-desc {
  font-size: var(--font-small);
  color: var(--text-secondary);
  line-height: var(--lh-body);
  margin-bottom: 0;
  max-width: 32ch;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .about-values-grid .col:nth-child(3n + 2) .about-value-card {
    margin-top: 0.65rem;
  }
  .about-values-grid .col:nth-child(3n) .about-value-card {
    margin-top: 1.15rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .about-values-grid .col:nth-child(even) .about-value-card {
    margin-top: 0.55rem;
  }
}

.about-partner-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.about-partner-section .partner-text {
  max-width: 36em;
  margin: 0 auto;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--text-muted);
}

.about-cta-dark {
  background: #1a2744;
  color: #fff;
  padding: 3.5rem 2rem;
  border-radius: 20px;
  text-align: center;
  margin: 0;
}

.about-cta-dark .cta-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.about-cta-dark .cta-sub {
  opacity: 0.9;
  margin-bottom: 1.5rem;
}

.about-cta-dark .btn-cta {
  background: #fff;
  color: var(--primary) !important;
}

.about-cta-dark .btn-cta:hover {
  background: var(--bg-soft);
  color: var(--primary) !important;
  transform: translateY(-2px);
}

@media (max-width: 767.98px) {
  .about-who-wrap {
    flex-direction: column;
  }
  .about-who-icon {
    margin-right: 0;
  }
}

/* Section dividers – subtle line between sections */
.section-divider {
  height: 1px;
  margin: 0;
  border: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(47, 95, 208, 0.12) 15%,
    rgba(47, 95, 208, 0.18) 50%,
    rgba(47, 95, 208, 0.12) 85%,
    transparent 100%
  );
  opacity: 0.85;
}

/* Footer: modern SaaS, deep blue solid, 4 columns, premium spacing */
.footer-mt4a {
  background: var(--footer-bg);
  color: rgba(255,255,255,0.9);
  padding: 4.5rem 0 0;
  margin-top: 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  position: relative;
  overflow: hidden;
}

.footer-mt4a::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 120% 80% at 50% 0%, rgba(255, 255, 255, 0.06) 0%, transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, transparent 32%);
}

.footer-mt4a .container {
  position: relative;
  z-index: 1;
}

.footer-mt4a .footer-main {
  padding-bottom: 3.5rem;
  align-items: flex-start;
}

.footer-mt4a .footer-brand {
  max-width: 20em;
}

.footer-mt4a .footer-brand-logo {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  text-decoration: none;
  transition: opacity var(--transition);
}

.footer-mt4a .footer-brand-logo:hover {
  color: #fff;
  opacity: 0.9;
}

.footer-mt4a .footer-brand-logo img {
  height: 36px;
  width: auto;
  display: block;
  object-fit: contain;
}

.footer-mt4a .footer-brand-desc {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
  margin-bottom: 0;
}

.footer-mt4a h5,
.footer-mt4a .footer-heading {
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.03em;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.footer-mt4a p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
  margin-bottom: 0;
}

.footer-mt4a ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-mt4a ul li {
  margin-bottom: 0.85rem;
}

.footer-mt4a ul li:last-child {
  margin-bottom: 0;
}

.footer-mt4a a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  transition: color var(--transition);
  font-size: 0.95rem;
  line-height: 1.5;
}

.footer-mt4a a:hover {
  color: #fff;
}

.footer-mt4a .footer-link {
  display: inline-block;
  padding: 0.1em 0;
  position: relative;
}

.footer-mt4a .footer-link:hover::after {
  width: 100%;
}

.footer-mt4a .footer-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: rgba(255,255,255,0.6);
  transition: width var(--transition);
}

.footer-mt4a .footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-mt4a .footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.footer-mt4a .footer-contact li:last-child {
  margin-bottom: 0;
}

.footer-mt4a .footer-contact .bi {
  color: rgba(255,255,255,0.7);
  font-size: 1.1rem;
  margin-top: 0.15em;
  flex-shrink: 0;
}

.footer-mt4a .footer-contact a {
  color: rgba(255,255,255,0.82);
}

.footer-mt4a .footer-contact span {
  color: rgba(255,255,255,0.82);
  font-size: 0.95rem;
  line-height: 1.5;
}

/* Bottom legal row: divider, muted text, RTL layout */
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 1.75rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.02em;
  direction: rtl;
}

.footer-bottom-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 1.25rem;
}

.footer-bottom-links a {
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color var(--transition);
}

.footer-bottom-links a:hover {
  color: rgba(255,255,255,0.85);
}

.footer-bottom-links .footer-cookie-settings {
  color: rgba(255,255,255,0.55);
}

.footer-bottom-links .footer-cookie-settings:hover {
  color: rgba(255,255,255,0.85);
}

.footer-bottom .footer-copyright {
  color: rgba(255,255,255,0.5);
  font-size: 0.8rem;
}

@media (max-width: 991.98px) {
  .footer-mt4a {
    padding: 3.5rem 0 0;
  }
  .footer-mt4a .footer-main {
    padding-bottom: 2.5rem;
  }
  .footer-mt4a .footer-brand {
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  .footer-mt4a .footer-main .col-12 + .col-12 {
    margin-top: 0.5rem;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    padding: 1.25rem 0;
  }
  .footer-bottom-links {
    order: 1;
  }
  .footer-bottom .footer-copyright {
    order: 2;
  }
}

/* Page hero: שכבת רקע כמו דף הבית — דיפ־טון, רשת נקודות, סרט אור, פס תחתון */
.page-hero {
  padding: calc(var(--navbar-height) + var(--section-padding) * 0.5) 0 var(--section-padding);
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--card-bg);
  background-image:
    linear-gradient(168deg, var(--card-bg) 0%, #f2f5fb 45%, var(--background-alt) 100%),
    radial-gradient(var(--hero-grid-dot) 1px, transparent 1px);
  background-size: auto, var(--hero-grid-size);
  box-shadow: inset 0 1px 0 rgba(47, 95, 208, 0.07);
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: -8%;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 88% 70% at 76% 14%, rgba(47, 95, 208, 0.11) 0%, transparent 52%),
    radial-gradient(ellipse 60% 50% at 14% 86%, rgba(47, 95, 208, 0.075) 0%, transparent 55%),
    conic-gradient(from 195deg at 92% 22%, transparent 0deg, rgba(47, 95, 208, 0.055) 48deg, transparent 96deg);
  animation: heroDecorDrift 32s ease-in-out infinite alternate;
}

.page-hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--hero-edge-glow);
  pointer-events: none;
  z-index: 1;
  animation: heroEdgePulse 7s ease-in-out infinite alternate;
}

.page-hero .container {
  position: relative;
  z-index: 2;
}

.page-hero .row {
  align-items: center;
}

/* Right column: title + subtitle (RTL: first in DOM) */
.page-hero__text {
  text-align: right;
}

.page-hero .display-4 {
  font-size: var(--font-hero);
  font-weight: 700;
  line-height: var(--lh-hero);
  margin-bottom: var(--space-3);
}

.page-hero .lead {
  font-size: var(--font-subtitle);
  line-height: var(--lh-subtitle);
  color: var(--text-secondary);
  margin-bottom: 0;
}

/* Left column: illustration (RTL: second in DOM) */
.page-hero__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.page-hero .page-hero__visual::before {
  content: '';
  position: absolute;
  width: min(78%, 380px);
  aspect-ratio: 1;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: radial-gradient(
    circle,
    rgba(47, 95, 208, 0.12) 0%,
    rgba(47, 95, 208, 0.04) 45%,
    transparent 70%
  );
  border: none;
  animation: heroVisualGlow 12s ease-in-out infinite;
  pointer-events: none;
}

.page-hero__visual img,
.page-hero__visual svg {
  max-width: 420px;
  width: 100%;
  height: auto;
  animation: pageHeroFloat 6s ease-in-out infinite;
}

@keyframes pageHeroFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* Mobile: text first, illustration below */
@media (max-width: 991.98px) {
  .page-hero__visual {
    margin-top: var(--space-7);
  }
  .page-hero__visual img,
  .page-hero__visual svg {
    max-width: 320px;
  }
}

/* Form */
#contactForm .form-label,
.contact-form-wrap .form-label {
  text-align: right;
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: var(--font-small);
  color: var(--text-primary);
  margin-bottom: var(--space-2);
  letter-spacing: 0.01em;
}

/* אייקונים בתוך שדות טופס צור קשר – כחול עדין, קטן (לפי מוקאפ) */
.input-with-icon {
  position: relative;
}

.input-with-icon .form-control {
  padding-right: 2.75rem;
}

.input-with-icon .input-icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: rgba(47, 95, 208, 0.5);
  font-size: var(--icon-input-size);
  pointer-events: none;
}

.input-with-icon.textarea-wrap .input-icon {
  top: 1.25rem;
  transform: none;
}

.input-with-icon.textarea-wrap .form-control {
  padding-right: 2.75rem;
}

.form-control, .form-select {
  border-radius: var(--form-control-radius);
  border: 1px solid var(--border-subtle);
  padding: 0.9rem 1.15rem;
  min-height: 3.125rem;
  font-size: var(--font-body);
  line-height: var(--lh-subtitle);
  transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
  background: var(--card-bg);
  color: var(--text-primary);
}

.form-control::placeholder,
.form-select::placeholder {
  color: var(--text-secondary);
  opacity: 0.85;
}

.form-control:hover,
.form-select:hover {
  border-color: rgba(47, 95, 208, 0.22);
}

.form-control:focus,
.form-select:focus {
  border-color: rgba(47, 95, 208, 0.5);
  box-shadow: var(--form-focus-ring);
  outline: none;
  background: var(--card-bg);
}

textarea.form-control {
  min-height: 148px;
  padding-top: 0.95rem;
}

.input-with-icon .form-control:focus {
  box-shadow: var(--form-focus-ring);
}

/* כרטיסי טופס צור קשר */
#contactForm .card-mt4a .h4,
#contactForm .card-mt4a h2 {
  color: var(--heading);
  font-weight: 800;
  letter-spacing: -0.02em;
}

#contact-info .h5 {
  font-weight: 800;
  letter-spacing: -0.015em;
}

/* Solutions grid: same card style */
.solution-card {
  border-radius: var(--radius-card);
  padding: var(--card-padding);
  background: var(--card-bg);
  border: 1px solid var(--border-card);
  box-shadow: var(--shadow-card-rest);
  height: 100%;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  text-align: center;
}

.solution-card .card-title,
.solution-card h5 {
  color: var(--heading);
  font-weight: 700;
  letter-spacing: -0.018em;
}

.solution-card:hover {
  box-shadow: var(--shadow-card-emphasis);
  transform: translateY(var(--lift-card-hover));
  border-color: var(--border-card-hover);
}

/* Solutions page: solutions grid section, target organizations */
.solutions-grid-section .section-title {
  margin-bottom: var(--space-7);
  font-size: clamp(1.8rem, 3.2vw, 2.35rem);
  font-weight: 800;
}

.solutions-intro {
  max-width: 40em;
  margin: 0 auto var(--space-7);
  text-align: center;
  color: var(--text-secondary);
  line-height: var(--lh-body);
  font-size: 1.0625rem;
}

/* מבחר מוצרים – עמוד פתרונות */
.products-catalog-section .container {
  position: relative;
  z-index: 1;
}

.products-catalog-section .section-title {
  margin-bottom: var(--section-header-gap-title);
}

/* רשימת מוצרים — רוחב מצומצם וממורכז */
.products-catalog-list {
  width: 70%;
  max-width: 100%;
  margin-inline: auto;
}

.product-catalog-card {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-4);
  padding: var(--space-6) var(--space-5);
  background: var(--card-bg);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card-rest);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.product-catalog-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(47, 95, 208, 0.22);
}

.product-catalog-icon {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: var(--radius-md);
  background: var(--accent);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 0;
  flex-shrink: 0;
  box-shadow: var(--shadow-xs);
}

.product-catalog-title {
  font-size: 1.0625rem;
  font-weight: 700;
  color: var(--heading);
  margin: 0;
  line-height: 1.4;
  letter-spacing: -0.02em;
  flex: 1;
  min-width: 0;
  text-align: start;
}

.product-catalog-quote {
  color: var(--primary);
}

.product-catalog-card--more {
  border-style: dashed;
  border-color: rgba(47, 95, 208, 0.28);
}

.product-catalog-more {
  line-height: var(--lh-relaxed);
}

.product-catalog-card--more .product-catalog-more {
  flex-basis: 100%;
  width: 100%;
  margin-top: var(--space-3);
}

.solution-card .solution-icon {
  width: var(--icon-container-size);
  height: var(--icon-container-size);
  margin: 0 auto var(--space-5);
  border-radius: 50%;
  background: var(--accent);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  box-shadow: var(--shadow-xs);
}

.solution-card:hover .solution-icon {
  background: var(--accent-strong);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.solutions-target-section {
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
  border-top: 1px solid rgba(47, 95, 208, 0.08);
  border-bottom: 1px solid rgba(47, 95, 208, 0.08);
  position: relative;
  overflow: hidden;
}

.solutions-target-section .section-title {
  margin-bottom: var(--space-4);
}

.solutions-target-section .section-subtitle {
  margin-bottom: var(--space-7);
  text-align: center;
  color: var(--text-muted);
  max-width: 36em;
  margin-right: auto;
  margin-left: auto;
}

.solutions-target-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-4);
  list-style: none;
  padding: 0;
  margin: 0;
}

.solutions-target-list li {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-5);
  background: var(--bg-pure);
  border-radius: var(--radius-btn);
  border: 1px solid rgba(47, 95, 208, 0.1);
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.07);
  font-weight: 500;
  color: var(--text);
  transition: transform var(--transition), box-shadow var(--transition);
}

.solutions-target-list li:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}

.solutions-target-list li i {
  color: var(--primary);
}

.page-hero-solutions .section-label {
  color: var(--primary);
  font-weight: 700;
  letter-spacing: 0.08em;
}

/* ירו פתרונות — יורש את .page-hero; רק הדגשות טיפוגרפיה וכפתור */
.page-hero-solutions .page-hero__visual {
  position: relative;
}

.page-hero-solutions .display-4 {
  font-size: clamp(2rem, 4.3vw, 2.9rem);
  font-weight: 800;
  line-height: 1.23;
  letter-spacing: -0.015em;
  color: #132447;
}

.hero-points {
  list-style: none;
  margin: 0 0 1.4rem;
  padding: 0;
}

.hero-points li {
  position: relative;
  padding-right: var(--space-5);
  margin-bottom: var(--space-2);
  color: var(--text-muted);
  font-weight: 500;
  font-size: var(--font-body);
  line-height: var(--lh-subtitle);
}

.hero-points li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0.65em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--primary);
}

.hero-cta-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-3);
}

.page-hero-solutions .btn-cta {
  min-width: 190px;
  padding: 0.95rem 2.1rem;
  font-size: 1.05rem;
  box-shadow: 0 12px 26px rgba(47, 95, 208, 0.26);
}

.page-hero-solutions .btn-cta:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 32px rgba(47, 95, 208, 0.3);
}

.hero-trust-line,
.cta-trust-line {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 500;
}

.why-choose-section {
  position: relative;
  overflow: hidden;
}

.why-card {
  height: 100%;
  border-radius: var(--radius-card);
  border: 1px solid var(--border-card);
  background: var(--card-bg);
  padding: var(--space-6) var(--space-6);
  box-shadow: var(--shadow-card-rest);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.why-card:hover {
  transform: translateY(var(--lift-card-hover));
  box-shadow: var(--shadow-hover);
  border-color: var(--border-card-hover);
}

.why-card h3 {
  font-size: 1.08rem;
  font-weight: 800;
  color: var(--heading);
  margin-bottom: var(--space-3);
  letter-spacing: -0.02em;
}

.why-card p {
  margin: 0;
  color: var(--text-secondary);
  font-size: var(--font-small);
  line-height: var(--lh-body);
}

/* ========== SaaS surfaces: וריאציות רקע (ללא גרדיאנטים דקורטיביים – רק קווים/נקודות שטוחים) ========== */

/* רשת צפופה – טכנולוגיות + גריד פתרונות */
.technologies-section,
.solutions-grid-section,
.customers-list-section {
  position: relative;
  overflow: hidden;
  background-color: var(--saas-surface);
  background-image:
    radial-gradient(circle at 12% 18%, rgba(47, 95, 208, 0.048) 0%, transparent 36%),
    radial-gradient(rgba(15, 23, 42, 0.03) 1px, transparent 1px);
  background-size: auto, 20px 20px;
}

/* רשת רחבה יותר – שירותים ואודות (מי אנחנו) */
.services-section,
.about-who-section {
  position: relative;
  overflow: hidden;
  background-color: var(--saas-surface);
  background-image:
    radial-gradient(circle at 86% 12%, rgba(47, 95, 208, 0.05) 0%, transparent 40%),
    radial-gradient(circle at 4% 76%, rgba(15, 23, 42, 0.034) 0%, transparent 46%),
    radial-gradient(rgba(15, 23, 42, 0.028) 1px, transparent 1px);
  background-size: auto, auto, 30px 30px;
}

/* קצב אופקי – מה בונים + למה תהליך */
.about-build-section,
.process-why-section {
  position: relative;
  overflow: hidden;
  background-color: var(--saas-surface);
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.022) 1px, transparent 1px),
    radial-gradient(circle at 90% 70%, rgba(47, 95, 208, 0.038) 0%, transparent 46%);
  background-size: 100% 42px, auto;
}

/* ערפל – פסים רחבים */
.process-timeline-section,
.about-stats-section,
.about-approach-section,
.customers-page-section {
  position: relative;
  overflow: hidden;
  background-color: var(--saas-mist);
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 24% 36%, rgba(47, 95, 208, 0.04) 0%, transparent 44%);
  background-size: 100% 50px, auto;
}

/* ערפל – פסים צפופים + נקודות – אינטגרציות ו-QA */
.integrations-section,
.services-qa-section {
  position: relative;
  overflow: hidden;
  background-color: var(--saas-mist);
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.024) 1px, transparent 1px),
    radial-gradient(rgba(15, 23, 42, 0.026) 1px, transparent 1px),
    radial-gradient(circle at 78% 22%, rgba(47, 95, 208, 0.036) 0%, transparent 40%);
  background-size: 100% 34px, 32px 32px, auto;
}

/* פס אלכסון רך – תמיכה ושותף */
.services-support-section,
.about-partner-section {
  position: relative;
  overflow: hidden;
  background-color: var(--saas-surface);
  background-image:
    linear-gradient(104deg, transparent 45.5%, rgba(47, 95, 208, 0.03) 50%, transparent 54.5%),
    radial-gradient(ellipse 50% 42% at 20% 60%, rgba(47, 95, 208, 0.032) 0%, transparent 58%);
}

/* אלכסון שונה – הסבר תהליך */
.process-explanation-section {
  position: relative;
  overflow: hidden;
  background-color: var(--saas-surface);
  background-image:
    linear-gradient(128deg, transparent 44%, rgba(47, 95, 208, 0.028) 49%, transparent 54%),
    radial-gradient(ellipse 46% 38% at 88% 28%, rgba(15, 23, 42, 0.032) 0%, transparent 52%);
}

/* למה לבחור – משטח עם «חיתוך» פינתי עדין */
.why-choose-section {
  position: relative;
  overflow: hidden;
  background-color: var(--saas-white);
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.018) 1px, transparent 1px),
    radial-gradient(circle at 8% 12%, rgba(47, 95, 208, 0.042) 0%, transparent 36%),
    radial-gradient(circle at 92% 88%, rgba(47, 95, 208, 0.034) 0%, transparent 40%);
  background-size: 100% 56px, auto, auto;
}

/* לבן – שלושה סגנונות שונים */
#solutions.section-padding {
  position: relative;
  overflow: hidden;
  background-color: var(--saas-white);
  background-image:
    radial-gradient(rgba(15, 23, 42, 0.028) 1px, transparent 1px),
    radial-gradient(circle at 82% 64%, rgba(47, 95, 208, 0.038) 0%, transparent 44%);
  background-size: 18px 18px, auto;
}

#process.section-padding {
  position: relative;
  overflow: hidden;
  background-color: var(--saas-white);
  background-image:
    radial-gradient(rgba(15, 23, 42, 0.032) 1px, transparent 1px),
    radial-gradient(circle at 18% 30%, rgba(47, 95, 208, 0.036) 0%, transparent 42%);
  background-size: 26px 26px, auto;
}

.about-values-section {
  position: relative;
  overflow: hidden;
  background-color: var(--saas-white);
  background-image:
    linear-gradient(90deg, rgba(15, 23, 42, 0.016) 1px, transparent 1px),
    linear-gradient(0deg, rgba(15, 23, 42, 0.016) 1px, transparent 1px),
    radial-gradient(circle at 70% 78%, rgba(47, 95, 208, 0.034) 0%, transparent 48%);
  background-size: 48px 48px, 48px 48px, auto;
}

.solutions-target-section {
  background-color: var(--saas-mist);
  background-image:
    linear-gradient(90deg, rgba(15, 23, 42, 0.022) 1px, transparent 1px),
    radial-gradient(circle at 72% 16%, rgba(47, 95, 208, 0.048) 0%, transparent 38%);
  background-size: 52px 100%, auto;
}

/* CTA עמוד פתרונות – רקע בעוטף (נשמרים סגנונות הכרטיס למטה) */
section.section-padding.section-cta-wrap--solutions {
  position: relative;
  overflow: hidden;
  background-color: var(--saas-surface);
  background-image:
    radial-gradient(circle at 50% -10%, rgba(47, 95, 208, 0.045) 0%, transparent 52%),
    radial-gradient(rgba(15, 23, 42, 0.026) 1px, transparent 1px),
    linear-gradient(rgba(15, 23, 42, 0.018) 1px, transparent 1px);
  background-size: auto, 32px 32px, 100% 40px;
}

/* עוטפי CTA – וריאציה לפי עמוד */
section.section-padding.section-cta-wrap--home {
  background-color: var(--saas-surface);
  background-image:
    radial-gradient(circle at 14% 82%, rgba(47, 95, 208, 0.042) 0%, transparent 42%),
    linear-gradient(rgba(15, 23, 42, 0.02) 1px, transparent 1px);
  background-size: auto, 100% 48px;
}

section.section-padding.section-cta-wrap--process {
  background-color: var(--saas-mist);
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.023) 1px, transparent 1px),
    radial-gradient(circle at 88% 20%, rgba(47, 95, 208, 0.034) 0%, transparent 38%);
  background-size: 100% 38px, auto;
}

section.section-padding.section-cta-wrap--services {
  background-color: var(--saas-white);
  background-image:
    radial-gradient(rgba(15, 23, 42, 0.027) 1px, transparent 1px),
    radial-gradient(circle at 22% 78%, rgba(47, 95, 208, 0.036) 0%, transparent 45%);
  background-size: 24px 24px, auto;
}

section.section-padding.section-cta-wrap--about {
  background-color: var(--saas-mist);
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.021) 1px, transparent 1px),
    radial-gradient(circle at 50% 120%, rgba(47, 95, 208, 0.032) 0%, transparent 48%);
  background-size: 100% 42px, auto;
}

section.section-padding:has(> .container > .cta-section):not([class*='section-cta-wrap--']),
section.section-padding:has(> .container > .about-cta-dark):not([class*='section-cta-wrap--']) {
  position: relative;
  overflow: hidden;
  background-color: var(--saas-surface);
  background-image:
    radial-gradient(circle at 16% 88%, rgba(47, 95, 208, 0.04) 0%, transparent 44%),
    linear-gradient(rgba(15, 23, 42, 0.02) 1px, transparent 1px);
  background-size: auto, 100% 44px;
}

section.section-padding:has(#contactForm) {
  position: relative;
  overflow: hidden;
  background-color: var(--saas-white);
  background-image:
    radial-gradient(rgba(15, 23, 42, 0.028) 1px, transparent 1px),
    radial-gradient(circle at 10% 16%, rgba(47, 95, 208, 0.042) 0%, transparent 42%);
  background-size: 20px 20px, auto;
}

/* דפי מדיניות – משטח נפרד לפי סוג */
section.section-padding.saas-legal-surface {
  position: relative;
  overflow: hidden;
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
}

section.section-padding.saas-legal-surface.legal-surface--privacy {
  background-color: var(--saas-white);
  background-image:
    radial-gradient(rgba(15, 23, 42, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 92% 8%, rgba(47, 95, 208, 0.04) 0%, transparent 35%);
  background-size: 22px 22px, auto;
}

section.section-padding.saas-legal-surface.legal-surface--terms {
  background-color: var(--saas-surface);
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.02) 1px, transparent 1px),
    radial-gradient(circle at 8% 70%, rgba(47, 95, 208, 0.036) 0%, transparent 42%);
  background-size: 100% 46px, auto;
}

section.section-padding.saas-legal-surface.legal-surface--a11y {
  background-color: var(--saas-mist);
  background-image:
    radial-gradient(rgba(15, 23, 42, 0.027) 1px, transparent 1px),
    linear-gradient(96deg, transparent 48%, rgba(47, 95, 208, 0.026) 50%, transparent 52%);
  background-size: 28px 28px, auto;
}

section.section-padding.saas-legal-surface.legal-surface--sitemap {
  background-color: var(--saas-white);
  background-image:
    radial-gradient(circle at 50% 0%, rgba(47, 95, 208, 0.045) 0%, transparent 48%),
    radial-gradient(rgba(15, 23, 42, 0.024) 1px, transparent 1px);
  background-size: auto, 26px 26px;
}

.saas-legal-surface .display-4 {
  color: var(--heading);
  font-weight: 800;
  letter-spacing: -0.02em;
}

.saas-legal-surface .legal-doc .lead,
.saas-legal-surface .legal-doc p,
.saas-legal-surface .legal-doc li {
  font-size: 1.03rem;
  line-height: 1.75;
  color: var(--text);
}

.saas-legal-surface .btn-cta {
  margin-top: 0.25rem;
}

/* Keep content above decorative layers when section is not .section-padding */
.process-why-section > .container,
.process-explanation-section > .container,
.about-stats-section > .container,
.services-qa-section > .container,
.solutions-target-section > .container,
.why-choose-section > .container,
.integrations-section > .container,
section.section-padding[class*='section-cta-wrap--'] > .container,
.technologies-section > .container {
  position: relative;
  z-index: 1;
}

/* Premium card language across pages (tech-logo-card styled separately below) */
.service-card,
.process-step-card,
.about-stat-card,
.about-feature-card,
.process-explanation-card,
.about-cta-dark {
  border: 1px solid var(--border-card);
  border-radius: var(--radius-card);
  box-shadow: var(--shadow-card-rest);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.service-card:hover,
.process-step-card:hover,
.about-stat-card:hover,
.about-feature-card:hover,
.process-explanation-card:hover,
.about-cta-dark:hover {
  transform: translateY(var(--lift-card-hover));
  box-shadow: var(--shadow-hover);
  border-color: var(--border-card-hover);
}

/* Typography hierarchy for inner page sections */
.services-section .section-title,
.services-qa-section .section-title,
.process-timeline-section .section-title,
.process-explanation-section .section-title,
.about-build-section .section-title,
.about-values-section .section-title,
.technologies-section .section-title,
.about-approach-section .section-title,
.about-partner-section .section-title {
  font-size: var(--font-section-emphasis);
  font-weight: 800;
  letter-spacing: -0.012em;
  color: var(--heading);
}

.services-section .section-subtitle,
.services-qa-section .section-subtitle,
.process-explanation-section .section-subtitle,
.about-build-section .section-subtitle,
.about-values-section .section-subtitle,
.about-values-section .about-values-subtitle,
.technologies-section .section-subtitle {
  color: var(--text-secondary);
  font-size: 1.0625rem;
  line-height: var(--lh-subtitle);
}

/* CTA refresh on all pages */
.cta-section {
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.cta-section::after {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  top: -40px;
  left: -26px;
  transform: rotate(18deg);
  pointer-events: none;
  z-index: 0;
}

.cta-section .h3 {
  font-size: clamp(1.6rem, 2.6vw, 2.05rem);
  font-weight: 800;
  letter-spacing: -0.01em;
}

.cta-section p {
  font-size: 1.02rem;
}

.cta-section .btn-cta.btn-lg {
  min-width: 210px;
  padding: 1rem 2.15rem;
  font-size: 1.06rem;
  font-weight: 700;
  box-shadow: var(--shadow-lg);
}

.cta-trust-line-global {
  margin-top: 0.8rem;
  margin-bottom: 0;
  font-size: 0.92rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

/* Services page: grid, QA, post-launch support */
.services-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.services-section .section-title {
  margin-bottom: 2rem;
}

.service-card {
  border-radius: var(--radius-card);
  background: var(--card-bg);
  border: 1px solid var(--border-card);
  box-shadow: var(--shadow-card-rest);
  padding: var(--card-padding);
  height: 100%;
  text-align: center;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.service-card:hover {
  transform: translateY(var(--lift-card-hover));
  box-shadow: var(--shadow-card-emphasis);
  border-color: var(--border-card-hover);
}

.service-card .service-icon {
  width: var(--icon-container-size);
  height: var(--icon-container-size);
  margin: 0 auto var(--space-5);
  border-radius: 50%;
  background: var(--accent);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
  box-shadow: var(--shadow-xs);
}

.service-card:hover .service-icon {
  background: var(--accent-strong);
  transform: scale(1.05) translateY(-3px);
  box-shadow: var(--shadow-sm);
}

.service-card .service-title {
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--heading);
  margin-bottom: var(--space-3);
  letter-spacing: -0.02em;
  line-height: var(--lh-title);
}

.service-card .service-desc {
  font-size: var(--font-small);
  color: var(--text-secondary);
  line-height: var(--lh-subtitle);
  margin-bottom: 0;
}

.services-qa-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.services-qa-section .section-title {
  margin-bottom: 0.5rem;
}

.services-qa-section .section-subtitle {
  margin-bottom: 2rem;
  text-align: center;
}

.services-qa-section .service-card {
  margin-bottom: 0;
}

.services-support-section {
  padding-top: var(--space-9);
  padding-bottom: var(--space-9);
}

.services-support-wrap {
  display: flex;
  gap: var(--space-6);
  align-items: flex-start;
  text-align: right;
  max-width: 44em;
  margin: 0 auto;
}

.services-support-icon {
  width: 4rem;
  height: 4rem;
  border-radius: var(--radius-md);
  background: var(--accent-strong);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  flex-shrink: 0;
  box-shadow: var(--shadow-xs);
  transition: transform var(--transition), box-shadow var(--transition);
}

.services-support-wrap:hover .services-support-icon {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.services-support-wrap p {
  margin-bottom: 0;
  line-height: 1.7;
}

@media (max-width: 767.98px) {
  .services-support-wrap {
    flex-direction: column;
  }
}

/* Integrations section: title hierarchy, value block, rich cards */
.integrations-section {
  border-top: 1px solid rgba(47, 95, 208, 0.08);
  position: relative;
  overflow: hidden;
}

.integrations-header {
  margin-bottom: var(--space-7);
}

.integrations-section .section-title {
  margin-bottom: 0.75rem;
  font-weight: 700;
  color: var(--text);
}

.integrations-section .section-subtitle {
  margin-bottom: 0;
  max-width: 42em;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.integrations-value {
  width: 100%;
  margin-bottom: var(--space-8);
  text-align: right;
}

.integrations-value .lead {
  margin-bottom: var(--space-4);
}

.integrations-value ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.integrations-value ul li {
  position: relative;
  padding-right: var(--space-6);
  margin-bottom: var(--space-2);
}

.integrations-value ul li::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  background: var(--primary);
  border-radius: 50%;
}

.integrations-cards {
  margin-top: 3rem;
  position: relative;
}

/* Subtle connector line between cards (desktop) – suggests integration flow */
@media (min-width: 992px) {
  .integrations-cards::before {
    content: '';
    position: absolute;
    top: calc(var(--icon-container-size) / 2 + 1.25rem);
    right: 8%;
    left: 8%;
    height: 0;
    border-top: 1px dashed rgba(47, 95, 208, 0.18);
    pointer-events: none;
    z-index: 0;
  }
  .integrations-cards .col {
    position: relative;
    z-index: 1;
  }
}

.integration-card {
  border-radius: var(--radius-card);
  background: var(--card-bg);
  border: 1px solid var(--border-card);
  box-shadow: var(--shadow-card-rest);
  padding: var(--card-padding);
  height: 100%;
  text-align: center;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
  position: relative;
}

.integration-card:hover {
  transform: translateY(var(--lift-card-hover));
  box-shadow: var(--shadow-card-emphasis);
  border-color: var(--border-card-hover);
}

.integration-card .integration-icon {
  width: var(--icon-container-size);
  height: var(--icon-container-size);
  margin: 0 auto var(--space-5);
  border-radius: 50%;
  background: var(--accent);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: background var(--transition), color var(--transition), transform var(--transition), box-shadow var(--transition);
  box-shadow: var(--shadow-xs);
}

.integration-card:hover .integration-icon {
  background: var(--accent-strong);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

/* Solutions CTA refresh: more presence without gradients */
.section-cta-wrap--solutions .cta-section {
  border: 1px solid rgba(255, 255, 255, 0.16);
  position: relative;
}

.section-cta-wrap--solutions .cta-section::after {
  content: '';
  position: absolute;
  width: 170px;
  height: 170px;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  top: -40px;
  left: -26px;
  transform: rotate(18deg);
  pointer-events: none;
  z-index: 0;
}

.section-cta-wrap--solutions .cta-section .h3 {
  font-size: clamp(1.6rem, 2.7vw, 2.15rem);
  font-weight: 800;
  letter-spacing: -0.01em;
}

.section-cta-wrap--solutions .cta-section p {
  font-size: 1.03rem;
}

.section-cta-wrap--solutions .cta-section .btn-cta.btn-lg {
  min-width: 220px;
  padding: 1rem 2.25rem;
  font-size: 1.08rem;
  font-weight: 700;
  box-shadow: var(--shadow-lg);
}

/* Slightly stronger visual rhythm between sections */
.solutions-grid-section,
.products-catalog-section,
.solutions-target-section,
.why-choose-section,
.integrations-section {
  position: relative;
}

@keyframes softDrift {
  0%, 100% { transform: translateY(0) rotate(12deg); }
  50% { transform: translateY(-10px) rotate(15deg); }
}

/* Respect reduced motion preferences */
@media (prefers-reduced-motion: reduce) {
  .trust-section,
  .process-timeline-section {
    animation: none !important;
  }

  .page-hero__visual img,
  .page-hero__visual svg,
  .page-hero .page-hero__visual::before,
  .solution-card,
  .product-catalog-card,
  .integration-card,
  .why-card,
  .solutions-target-list li,
  .about-expertise-section .expertise-areas-list li,
  .customer-name-card,
  .page-hero-solutions .btn-cta,
  .cta-section .btn-cta.btn-lg,
  .hero-section::before,
  .hero-section::after,
  .trust-section::after,
  .page-hero::before,
  .page-hero::after,
  .process-timeline-section::before,
  .process-timeline-section::after,
  .section-padding::before,
  .section-padding::after,
  .process-why-section::before,
  .process-why-section::after,
  .about-stats-section::before,
  .about-stats-section::after,
  .process-explanation-section::before,
  .process-explanation-section::after,
  .services-qa-section::before,
  .services-qa-section::after,
  .solutions-target-section::before,
  .solutions-target-section::after,
  .technologies-section::before,
  .technologies-section::after,
  .solutions-grid-section::before,
  .solutions-grid-section::after,
  .services-section::before,
  .services-section::after,
  .about-who-section::before,
  .about-who-section::after,
  .about-expertise-section::before,
  .about-expertise-section::after,
  .customers-page-section::before,
  .customers-page-section::after,
  .customers-list-section::before,
  .customers-list-section::after,
  .about-build-section::before,
  .about-build-section::after,
  .about-approach-section::before,
  .about-approach-section::after,
  .integrations-section::before,
  .integrations-section::after,
  .why-choose-section::before,
  .why-choose-section::after,
  .services-support-section::before,
  .services-support-section::after,
  .about-partner-section::before,
  .about-partner-section::after,
  .contact-page-section::before,
  .contact-page-section::after,
  .saas-legal-surface::before,
  .saas-legal-surface::after {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

.integration-card .integration-title {
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--heading);
  margin-bottom: var(--space-3);
  letter-spacing: -0.02em;
  line-height: var(--lh-title);
}

.integration-card .integration-desc {
  font-size: var(--font-small);
  color: var(--text-secondary);
  line-height: var(--lh-relaxed);
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .integrations-cards {
    margin-top: 2rem;
  }
}

@media (max-width: 575.98px) {
  .integrations-value {
    text-align: right;
  }
}

/* Tech icons: 64px container, rounded, light background */
.tech-icon {
  width: var(--icon-container-size);
  height: var(--icon-container-size);
  margin: 0 auto 1rem;
  background: rgba(47, 95, 208, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: var(--primary);
  font-size: 1.5rem;
  transition: all var(--transition);
}

.tech-card:hover .tech-icon {
  background: rgba(47, 95, 208, 0.14);
  color: var(--primary);
  transform: scale(1.03);
}

/* Technologies page: tech stack logo grid + 8 groups, SaaS style */
.technologies-section {
  padding-top: 3rem;
  padding-bottom: 4.5rem;
}

.technologies-section .section-title {
  margin-bottom: 0.5rem;
}

.technologies-section .section-subtitle {
  margin-bottom: 3rem;
  max-width: 44em;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/* Tech stack logo grid: 8 / 4 / 2 columns, logo cards */
.tech-stack-group {
  margin-bottom: 2.5rem;
}

.tech-stack-group:last-child {
  margin-bottom: 0;
}

.tech-stack-group-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 1rem;
  padding-bottom: 0.35rem;
  border-bottom: 2px solid rgba(47, 95, 208, 0.2);
  display: inline-block;
}

.tech-stack-ai-section {
  margin-bottom: 2rem;
}

.tech-stack-ai-section .tech-stack-group {
  margin-bottom: 1.5rem;
}

.tech-stack-ai-main-title {
  font-size: 1.25rem;
  margin-bottom: 1.25rem;
}

.tech-stack-subgroup-title {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.75rem;
  opacity: 0.9;
}

.tech-logo-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
}

@media (max-width: 1199.98px) {
  .tech-logo-grid {
    grid-template-columns: repeat(6, 1fr);
    gap: 1.35rem;
  }
}

@media (max-width: 991.98px) {
  .tech-logo-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}

@media (max-width: 575.98px) {
  .tech-logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}

.tech-logo-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 1.25rem 0.75rem;
  background: var(--card-bg);
  border: 1px solid var(--border-card);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.tech-logo-card:hover {
  transform: translateY(var(--lift-card-hover));
  box-shadow: var(--shadow-card);
  border-color: var(--border-card-hover);
}

.tech-logo-card .tech-logo-img-wrap {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.75rem;
  transition: transform var(--transition);
}

.tech-logo-card:hover .tech-logo-img-wrap {
  transform: scale(1.12);
}

.tech-logo-card .tech-logo-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(0.85);
  opacity: 0.9;
  transition: filter var(--transition), opacity var(--transition);
}

.tech-logo-card:hover .tech-logo-img-wrap img {
  filter: grayscale(0.4);
  opacity: 1;
}

.tech-logo-card .tech-logo-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--accent-strong);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 0.75rem;
  transition: transform var(--transition), background var(--transition);
}

.tech-logo-card:hover .tech-logo-icon {
  transform: scale(1.12);
  background: rgba(47, 95, 208, 0.18);
}

.tech-logo-card .tech-logo-name {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text);
  text-align: center;
  line-height: 1.3;
  margin-bottom: 0;
}

/* Divider before existing capability groups */
.tech-stack-divider {
  margin-top: 3rem;
  margin-bottom: 2.5rem;
  border-top: 1px solid var(--border);
}

.tech-group {
  margin-bottom: 3.5rem;
}

.tech-group:last-child {
  margin-bottom: 0;
}

.tech-group-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.tech-group-header .tech-group-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  background: rgba(47, 95, 208, 0.1);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}

.tech-group-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--text);
  margin: 0;
}

.tech-group-desc {
  font-size: 0.95rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 1.5rem;
  max-width: 36em;
}

.tech-capability-card {
  border-radius: var(--radius);
  background: var(--card-bg);
  box-shadow: var(--shadow-card-rest);
  padding: calc(var(--card-padding) + 0.15rem) var(--card-padding);
  height: 100%;
  text-align: center;
  transition: transform var(--transition), box-shadow var(--transition);
}

.tech-capability-card:hover {
  transform: translateY(var(--lift-card-hover));
  box-shadow: var(--shadow-card-emphasis);
}

.tech-capability-card .capability-icon {
  width: var(--icon-container-size);
  height: var(--icon-container-size);
  margin: 0 auto var(--space-5);
  border-radius: 50%;
  background: var(--accent);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: background var(--transition), color var(--transition), transform var(--transition), box-shadow var(--transition);
  box-shadow: var(--shadow-xs);
}

.tech-capability-card:hover .capability-icon {
  background: var(--accent-strong);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.tech-capability-card .capability-title {
  font-weight: 700;
  font-size: 1.0625rem;
  color: var(--heading);
  margin-bottom: 0;
  letter-spacing: -0.015em;
}

.tech-capability-card .capability-desc {
  font-size: var(--font-small);
  color: var(--text-secondary);
  line-height: var(--lh-relaxed);
  margin-top: 0.35rem;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .tech-group {
    margin-bottom: 3rem;
  }
}

/* Values */
.value-item {
  text-align: center;
  padding: 1.75rem 1rem;
}

.value-item .display-6 {
  color: var(--primary);
  font-weight: 600;
  letter-spacing: 0.01em;
}

/* Utilities */
.section-padding > .container {
  position: relative;
  z-index: 1;
}

.bg-soft {
  background: var(--bg-soft);
}

/* Responsive: Tablet 2 columns (Bootstrap col-md-6), Mobile 1 column (col-12) */
@media (max-width: 991.98px) {
  /* Navbar row: logo left, toggler right on mobile/tablet */
  .navbar-mt4a .container {
    justify-content: space-between;
  }
  .navbar-mt4a .navbar-toggler {
    order: 1;
  }
  .navbar-mt4a .navbar-brand {
    order: 2;
    text-align: end;
  }
  .navbar-mt4a .navbar-collapse {
    order: 3;
    flex-basis: 100%;
    width: 100%;
  }

  /* Expanded menu: full width, RTL, aligned right */
  .navbar-mt4a .navbar-collapse.show,
  .navbar-mt4a .navbar-collapse.collapsing {
    display: flex;
    flex-direction: column;
    direction: rtl;
    align-items: stretch;
    text-align: right;
    gap: 0.75rem;
  }
  .navbar-mt4a .navbar-collapse .navbar-nav {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    margin: 0;
    gap: 0;
  }
  .navbar-mt4a .navbar-collapse .nav-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 2.75rem;
    padding: 0.6rem 0.75rem;
    text-align: right;
    border-radius: var(--radius-sm);
  }

  /* בתפריט נפתח: פס בצד קריאה (RTL) במקום קו תחתון */
  .navbar-mt4a .navbar-collapse .nav-link.active::after {
    display: none;
  }

  .navbar-mt4a .navbar-collapse .nav-link.active {
    background: rgba(47, 95, 208, 0.06);
    border-inline-start: 3px solid var(--primary);
  }

  .navbar-mt4a .navbar-collapse .btn-cta {
    margin-inline-start: 0;
    margin-top: 0.25rem;
    text-align: center;
    justify-content: center;
    min-height: 2.75rem;
  }

  .navbar-collapse {
    background: var(--bg-pure);
    padding: 1rem;
    border-radius: var(--radius-sm);
    border: 1px solid var(--border);
    margin-top: 0.5rem;
    box-shadow: var(--shadow);
  }

  .hero-section {
    min-height: auto;
    padding-top: calc(var(--navbar-height) + 2rem);
  }

  .hero-illustration {
    margin-top: 2rem;
  }

  .timeline-mt4a::before {
    right: 14px;
  }

  .timeline-dot {
    right: 5px;
    width: 18px;
    height: 18px;
  }

  .timeline-item {
    padding-right: 3rem;
  }

  .section-title::after {
    margin-right: 0;
  }
}

@media (max-width: 575.98px) {
  /* Smaller logo on small phones for balanced navbar */
  .navbar-brand .navbar-logo {
    height: 48px;
  }

  .section-padding,
  .trust-section {
    padding: 3.5rem 0;
  }

  .card-mt4a .card-body {
    padding: var(--space-6);
  }

  .problem-card {
    padding: var(--space-6);
  }

  .stat-card {
    padding: var(--space-5) var(--space-2);
  }
}

/* —— Legal & system pages —— אותה מערכת hero, טקסט ממורכז */
.page-hero--legal {
  padding: calc(var(--navbar-height) + 2.75rem) 0 3rem;
  text-align: center;
}

.page-hero--legal .container {
  position: relative;
  z-index: 2;
}

.page-hero--legal .page-title {
  font-size: clamp(1.85rem, 4vw, 2.35rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--heading);
  margin-bottom: 0.75rem;
}

.page-hero--legal .page-subtitle {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 36rem;
  margin: 0 auto;
  line-height: 1.65;
}

.legal-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1.25rem;
}

.legal-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--primary);
  background: rgba(47, 95, 208, 0.08);
  border: 1px solid rgba(47, 95, 208, 0.18);
  border-radius: 999px;
}

.legal-badge i,
.legal-badge svg {
  width: 0.95rem;
  height: 0.95rem;
  flex-shrink: 0;
}

.legal-doc {
  max-width: var(--prose-max);
  margin: 0 auto;
  padding: var(--space-9) var(--space-8) var(--space-10);
  background: var(--card-bg);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card-deep);
}

.legal-doc .legal-doc-lead {
  font-size: 1.0625rem;
  line-height: var(--lh-relaxed);
  color: var(--text-primary);
  margin-bottom: var(--space-7);
  padding-bottom: var(--space-6);
  border-bottom: 1px solid var(--border-subtle);
}

.legal-doc h2 {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--heading);
  margin: 2rem 0 0.75rem;
  letter-spacing: -0.02em;
}

.legal-doc h2:first-of-type {
  margin-top: 0;
}

.legal-doc p,
.legal-doc li {
  font-size: var(--font-small);
  line-height: var(--lh-relaxed);
  color: var(--text-secondary);
}

.legal-doc ul,
.legal-doc ol {
  padding-right: 1.25rem;
  margin-bottom: 1rem;
}

.legal-doc a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-doc a:hover {
  color: var(--primary-hover);
}

.legal-doc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-top: var(--gap-section-content);
  padding-top: var(--space-6);
  border-top: 1px solid var(--border-subtle);
  font-size: var(--font-xs);
  color: var(--text-secondary);
}

.legal-doc-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.legal-doc-meta--top {
  margin-top: 0;
  margin-bottom: var(--space-6);
  padding-top: 0;
  border-top: none;
}

.sitemap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.25rem;
  max-width: 900px;
  margin: 0 auto;
}

.sitemap-card {
  background: var(--card-bg);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-md);
  padding: 1.35rem 1.25rem;
  box-shadow: var(--shadow-card);
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.sitemap-card:hover {
  transform: translateY(var(--lift-card-hover));
  box-shadow: var(--shadow-hover);
  border-color: var(--border-card-hover);
}

.sitemap-card h2 {
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--primary);
  margin: 0 0 0.85rem;
}

.sitemap-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sitemap-card li {
  margin-bottom: 0.5rem;
}

.sitemap-card a {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--heading);
  text-decoration: none;
  transition: color var(--transition);
}

.sitemap-card a:hover {
  color: var(--primary);
}

/* CTA kicker + page-specific CTA tone */
.cta-kicker {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0.65rem;
}

.cta-section--home .cta-kicker {
  color: rgba(255, 255, 255, 0.9);
}

.cta-section--process .cta-kicker {
  color: rgba(255, 255, 255, 0.88);
}

.cta-section--services .cta-kicker {
  color: rgba(255, 255, 255, 0.88);
}

.cta-section--solutions .cta-kicker {
  color: rgba(255, 255, 255, 0.88);
}

.about-cta-dark .cta-kicker {
  color: rgba(255, 255, 255, 0.85);
}

/* ============================================================
   Page layout refresh – rhythm, bands, page-specific blocks
   RTL · uses design tokens · no content changes required
   ============================================================ */

/* ----- Global section bands (alternate surfaces) ----- */
.section-band--surface {
  background-color: var(--background-main);
}

.section-band--white {
  background-color: var(--card-bg);
}

.section-band--mist {
  background-color: var(--background-alt);
}

.section-band--mesh {
  background-color: var(--background-main);
  background-image:
    radial-gradient(circle at 12% 20%, rgba(47, 95, 208, 0.045) 0%, transparent 38%),
    radial-gradient(rgba(15, 23, 42, 0.026) 1px, transparent 1px);
  background-size: auto, 22px 22px;
}

/* שומר על מראה «ערפל» מהדור הקודם אחרי .section-band--mist הגלובלי */
section#problems.section-padding.section-band--mist {
  position: relative;
  overflow: hidden;
  background-color: var(--saas-mist);
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.025) 1px, transparent 1px),
    radial-gradient(circle at 24% 36%, rgba(47, 95, 208, 0.04) 0%, transparent 44%);
  background-size: 100% 50px, auto;
}

/* ----- Home: hero premium (רקע מאוחד מ־.hero-section; כאן טיפוגרפיה בלבד) ----- */
.page-home .hero-title {
  font-size: clamp(2rem, 4.8vw, 3rem);
  font-weight: 800;
  color: var(--heading);
  letter-spacing: -0.03em;
  line-height: 1.15;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9);
}

.page-home .hero-lead,
.page-home .hero-section .hero-slide .hero-lead {
  color: var(--text-secondary);
  font-size: clamp(1.08rem, 1.65vw, 1.2rem);
  max-width: 32em;
}

.page-home .hero-actions .btn-cta.btn-lg {
  box-shadow: var(--shadow-btn-primary);
  padding-inline: 2.35rem;
}

.page-home .trust-section {
  border-block: 1px solid var(--border-subtle);
}

/* Home: למה אנחנו */
.home-why-section {
  position: relative;
  overflow: hidden;
}

.home-why-section .section-lead {
  margin-bottom: var(--space-9);
}

/* Home: אינטגרציות קומפקטיות */
.home-integrations-compact {
  position: relative;
  overflow: hidden;
  border-block: 1px solid var(--border-subtle);
}

.home-integration-compact {
  text-align: center;
  padding: 1.35rem 0.85rem;
  background: var(--card-bg);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-card-rest);
  height: 100%;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.home-integration-compact:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-hover);
  border-color: var(--border-card-hover);
}

.home-integration-compact .home-integration-icon {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.65rem;
  border-radius: var(--radius-md);
  background: var(--accent);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  box-shadow: var(--shadow-xs);
}

.home-integration-compact .home-integration-title {
  font-weight: 800;
  font-size: 0.95rem;
  color: var(--heading);
  margin-bottom: 0.35rem;
  letter-spacing: -0.02em;
}

.home-integration-compact .home-integration-desc {
  font-size: var(--font-xs);
  color: var(--text-secondary);
  line-height: 1.45;
  margin-bottom: 0;
  text-align: center;
}

/* Home CTA – יוקרתי יותר */
.section-cta-wrap--home .cta-section {
  padding-block: calc(var(--section-padding) * 0.92);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow:
    0 24px 56px rgba(15, 23, 42, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.section-cta-wrap--home .cta-section .btn-cta.btn-lg {
  min-width: 240px;
  font-size: 1.1rem;
}

/* ----- About: hero & values ----- */
.page-about .about-hero .display-4 {
  font-size: clamp(2rem, 4.2vw, 2.75rem);
}

.about-values-section {
  background: linear-gradient(180deg, var(--background-alt) 0%, var(--background-main) 42%, var(--card-bg) 100%);
  border-block: 1px solid var(--border-subtle);
}

.values-section-head {
  max-width: 40rem;
  margin: 0 auto var(--space-9);
  text-align: center;
}

.values-pill {
  display: inline-block;
  font-size: var(--font-xs);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--primary);
  background: var(--accent);
  padding: 0.35rem 1rem;
  border-radius: var(--radius-pill);
  margin-bottom: var(--space-4);
}

.about-timeline-shell {
  max-width: 720px;
  margin: 0 auto;
  padding: var(--space-7) var(--space-6);
  background: var(--card-bg);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card-rest);
}

/* ----- Solutions: קהל יעד חזק יותר ----- */
.solutions-target-section .section-subtitle {
  color: var(--text-secondary);
}

.solutions-target-list li {
  border-radius: var(--radius-pill);
  padding: 0.65rem 1.35rem;
  border: 1px solid var(--border-card);
  background: var(--card-bg);
  box-shadow: var(--shadow-xs);
  font-weight: 600;
}

.integrations-section .integrations-header .section-title {
  margin-bottom: var(--space-4);
}

.integrations-value {
  max-width: 44rem;
  margin: 0 auto var(--space-9);
  padding: var(--space-6);
  background: var(--card-bg);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card-rest);
}

/* ----- Services: QA מובחן + תמיכה מודגשת ----- */
.services-qa-section {
  background: var(--background-alt);
  border-block: 1px solid var(--border-subtle);
  padding-top: var(--space-11);
  padding-bottom: var(--space-11);
}

.services-qa-section .section-title {
  position: relative;
}

.services-qa-section .section-title::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background: var(--primary);
  border-radius: var(--radius-pill);
  margin: var(--space-4) auto 0;
}

.services-support-section--featured {
  background: var(--background-main);
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.02) 1px, transparent 1px),
    radial-gradient(circle at 92% 18%, rgba(47, 95, 208, 0.06) 0%, transparent 40%);
  background-size: 100% 44px, auto;
  border-block: 1px solid var(--border-subtle);
}

.services-support-panel {
  max-width: 52rem;
  margin: 0 auto;
  padding: var(--space-9) var(--space-8);
  background: var(--card-bg);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card-deep);
}

.services-support-panel .services-support-wrap {
  max-width: none;
  align-items: center;
}

.services-support-panel .services-support-icon {
  width: 4.5rem;
  height: 4.5rem;
  font-size: 2.1rem;
}

/* ----- Process: מעטפת הסבר ----- */
.process-explanation-card {
  max-width: 48rem;
  border: 1px solid var(--border-card);
}

.process-timeline-shell {
  max-width: 960px;
  margin: 0 auto;
  padding: var(--space-8) var(--space-6);
  background: var(--card-bg);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-card-rest);
}

.process-timeline-shell .process-timeline-grid {
  margin-bottom: 0;
}

/* קבוצות טכנולוגיה: ללא רקע פאנל — אחידות מול רקע הסקשן */
.technologies-section .container > .tech-stack-group {
  margin-bottom: 2.75rem;
}

.technologies-section .container > .tech-stack-group:last-child {
  margin-bottom: 0;
}

.tech-stack-intro {
  max-width: 40rem;
  margin: 0 auto var(--space-9);
}

/* ----- Contact ----- */
.contact-page-section {
  background-color: var(--background-alt);
  border-block: 1px solid var(--border-subtle);
}

.contact-layout .contact-form-card {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

/* הסכמה למדיניות ותנאי שימוש — טופס צור קשר (RTL) */
.contact-legal-consent.form-check {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 0.75rem;
  margin-top: 0.25rem;
  padding: var(--space-4) var(--space-5);
  border-radius: var(--radius-md);
  background: var(--background-alt);
  border: 1px solid var(--border-subtle);
  min-height: 0;
}

/* ביטול מרווח Bootstrap ל-LTR — התיבה מימין לטקסט ב־dir=rtl */
.contact-legal-consent .form-check-input {
  float: none;
  margin: 0.2rem 0 0 0;
  flex-shrink: 0;
}

.contact-legal-consent .form-check-label {
  flex: 1;
  min-width: 0;
  text-align: start;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: var(--text-secondary);
}

.contact-legal-consent .form-check-label a {
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#contactForm[dir="rtl"] .form-control,
#contactForm[dir="rtl"] textarea {
  text-align: start;
}

.contact-layout .contact-form-card .card-body,
.contact-layout .contact-trust-card .card-body {
  padding: var(--space-9) var(--space-8);
}

@media (max-width: 991.98px) {
  .contact-layout .contact-form-card .card-body,
  .contact-layout .contact-trust-card .card-body {
    padding: var(--space-7) var(--space-6);
  }
}

.contact-trust-card .contact-direct-list {
  list-style: none;
  padding: 0;
  margin: 0 0 var(--space-6);
}

.contact-trust-card .contact-direct-list li {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  margin-bottom: var(--space-3);
  font-size: var(--font-small);
  color: var(--text-secondary);
  line-height: 1.5;
}

.contact-trust-card .contact-direct-list li:last-child {
  margin-bottom: 0;
}

.contact-trust-card .contact-direct-list .bi {
  color: var(--primary);
  font-size: 1.1rem;
  margin-top: 0.1rem;
  flex-shrink: 0;
}

.contact-trust-card .contact-direct-list a {
  color: var(--primary);
  font-weight: 600;
  text-decoration: none;
}

.contact-trust-card .contact-direct-list a:hover {
  text-decoration: underline;
}

.contact-trust-card .contact-trust-list {
  list-style: none;
  padding: 0;
  margin: var(--space-6) 0 0;
}

.contact-trust-card .contact-trust-list li {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
  font-size: var(--font-small);
  color: var(--text-secondary);
  line-height: var(--lh-relaxed);
}

.contact-trust-card .contact-trust-list li:last-child {
  margin-bottom: 0;
}

.contact-trust-card .contact-trust-list .trust-check {
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: var(--accent-strong);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  margin-top: 0.15rem;
}

/* ----- Legal: סריקה ----- */
.legal-doc h2 {
  scroll-margin-top: calc(var(--navbar-height) + 1rem);
}

.legal-doc {
  border-radius: var(--radius-lg);
  padding-block: var(--space-6);
}

.legal-doc ul {
  padding-inline-start: 1.25rem;
  margin: 0.75rem 0 1.25rem;
}

.legal-page .page-hero--legal {
  border-bottom: 1px solid var(--border-subtle);
}

.page-contact .page-hero {
  border-bottom: 1px solid var(--border-subtle);
}

/* ----- Sitemap ----- */
.sitemap-page .sitemap-intro {
  max-width: 36rem;
  margin: 0 auto var(--space-8);
  text-align: center;
  color: var(--text-secondary);
  font-size: 1.0625rem;
  line-height: var(--lh-relaxed);
}

.sitemap-tier-label {
  font-size: var(--font-xs);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: var(--space-4);
  padding-bottom: var(--space-2);
  border-bottom: 1px solid var(--border-subtle);
}

.sitemap-card ul li {
  padding: 0.15rem 0;
}

/* ----- Footer premium ----- */
.footer-mt4a {
  padding-top: var(--space-11);
}

.footer-mt4a .footer-heading {
  letter-spacing: 0.06em;
  font-size: 0.8125rem;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 1.35rem;
}

.footer-mt4a .footer-link:hover {
  color: #fff;
  transform: translateX(-3px);
}

html[dir="rtl"] .footer-mt4a .footer-link:hover {
  transform: translateX(3px);
}

.footer-mt4a .footer-link {
  transition: color var(--transition), transform var(--transition);
}

.footer-mt4a .footer-contact a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-bottom-links a {
  padding: 0.2rem 0;
}

.footer-bottom-links a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ============================================================
   UI polish – יישור כותרות, מבואות, עקביות RTL / מרכז
   ============================================================ */

.section-title.text-center::after,
h2.section-title.text-center::after {
  margin-right: auto;
  margin-left: auto;
  transform-origin: center center;
}

.section-subtitle.text-center,
.section-subtitle.mx-auto.text-center {
  margin-inline: auto;
  text-align: center;
  display: block;
}

/* מבואות טקסט — ללא style inline */
.text-prose-narrow {
  max-width: var(--prose-narrow);
  margin-inline: auto;
}

.text-prose-support {
  max-width: var(--prose-support);
  margin-inline: auto;
}

/* Micro-motion: כרטיסים נשימה עדינה (מכבד reduced-motion ב-main) */
@media (prefers-reduced-motion: no-preference) {
  .card-mt4a,
  .problem-card,
  .why-card,
  .solution-card,
  .integration-card,
  .service-card,
  .about-value-card {
    transition:
      transform 0.35s var(--tech-ease),
      box-shadow 0.35s var(--tech-ease),
      border-color 0.35s var(--tech-ease);
  }
}

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

.btn-cta:focus-visible {
  outline-color: #fff;
  outline-offset: 2px;
}

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

