/* ============ שילטומט — Landing Page Styles ============ */
:root {
  --navy: #16181c;
  --navy-deep: #0a0b0d;
  --navy-soft: #2a2d34;
  --orange: #e11d2a;
  --orange-dark: #b8141f;
  --orange-soft: #fdeceb;
  --ink: #1a1c20;
  --ink-soft: #565a62;
  --line: #e6ebf2;
  --bg: #ffffff;
  --bg-tint: #f5f8fc;
  --white: #ffffff;
  --shadow-sm: 0 2px 8px rgba(10, 11, 13, 0.06);
  --shadow-md: 0 14px 38px rgba(10, 11, 13, 0.10);
  --shadow-lg: 0 30px 70px rgba(10, 11, 13, 0.18);
  --radius: 16px;
  --radius-sm: 10px;
  --maxw: 1200px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

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

body {
  font-family: "Assistant", system-ui, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  font-size: 17px;
  overflow-x: hidden;
  direction: rtl;
}

h1, h2, h3, h4 { font-family: "Rubik", system-ui, sans-serif; line-height: 1.12; color: var(--navy); font-weight: 800; }

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: "Rubik", sans-serif; font-weight: 700; font-size: 14px;
  letter-spacing: 0.04em; color: var(--orange); text-transform: none;
  margin-bottom: 16px;
}
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 3px; background: var(--orange); }

.section { padding: 100px 0; }
.section-head { max-width: 640px; margin-bottom: 54px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow::before { display: none; }
.section-head h2 { font-size: clamp(28px, 5vw, 46px); margin-bottom: 14px; letter-spacing: -0.01em; }
.section-head p { font-size: 18px; color: var(--ink-soft); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-family: "Rubik", sans-serif; font-weight: 700; font-size: 17px;
  padding: 15px 30px; border-radius: 999px; cursor: pointer; border: none;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s;
  white-space: nowrap;
}
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 12px 28px rgba(225, 29, 42, 0.36); }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 18px 38px rgba(225, 29, 42, 0.46); }
.btn-ghost { background: rgba(255,255,255,0.12); color: #fff; border: 1.5px solid rgba(255,255,255,0.5); }
.btn-ghost:hover { background: rgba(255,255,255,0.22); transform: translateY(-2px); }
.btn-navy { background: var(--navy); color: #fff; box-shadow: var(--shadow-md); }
.btn-navy:hover { background: var(--navy-soft); transform: translateY(-2px); }
.btn-lg { padding: 18px 38px; font-size: 19px; }
.btn svg { width: 19px; height: 19px; }

/* ---------- Header ---------- */
.header {
  position: fixed; inset-block-start: 0; inset-inline: 0; z-index: 60;
  transition: background .3s, box-shadow .3s, padding .3s;
  padding: 16px 0;
  padding-top: calc(16px + env(safe-area-inset-top, 0px));
}
.header.scrolled { background: rgba(255,255,255,0.92); backdrop-filter: blur(14px); box-shadow: var(--shadow-sm); padding: 10px 0; padding-top: calc(10px + env(safe-area-inset-top, 0px)); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.logo { display: flex; align-items: center; min-width: 0; flex: 0 1 auto; }
.logo-img { height: 40px; width: auto; max-width: 100%; object-fit: contain; display: block; transition: height .3s; }
.header.scrolled .logo-img { height: 34px; }
.logo .on-light { display: none; }
.header.scrolled .logo .on-dark { display: none; }
.header.scrolled .logo .on-light { display: block; }
.footer .logo-img { height: 50px; margin-bottom: 18px; }
.nav { display: flex; align-items: center; gap: 30px; }
.nav a { font-family: "Rubik", sans-serif; font-weight: 600; font-size: 16px; color: rgba(255,255,255,0.9); transition: color .2s; }
.header.scrolled .nav a { color: var(--ink-soft); }
.nav a:hover { color: var(--orange); }
.header-cta { display: flex; align-items: center; gap: 14px; }
.header-phone { font-family: "Rubik", sans-serif; font-weight: 700; color: #fff; transition: color .3s; display: flex; align-items: center; gap: 7px; }
.header.scrolled .header-phone { color: var(--navy); }
.header-phone svg { width: 18px; height: 18px; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; flex-direction: column; gap: 5px; padding: 8px; }
.nav-toggle span { width: 26px; height: 2.5px; background: #fff; border-radius: 3px; transition: background .3s; }
.header.scrolled .nav-toggle span { background: var(--navy); }

/* ---------- Hero ---------- */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding: 150px 0 90px; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: 0; }
.hero-bg image-slot { width: 100% !important; height: 100% !important; }
.hero-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(105deg, rgba(6,8,11,0.84) 0%, rgba(6,8,11,0.60) 42%, rgba(6,8,11,0.28) 72%, rgba(6,8,11,0.10) 100%),
    linear-gradient(to top, rgba(6,8,11,0.80), rgba(6,8,11,0.12) 45%, transparent 62%);
}
.hero .wrap { position: relative; z-index: 2; pointer-events: none; }
.hero-content { max-width: 780px; color: #fff; pointer-events: auto; }

/* value-prop kicker above headline */
.hero-kicker {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px;
  font-family: "Rubik", sans-serif; font-weight: 700; font-size: clamp(13px, 1.5vw, 15px);
  letter-spacing: .14em; color: #fff; text-transform: uppercase;
}
.hero-kicker::before { content: ""; width: 34px; height: 2px; background: var(--orange); border-radius: 2px; }
.hero-kicker .sep { width: 4px; height: 4px; border-radius: 50%; background: rgba(255,255,255,.5); }

.hero-badge {
  display: inline-flex; align-items: center; gap: 9px; background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.2); border-radius: 999px; padding: 9px 17px;
  font-family: "Rubik", sans-serif; font-weight: 600; font-size: 14px; margin-bottom: 24px;
  -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
}
.hero-badge .dot { width: 9px; height: 9px; border-radius: 50%; background: #3fd07a; box-shadow: 0 0 0 4px rgba(63,208,122,.25); }
.hero h1 {
  color: #fff; font-size: clamp(40px, 7.4vw, 84px); font-weight: 900; line-height: .98;
  letter-spacing: -0.025em; margin-bottom: 24px; text-wrap: balance;
  text-shadow:
    0 0 6px rgba(255,255,255,0.40),
    0 0 16px rgba(255,255,255,0.22),
    0 0 32px rgba(120,170,255,0.16),
    0 2px 30px rgba(0,0,0,0.55);
}
.hero h1 .accent {
  color: #ff5257;
  text-shadow:
    0 0 5px rgba(255,255,255,0.65),
    0 0 12px rgba(255,82,87,0.9),
    0 0 26px rgba(225,29,42,0.75),
    0 0 46px rgba(225,29,42,0.55),
    0 0 70px rgba(225,29,42,0.35);
}
@media (prefers-reduced-motion: no-preference) {
  .hero h1 { animation: neonGlow 4.8s ease-in-out infinite; }
  .hero h1 .accent { animation: neonAccent 7s steps(1, end) infinite; }
}
@keyframes neonGlow {
  0%, 100% {
    text-shadow:
      0 0 6px rgba(255,255,255,0.40),
      0 0 16px rgba(255,255,255,0.22),
      0 0 32px rgba(120,170,255,0.16),
      0 2px 30px rgba(0,0,0,0.55);
  }
  50% {
    text-shadow:
      0 0 8px rgba(255,255,255,0.55),
      0 0 22px rgba(255,255,255,0.32),
      0 0 44px rgba(120,170,255,0.24),
      0 2px 30px rgba(0,0,0,0.55);
  }
}
/* subtle, realistic neon flicker on the accent word — mostly steady with brief dips */
@keyframes neonAccent {
  0%, 36%, 41%, 67%, 71%, 100% {
    color: #ff5257;
    text-shadow:
      0 0 5px rgba(255,255,255,0.65),
      0 0 12px rgba(255,82,87,0.9),
      0 0 26px rgba(225,29,42,0.75),
      0 0 46px rgba(225,29,42,0.55),
      0 0 70px rgba(225,29,42,0.35);
  }
  38.5%, 69% {
    color: #e8606a;
    text-shadow:
      0 0 4px rgba(255,255,255,0.4),
      0 0 8px rgba(225,29,42,0.45),
      0 0 16px rgba(225,29,42,0.3);
  }
}
.hero-sub { font-size: clamp(18px, 2.4vw, 24px); color: rgba(255,255,255,0.92); max-width: 600px; margin-bottom: 34px; font-weight: 400; line-height: 1.55; text-shadow: 0 1px 12px rgba(0,0,0,0.45); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }

/* glass trust badges under CTA */
.hero-badges { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero-badges .hb {
  display: inline-flex; align-items: center; gap: 9px; padding: 10px 16px; border-radius: 14px;
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.14);
  -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px);
  font-family: "Rubik", sans-serif; font-weight: 600; font-size: 14.5px; color: #fff;
}
.hero-badges .hb svg { width: 18px; height: 18px; color: var(--orange); flex: none; }

.hero-mini { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 40px; }
.hero-mini .item { display: flex; align-items: center; gap: 12px; }
.hero-mini .num { font-family: "Rubik", sans-serif; font-weight: 800; font-size: 34px; color: #fff; }
.hero-mini .lbl { font-size: 14.5px; color: rgba(255,255,255,0.72); line-height: 1.25; }
.hero-mini .divider { width: 1px; height: 40px; background: rgba(255,255,255,0.2); }
.hero-scroll { position: absolute; inset-block-end: 26px; inset-inline-start: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 7px; color: rgba(255,255,255,.6); font-family: "Rubik",sans-serif; font-size: 12px; letter-spacing: .12em; }
.hero-scroll .mouse { width: 24px; height: 38px; border: 2px solid rgba(255,255,255,.4); border-radius: 13px; position: relative; }
.hero-scroll .mouse::after { content: ""; position: absolute; inset-block-start: 7px; inset-inline-start: 50%; transform: translateX(-50%); width: 4px; height: 7px; border-radius: 3px; background: #fff; animation: scrollDot 1.6s ease-in-out infinite; }
@keyframes scrollDot { 0%,100%{ opacity: 0; transform: translate(-50%, 0); } 40%{ opacity: 1; } 80%{ opacity: 0; transform: translate(-50%, 9px); } }
@media (prefers-reduced-motion: reduce) { .hero-scroll .mouse::after { animation: none; } }

/* ---------- Trust bar ---------- */
.trust { background: var(--navy); padding: 0; position: relative; z-index: 3; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { padding: 34px 26px; display: flex; align-items: center; gap: 16px; border-inline-start: 1px solid rgba(255,255,255,0.08); }
.trust-item:first-child { border-inline-start: none; }
.trust-ico { width: 50px; height: 50px; border-radius: 13px; flex: none; background: rgba(225,29,42,0.16); display: grid; place-items: center; color: var(--orange); }
.trust-ico svg { width: 26px; height: 26px; }
.trust-item h4 { color: #fff; font-size: 18px; margin-bottom: 2px; }
.trust-item p { color: rgba(255,255,255,0.62); font-size: 14.5px; line-height: 1.35; }

/* ---------- Services ---------- */
.services { background: var(--bg); }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.svc-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 28px; transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s;
  position: relative; overflow: hidden;
}
.svc-card::after { content: ""; position: absolute; inset-block-start: 0; inset-inline-end: 0; width: 0; height: 4px; background: var(--orange); transition: width .4s var(--ease); }
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: transparent; }
.svc-card:hover::after { width: 100%; }
.svc-ico { width: 58px; height: 58px; border-radius: 15px; background: var(--orange-soft); color: var(--orange); display: grid; place-items: center; margin-bottom: 20px; transition: background .35s, color .35s; }
.svc-card:hover .svc-ico { background: var(--orange); color: #fff; }
.svc-ico svg { width: 30px; height: 30px; }
.svc-card h3 { font-size: 21px; margin-bottom: 9px; }
.svc-card p { color: var(--ink-soft); font-size: 16px; }

/* ---------- Process ---------- */
.process { background: var(--bg); }
.proc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; position: relative; }
.proc-grid::before { content: ""; position: absolute; inset-block-start: 38px; inset-inline: 8%; height: 2px; background: repeating-linear-gradient(to left, var(--line) 0 10px, transparent 10px 18px); z-index: 0; }
.proc-step { position: relative; z-index: 1; text-align: center; padding: 0 8px; }
.proc-ico { width: 76px; height: 76px; margin: 0 auto 22px; border-radius: 20px; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow-sm); display: grid; place-items: center; color: var(--orange); position: relative; transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .35s, color .35s; }
.proc-step:hover .proc-ico { transform: translateY(-6px); background: var(--orange); color: #fff; box-shadow: 0 16px 32px rgba(225,29,42,0.32); }
.proc-ico svg { width: 36px; height: 36px; }
.proc-step .proc-num { position: absolute; z-index: 2; inset-block-start: -10px; inset-inline-end: calc(50% - 54px); font-family: "Rubik", sans-serif; font-weight: 900; font-size: 15px; color: #fff; background: var(--navy); width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; z-index: 2; box-shadow: var(--shadow-sm); transition: background .35s; }
.proc-step:hover .proc-num { background: var(--orange); }
.proc-step h3 { font-size: 20px; margin-bottom: 8px; }
.proc-step p { color: var(--ink-soft); font-size: 15.5px; }

/* ---------- Portfolio ---------- */
.portfolio { background: var(--bg-tint); }

/* spotlight project rows */
.pf-spot { display: grid; grid-template-columns: 1.05fr .95fr; gap: 44px; align-items: center; margin-bottom: 56px; }
.pf-spot.reverse { direction: ltr; }
.pf-spot.reverse > * { direction: rtl; }
.pf-spot-media { position: relative; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow-lg); }
.pf-spot-media > image-slot { width: 100% !important; height: 460px; display: block; }
.pf-spot-media .ba { box-shadow: none; border-radius: 22px; }
.pf-spot-badge {
  position: absolute; inset-block-start: 18px; inset-inline-start: 18px; z-index: 4;
  padding: 8px 16px; border-radius: 999px; background: rgba(225,29,42,0.92); color: #fff;
  font-family: "Rubik", sans-serif; font-weight: 700; font-size: 13px;
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.pf-spot-tag { font-family: "Rubik", sans-serif; font-weight: 700; font-size: 14px; color: var(--orange); letter-spacing: .02em; }
.pf-spot-body h3 { font-size: clamp(24px, 3vw, 34px); margin: 10px 0 14px; letter-spacing: -0.01em; }
.pf-spot-body p { color: var(--ink-soft); font-size: 17px; margin-bottom: 22px; max-width: 520px; }
.pf-chips { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 26px; }
.pf-chips span { font-family: "Rubik", sans-serif; font-weight: 600; font-size: 13.5px; color: var(--navy); background: #fff; border: 1px solid var(--line); padding: 8px 14px; border-radius: 999px; }
.pf-thumbs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.pf-thumbs image-slot { width: 100% !important; height: 96px; border-radius: 12px; overflow: hidden; box-shadow: var(--shadow-sm); }

/* filter bar */
.pf-filter { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 30px; }
.pf-fbtn {
  font-family: "Rubik", sans-serif; font-weight: 600; font-size: 15px; color: var(--ink-soft);
  padding: 10px 20px; border-radius: 999px; border: 1.5px solid var(--line); background: #fff;
  cursor: pointer; transition: all .2s var(--ease);
}
.pf-fbtn:hover { border-color: var(--orange); color: var(--orange); }
.pf-fbtn.active { background: var(--navy); border-color: var(--navy); color: #fff; }
.pf-item.hide { display: none; }

/* featured projects */
.pf-featured { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-bottom: 22px; }
.pf-feat {
  position: relative; aspect-ratio: 16 / 10; border-radius: 20px; overflow: hidden;
  box-shadow: var(--shadow-md); transition: transform .45s var(--ease), box-shadow .45s var(--ease);
}
.pf-feat:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.pf-feat image-slot { width: 100% !important; height: 100% !important; display: block; transition: transform .7s var(--ease); }
.pf-feat:hover image-slot { transform: scale(1.05); }
.pf-feat-badge {
  position: absolute; inset-block-start: 16px; inset-inline-start: 16px; z-index: 5;
  display: inline-flex; align-items: center; gap: 7px; padding: 8px 15px; border-radius: 999px;
  background: rgba(225,29,42,0.94); color: #fff; font-family: "Rubik", sans-serif; font-weight: 700; font-size: 13px;
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); box-shadow: 0 6px 16px rgba(225,29,42,.3);
}
.pf-feat .pf-cap { padding: 40px 24px 22px; }
.pf-feat .pf-cap h4 { font-size: 24px; }

/* uniform project grid */
.pf-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pf-item { position: relative; aspect-ratio: 1 / 1; border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-sm); transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.pf-item:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.pf-item image-slot { width: 100% !important; height: 100% !important; display: block; transition: transform .6s var(--ease); }
.pf-item:hover image-slot { transform: scale(1.07); }
.pf-cta { text-align: center; margin-top: 40px; }
.pf-cap { display: none !important; }
.pf-feat-badge { display: none !important; }
.pf-cap-was {
  position: absolute; inset-block-end: 0; inset-inline: 0; z-index: 4;
  padding: 30px 18px 16px; color: #fff;
  background: linear-gradient(to top, rgba(8,9,11,0.9), rgba(8,9,11,0.5) 55%, transparent);
  transition: transform .4s var(--ease), opacity .4s;
  pointer-events: none;
}
.pf-item:hover .pf-cap { transform: translateY(0); opacity: 1; }
.pf-cap .tag { font-family: "Rubik", sans-serif; font-weight: 700; font-size: 13px; color: var(--orange); }
.pf-cap h4 { color: #fff; font-size: 19px; }
.pf-ring { position: absolute; inset: 0; z-index: 3; border: 0 solid var(--orange); transition: border-width .35s var(--ease); border-radius: var(--radius); pointer-events: none; }
.pf-item:hover .pf-ring { border-width: 4px; }

/* ---------- Why us ---------- */
.why { background: var(--bg); }
.why-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.why-visual { position: relative; }
.why-visual image-slot { width: 100% !important; height: 480px; border-radius: 22px; box-shadow: var(--shadow-lg); }
.why-float {
  position: absolute; inset-block-end: -24px; inset-inline-start: -22px; z-index: 5;
  background: var(--orange); color: #fff; border-radius: 18px; padding: 22px 26px;
  box-shadow: var(--shadow-lg);
}
.why-float .big { font-family: "Rubik", sans-serif; font-weight: 900; font-size: 40px; line-height: 1; }
.why-float .small { font-size: 14.5px; opacity: 0.95; margin-top: 4px; }
.why-list { display: grid; gap: 16px; margin-top: 8px; }
.why-row { display: flex; gap: 16px; align-items: flex-start; }
.why-check { width: 40px; height: 40px; flex: none; border-radius: 11px; background: var(--orange-soft); color: var(--orange); display: grid; place-items: center; }
.why-check svg { width: 21px; height: 21px; }
.why-row h4 { font-size: 18.5px; margin-bottom: 2px; }
.why-row p { color: var(--ink-soft); font-size: 15.5px; }

/* ---------- Testimonials ---------- */
.testi { background: var(--navy); color: #fff; }
.testi .section-head h2 { color: #fff; }
.testi .section-head p { color: rgba(255,255,255,0.7); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testi-card {
  background: var(--navy-soft); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius);
  padding: 30px 28px; display: flex; flex-direction: column; gap: 18px;
}
.testi-stars { display: flex; gap: 3px; color: var(--orange); }
.testi-stars svg { width: 20px; height: 20px; }
.testi-quote { font-size: 17px; color: rgba(255,255,255,0.9); line-height: 1.7; flex: 1; }
.testi-who { display: flex; align-items: center; gap: 13px; }
.testi-av { width: 48px; height: 48px; border-radius: 50%; flex: none; background: var(--orange); display: grid; place-items: center; font-family: "Rubik", sans-serif; font-weight: 800; color: #fff; font-size: 19px; }
.testi-who .name { font-family: "Rubik", sans-serif; font-weight: 700; font-size: 16.5px; }
.testi-who .role { font-size: 14px; color: rgba(255,255,255,0.6); }

/* ---------- Lead form ---------- */
.lead { background: var(--bg-tint); }
.lead-card {
  display: grid; grid-template-columns: 1fr 1.1fr;
  background: var(--white); border-radius: 26px; overflow: hidden; box-shadow: var(--shadow-lg);
}
.lead-aside { background: linear-gradient(160deg, var(--navy) 0%, var(--navy-deep) 100%); color: #fff; padding: 50px 44px; position: relative; }
.lead-aside h2 { color: #fff; font-size: clamp(26px, 3.4vw, 36px); margin-bottom: 16px; }
.lead-aside p { color: rgba(255,255,255,0.78); font-size: 17px; margin-bottom: 30px; }
.lead-aside .bullets { display: grid; gap: 14px; }
.lead-aside .bullets li { list-style: none; display: flex; gap: 12px; align-items: center; font-size: 16px; }
.lead-aside .bullets .tick { width: 26px; height: 26px; flex: none; border-radius: 8px; background: var(--orange); display: grid; place-items: center; }
.lead-aside .bullets .tick svg { width: 15px; height: 15px; color: #fff; }
.lead-contact { margin-top: 34px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.14); display: grid; gap: 12px; }
.lead-contact a { display: flex; align-items: center; gap: 11px; font-family: "Rubik", sans-serif; font-weight: 700; font-size: 18px; color: #fff; }
.lead-contact a svg { width: 19px; height: 19px; color: var(--orange); }

.lead-form { padding: 48px 44px; }
.lead-form h3 { font-size: 24px; margin-bottom: 6px; }
.lead-form .hint { color: var(--ink-soft); font-size: 15.5px; margin-bottom: 24px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-family: "Rubik", sans-serif; font-weight: 600; font-size: 15px; margin-bottom: 7px; color: var(--ink); }
.field input, .field textarea {
  width: 100%; font-family: "Assistant", sans-serif; font-size: 16.5px; color: var(--ink);
  padding: 14px 16px; border: 1.5px solid var(--line); border-radius: 12px; background: #fbfcfe;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--orange); background: #fff; box-shadow: 0 0 0 4px rgba(225,29,42,0.12); }
.field textarea { resize: vertical; min-height: 96px; }
.field.row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field.row .field { margin: 0; }
.lead-form .btn { width: 100%; }
.form-note { text-align: center; font-size: 13.5px; color: var(--ink-soft); margin-top: 14px; }
.chips { display: flex; flex-wrap: wrap; gap: 9px; }
.chip {
  font-family: "Rubik", sans-serif; font-weight: 600; font-size: 14.5px; color: var(--ink-soft);
  padding: 10px 16px; border-radius: 999px; border: 1.5px solid var(--line); background: #fbfcfe;
  cursor: pointer; transition: all .2s var(--ease);
}
.chip:hover { border-color: var(--orange); color: var(--orange); }
.chip.active { background: var(--orange); border-color: var(--orange); color: #fff; box-shadow: 0 6px 16px rgba(225,29,42,.28); }
.form-trust { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; margin-top: 16px; }
.form-trust span { display: inline-flex; align-items: center; gap: 7px; font-family: "Rubik", sans-serif; font-weight: 600; font-size: 13.5px; color: var(--ink-soft); }
.form-trust svg { width: 17px; height: 17px; color: #2faa5e; }
.form-success {
  display: none; text-align: center; padding: 30px 10px;
}
.form-success.show { display: block; animation: pop .5s var(--ease); }
.form-success .ok { width: 70px; height: 70px; margin: 0 auto 18px; border-radius: 50%; background: #e9f9f0; color: #2faa5e; display: grid; place-items: center; }
.form-success .ok svg { width: 36px; height: 36px; }
.form-success h3 { font-size: 24px; margin-bottom: 8px; }
.form-success p { color: var(--ink-soft); }

/* ---------- Footer ---------- */
.footer { background: var(--navy-deep); color: rgba(255,255,255,0.72); padding: 60px 0 26px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; margin-bottom: 44px; }
.footer .logo { color: #fff; margin-bottom: 16px; }
.footer-about p { font-size: 15.5px; line-height: 1.7; max-width: 320px; }
.footer h5 { font-family: "Rubik", sans-serif; color: #fff; font-size: 17px; font-weight: 700; margin-bottom: 18px; }
.footer ul { list-style: none; display: grid; gap: 10px; }
.footer ul a, .footer ul li { font-size: 15px; color: rgba(255,255,255,0.66); transition: color .2s; }
.footer ul a:hover { color: var(--orange); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact svg { width: 18px; height: 18px; color: var(--orange); flex: none; margin-top: 2px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 22px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: space-between; font-size: 14px; color: rgba(255,255,255,0.5); }
.footer-social { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 22px; }
.footer-social a { display: inline-flex; align-items: center; gap: 11px; height: 56px; padding: 0 22px 0 18px; border-radius: 16px; color: #fff; font-family: "Rubik", sans-serif; font-weight: 700; font-size: 17px; transition: transform .25s var(--ease), box-shadow .25s var(--ease), filter .25s; }
.footer-social a.fb { background: #1877f2; box-shadow: 0 10px 24px rgba(24,119,242,0.45); }
.footer-social a.ig { background: linear-gradient(135deg, #feda75 0%, #fa7e1e 28%, #d62976 58%, #962fbf 80%, #4f5bd5 100%); box-shadow: 0 10px 24px rgba(214,41,118,0.45); }
.footer-social a:hover { transform: translateY(-4px) scale(1.04); filter: brightness(1.08); }
.footer-social svg { width: 30px; height: 30px; flex: none; }

/* ---------- WhatsApp float ---------- */
.wa-float {
  position: fixed; inset-block-end: 22px; inset-inline-start: 22px; z-index: 80;
  width: 62px; height: 62px; border-radius: 50%; background: #25d366;
  display: grid; place-items: center; box-shadow: 0 12px 30px rgba(37,211,102,0.45);
  transition: transform .3s var(--ease); animation: wa-pulse 2.4s infinite;
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 34px; height: 34px; color: #fff; }
@keyframes wa-pulse { 0%,100%{ box-shadow: 0 12px 30px rgba(37,211,102,0.45), 0 0 0 0 rgba(37,211,102,0.4);} 50%{ box-shadow: 0 12px 30px rgba(37,211,102,0.45), 0 0 0 14px rgba(37,211,102,0);} }

/* ---------- Sticky mobile call bar ---------- */
.mobile-bar { display: none; }
@media (max-width: 720px) {
  .mobile-bar {
    display: grid; grid-template-columns: 1fr 1fr 1fr;
    position: fixed; inset-block-end: 0; inset-inline: 0; z-index: 90;
    background: #fff; box-shadow: 0 -6px 24px rgba(8,9,11,0.16);
    padding: 8px 8px calc(8px + env(safe-area-inset-bottom)); gap: 8px;
  }
  .mobile-bar a {
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
    padding: 9px 4px; border-radius: 13px; font-family: "Rubik", sans-serif; font-weight: 700; font-size: 13px;
    color: #fff; transition: transform .15s var(--ease);
  }
  .mobile-bar a:active { transform: scale(0.96); }
  .mobile-bar svg { width: 22px; height: 22px; }
  .mobile-bar .mb-call { background: var(--navy); }
  .mobile-bar .mb-wa { background: #25d366; }
  .mobile-bar .mb-quote { background: var(--orange); }
  /* lift the floating whatsapp above the bar */
  .wa-float { inset-block-end: 86px; width: 54px; height: 54px; }
  .wa-float svg { width: 30px; height: 30px; }
  /* keep footer content clear of the fixed bar */
  .footer { padding-bottom: 96px; }
}

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: .08s; } .reveal.d2 { transition-delay: .16s; } .reveal.d3 { transition-delay: .24s; }
.reveal.d4 { transition-delay: .32s; } .reveal.d5 { transition-delay: .4s; }
@keyframes pop { from { transform: scale(.9); opacity: 0; } to { transform: scale(1); opacity: 1; } }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1 !important; transform: none !important; } html { scroll-behavior: auto; } }

/* ---------- Mobile nav drawer ---------- */
.mnav { position: fixed; inset: 0; z-index: 70; background: rgba(8,9,11,0.5); backdrop-filter: blur(4px); opacity: 0; pointer-events: none; transition: opacity .3s; }
.mnav.open { opacity: 1; pointer-events: auto; }
.mnav-panel { position: absolute; inset-block: 0; inset-inline-end: 0; width: min(320px, 84vw); background: #fff; padding: 26px 24px; display: flex; flex-direction: column; gap: 6px; transform: translateX(100%); transition: transform .35s var(--ease); }
.mnav.open .mnav-panel { transform: none; }
.mnav-panel .close { align-self: flex-start; background: none; border: none; font-size: 30px; color: var(--navy); cursor: pointer; line-height: 1; margin-bottom: 14px; }
.mnav-panel a { font-family: "Rubik", sans-serif; font-weight: 700; font-size: 19px; color: var(--navy); padding: 13px 8px; border-bottom: 1px solid var(--line); }
.mnav-panel .btn { margin-top: 18px; }

/* ============ Responsive ============ */
@media (max-width: 980px) {
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(3) { border-inline-start: none; }
  .pf-spot, .pf-spot.reverse { grid-template-columns: 1fr; gap: 26px; direction: rtl; margin-bottom: 44px; }
  .pf-spot-media > image-slot { height: 340px; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .proc-grid { grid-template-columns: repeat(2, 1fr); gap: 36px 24px; }
  .proc-grid::before { display: none; }
  .clients-strip { grid-template-columns: repeat(3, 1fr); }
  .testi-grid { grid-template-columns: 1fr 1fr; }
  .why-layout { grid-template-columns: 1fr; gap: 70px; }
  .why-visual { max-width: 520px; }
  .lead-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .nav, .header-phone { display: none; }
  .nav-toggle { display: flex; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  .btn { white-space: normal; }
  .pf-cta .btn { width: 100%; }
  .section { padding: 60px 0; }
  .wrap { padding: 0 18px; }
  .header-cta .btn { display: none; }
  .hero { padding: 110px 0 64px; min-height: auto; }
  .hero-mini { gap: 18px; }
  .hero-mini .divider { display: none; }
  .hero-mini .num { font-size: 25px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { border-inline-start: none !important; border-top: 1px solid rgba(255,255,255,0.08); }
  .trust-item:first-child { border-top: none; }
  .svc-grid { grid-template-columns: 1fr; }
  .proc-grid { grid-template-columns: 1fr; gap: 34px; }
  .clients-strip { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .client-logo { height: 78px; }
  .ba { aspect-ratio: 4 / 3; }
  .ba-grip { width: 42px; height: 42px; }
  .pf-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: unset; gap: 12px; }
  .pf-featured { grid-template-columns: 1fr; gap: 14px; margin-bottom: 14px; }
  .pf-feat .pf-cap h4 { font-size: 20px; }
  .pf-feat-badge { font-size: 12px; padding: 7px 13px; }
  .pf-spot-media > image-slot { height: 260px; }
  .pf-thumbs image-slot { height: 72px; }
  .pf-filter { gap: 8px; }
  .pf-fbtn { font-size: 13.5px; padding: 9px 15px; }
  .testi-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .field.row { grid-template-columns: 1fr; }
  .lead-aside, .lead-form { padding: 34px 26px; }
  .why-float { inset-inline-start: 12px; padding: 16px 20px; }
  .why-visual image-slot { height: 360px; }
  .hero h1 { font-size: clamp(36px, 11vw, 52px); }
  .hero-actions { gap: 12px; }
  .hero-actions .btn { width: 100%; min-height: 56px; }
  .btn-lg { min-height: 54px; padding: 16px 28px; }
  .hero-badges { gap: 8px; }
  .hero-badges .hb { font-size: 13px; padding: 9px 13px; }
  .hero-scroll { display: none; }
  .clients-strip { grid-template-columns: repeat(2, 1fr); }
}

/* ============ Premium motion layer ============ */
@media (prefers-reduced-motion: no-preference) {

  /* --- Staged hero entrance via transitions (target value always wins, even unanimated) --- */
  .hero-content > * { transition: opacity .8s var(--ease), transform .8s var(--ease); }
  .hero-content > .hero-kicker  { transition-delay: 0s; }
  .hero-content > .hero-badge   { transition-delay: .08s; }
  .hero-content > h1            { transition-delay: .18s; }
  .hero-content > .hero-sub     { transition-delay: .30s; }
  .hero-content > .hero-actions { transition-delay: .42s; }
  .hero-content > .hero-badges  { transition-delay: .52s; }
  .hero-content > .hero-mini    { transition-delay: .62s; }
  .hero-content.hero-preload > * { opacity: 0; transform: translateY(24px); transition: none; }

  /* --- Attention pulse on the main hero CTA --- */
  .cta-pulse { animation: ctaPulse 2.9s ease-in-out infinite; }
  .cta-pulse:hover { animation-play-state: paused; }
  @keyframes ctaPulse {
    0%, 100% { box-shadow: 0 12px 28px rgba(225,29,42,.36), 0 0 0 0 rgba(225,29,42,.45); }
    55%      { box-shadow: 0 12px 28px rgba(225,29,42,.36), 0 0 0 16px rgba(225,29,42,0); }
  }

  /* --- Cinematic image zoom-reveal on portfolio --- */
  .pf-item image-slot { transition: transform 1s var(--ease); }
  .pf-item.reveal image-slot { transform: scale(1.16); }
  .pf-item.reveal.in image-slot { transform: scale(1); }
}

/* --- Shine sweep across primary buttons (hover) --- */
.btn-primary { position: relative; overflow: hidden; }
.btn-primary > * { position: relative; z-index: 1; }
.btn-primary::before {
  content: ""; position: absolute; inset-block: 0; inset-inline-start: -140%;
  width: 55%; height: 100%; z-index: 0; pointer-events: none;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.5), transparent);
  transform: skewX(-18deg);
}
.btn-primary:hover::before { animation: btnShine .85s var(--ease); }
@keyframes btnShine { from { inset-inline-start: -140%; } to { inset-inline-start: 140%; } }

/* --- Portfolio tile lift --- */
.pf-item { transition: transform .4s var(--ease), box-shadow .4s var(--ease); }
.pf-item:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.pf-item:hover image-slot { transform: scale(1.06) !important; }

/* --- Testimonial cards: lift, accent border, decorative quote --- */
.testi-card { position: relative; overflow: hidden; transition: transform .4s var(--ease), border-color .4s, box-shadow .4s var(--ease); }
.testi-card::before {
  content: "\201D"; position: absolute; inset-block-start: -26px; inset-inline-start: 18px;
  font-family: Georgia, serif; font-size: 130px; line-height: 1; color: rgba(255,255,255,.06); pointer-events: none;
}
.testi-card > * { position: relative; z-index: 1; }
.testi-card:hover { transform: translateY(-7px); border-color: rgba(225,29,42,.55); box-shadow: 0 22px 48px rgba(0,0,0,.32); }
.testi-card:hover .testi-av { transform: scale(1.06) rotate(-3deg); }
.testi-av { transition: transform .4s var(--ease); }

/* --- Trust + why icon nudges --- */
.trust-item { transition: background .3s; }
.trust-item:hover .trust-ico { transform: translateY(-3px); }
.trust-ico { transition: transform .35s var(--ease); }
.why-row:hover .why-check { transform: scale(1.1) rotate(-4deg); background: var(--orange); color: #fff; }
.why-check { transition: transform .35s var(--ease), background .3s, color .3s; }

/* count-up: avoid layout shift while numbers tick */
.counting { font-variant-numeric: tabular-nums; }

@media (prefers-reduced-motion: reduce) {
  .hero-content.hero-preload > * { opacity: 1 !important; transform: none !important; }
}

/* ============ Advanced motion layer ============ */

/* --- Page loader (bulletproof: CSS auto-dismisses even without JS) --- */
#loader {
  position: fixed; inset: 0; z-index: 200; background: var(--navy-deep);
  display: grid; place-items: center;
  animation: loaderOut .7s var(--ease) 1.5s forwards;
}
#loader.done { animation: loaderOut .6s var(--ease) forwards; }
.loader-inner { display: flex; flex-direction: column; align-items: center; gap: 22px; }
.loader-logo { height: 56px; width: auto; opacity: 1; }
.loader-bar { width: 180px; height: 4px; border-radius: 99px; background: rgba(255,255,255,0.12); overflow: hidden; }
.loader-bar span { display: block; height: 100%; width: 40%; border-radius: 99px; background: var(--orange); animation: loaderBar 1.4s var(--ease) infinite; }
@keyframes loaderOut { to { opacity: 0; visibility: hidden; pointer-events: none; } }
@keyframes loaderLogo { from { opacity: 0; transform: translateY(10px) scale(.96); } to { opacity: 1; transform: none; } }
@keyframes loaderBar { 0% { transform: translateX(-160%); } 100% { transform: translateX(420%); } }
@media (prefers-reduced-motion: reduce) {
  #loader { animation: none; display: none; }
}

/* --- Animated background glows (subtle, GPU-friendly) --- */
.testi { position: relative; overflow: hidden; }
.testi::before, .testi::after {
  content: ""; position: absolute; z-index: 0; border-radius: 50%; pointer-events: none;
  filter: blur(40px);
}
.testi::before { width: 460px; height: 460px; inset-block-start: -140px; inset-inline-start: -120px; background: radial-gradient(circle, rgba(225,29,42,0.18), transparent 70%); animation: glowDrift 18s ease-in-out infinite alternate; }
.testi::after { width: 520px; height: 520px; inset-block-end: -200px; inset-inline-end: -160px; background: radial-gradient(circle, rgba(40,90,235,0.10), transparent 70%); animation: glowDrift 22s ease-in-out infinite alternate-reverse; }
.testi .wrap { position: relative; z-index: 1; }
@keyframes glowDrift { from { transform: translate3d(0,0,0) scale(1); } to { transform: translate3d(40px, 30px, 0) scale(1.15); } }
@media (prefers-reduced-motion: reduce) {
  .testi::before, .testi::after { animation: none; }
}

/* --- Cursor-follow glow on cards --- */
.svc-card, .proc-step, .why-row { --mx: 50%; --my: 0%; }
.svc-card::before, .proc-step::before {
  content: ""; position: absolute; inset: 0; z-index: 0; border-radius: inherit; pointer-events: none;
  background: radial-gradient(220px circle at var(--mx) var(--my), rgba(225,29,42,0.10), transparent 60%);
  opacity: 0; transition: opacity .35s var(--ease);
}
.proc-step { position: relative; }
.svc-card:hover::before, .proc-step:hover::before { opacity: 1; }
.svc-card > *, .proc-step > * { position: relative; z-index: 1; }

/* --- 3D tilt on portfolio --- */
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .pf-grid { perspective: 1300px; }
  .pf-item { transform-style: preserve-3d; will-change: transform; }
  .pf-item.tilt { transition: transform .12s linear, box-shadow .4s var(--ease); }
}

/* --- Section-head accent line draw-in --- */
.section-head .eyebrow::before { transition: width .6s var(--ease) .1s; }
.section-head.reveal:not(.in) .eyebrow::before { width: 0; }

/* --- Scroll progress bar --- */
#scrollbar { position: fixed; inset-block-start: 0; inset-inline-start: 0; height: 3px; width: 0; z-index: 65; background: linear-gradient(to left, var(--orange), #ff9a6b); transition: width .1s linear; }

/* ---------- Client logos ---------- */
.clients { background: var(--bg); padding: 56px 0; }
.clients-title { text-align: center; font-family: "Rubik", sans-serif; font-weight: 600; font-size: 16px; color: var(--ink-soft); margin-bottom: 30px; letter-spacing: .01em; }
.clients-strip { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.client-logo {
  height: 92px; border-radius: 16px; background: rgba(11,37,69,0.02);
  border: 1px solid var(--line); display: grid; place-items: center; padding: 16px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s;
}
.client-logo image-slot { width: 100% !important; height: 100% !important; filter: grayscale(1); opacity: .65; transition: filter .35s, opacity .35s; }
.client-logo:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: transparent; }
.client-logo:hover image-slot { filter: grayscale(0); opacity: 1; }

/* ---------- Before / After slider ---------- */
.beforeafter { background: var(--bg-tint); }
.ba-wrap { max-width: 960px; margin: 0 auto; }
.ba {
  position: relative; width: 100%; aspect-ratio: 16 / 9; border-radius: 22px; overflow: hidden;
  box-shadow: var(--shadow-lg); cursor: ew-resize; user-select: none; touch-action: none; background: var(--navy);
}
.ba-after, .ba-before { position: absolute; inset: 0; }
.ba-after image-slot, .ba-before image-slot { width: 100% !important; height: 100% !important; }
.ba-before { clip-path: inset(0 50% 0 0); }
.ba-tag {
  position: absolute; inset-block-start: 16px; z-index: 4; padding: 7px 15px; border-radius: 999px;
  font-family: "Rubik", sans-serif; font-weight: 700; font-size: 13px; color: #fff;
  -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.ba-tag-before { inset-inline-start: 16px; background: rgba(8,9,11,0.55); border: 1px solid rgba(255,255,255,.25); }
.ba-tag-after { inset-inline-end: 16px; background: rgba(225,29,42,0.85); }
.ba-handle {
  position: absolute; inset-block: 0; inset-inline-start: 50%; width: 3px; background: #fff; z-index: 5;
  transform: translateX(-50%); pointer-events: none; box-shadow: 0 0 18px rgba(0,0,0,.35);
}
.ba-grip {
  position: absolute; inset-block-start: 50%; inset-inline-start: 50%; transform: translate(-50%, -50%);
  width: 48px; height: 48px; border-radius: 50%; background: #fff; color: var(--navy);
  display: grid; place-items: center; box-shadow: 0 6px 18px rgba(0,0,0,.3);
}
.ba-grip svg { width: 22px; height: 22px; }
.ba-range { position: absolute; inset: 0; width: 100%; height: 100%; margin: 0; opacity: 0; cursor: ew-resize; z-index: 6; }

/* ---------- Glassmorphism utility (applied to select elements) ---------- */
.glass {
  background: rgba(255,255,255,0.10); -webkit-backdrop-filter: blur(16px) saturate(140%); backdrop-filter: blur(16px) saturate(140%);
  border: 1px solid rgba(255,255,255,0.18);
}
