
:root{
  --blue:#1565d8;--blue-deep:#1a3c7e;--blue-soft:#e8f0fe;
  --ink:#1a2333;--text:#46546f;--muted:#6b7a99;--hint:#94a3b8;
  --line:#dde3ee;--bg-soft:#f7f9fd;--container:1140px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'IBM Plex Sans Hebrew','Segoe UI',Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}
.container{max-width:var(--container);margin:0 auto;padding:0 24px}
.ic{width:1em;height:1em;display:inline-block;vertical-align:-2px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}
a{text-decoration:none;color:inherit}
.btn{display:inline-flex;align-items:center;gap:8px;background:var(--blue);color:#fff;font-size:16px;font-weight:500;padding:14px 30px;border-radius:8px;border:none;cursor:pointer;transition:background .2s}
.btn:hover{background:#1a3c7e}
.btn-light{background:#fff;color:var(--blue-deep)}
.btn-light:hover{background:#f1f5ff}

.site-head{border-bottom:1px solid #f1f5f9;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:saturate(180%) blur(8px);box-shadow:0 1px 0 rgba(15,39,71,.04)}
.site-head .container{display:flex;align-items:center;justify-content:space-between;padding-top:18px;padding-bottom:18px}
.logo{display:inline-flex;align-items:center;gap:9px;font-size:26px;font-weight:700;color:var(--blue)}
.logo svg{width:1.05em;height:1.05em;stroke-width:2.4}
.logo .logo-mark{display:inline-flex;width:1.12em;height:1.12em;flex:none}
.logo .logo-mark svg{width:100%;height:100%;display:block;stroke-width:0}
.logo .logo-word{letter-spacing:-.3px}
.logo .lo-a{color:var(--blue-deep)}
.logo .lo-ly{color:var(--blue)}
.nav-link{font-size:14px;color:#1a3c7e}

.hero .container{display:flex;gap:50px;align-items:center;padding-top:56px;padding-bottom:64px;flex-wrap:wrap}
.hero-text{flex:1.15;min-width:300px}
.hero-text h1{font-size:38px;font-weight:700;line-height:1.2;margin-bottom:20px;color:var(--blue-deep)}
.hero-text h1 span{color:var(--blue)}
.hero-text p{font-size:18px;color:var(--text);line-height:1.75;margin-bottom:28px;max-width:520px}
.hero-cta{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.play-link{display:inline-flex;align-items:center;gap:9px;cursor:pointer;color:#1a3c7e;font-size:15px;font-weight:500}
.play-link .pdot{width:36px;height:36px;border-radius:50%;background:var(--blue-soft);display:flex;align-items:center;justify-content:center}
.hero-card-col{flex:1;min-width:280px;display:flex;justify-content:center}

.card{background:var(--blue);border-radius:20px;padding:26px;max-width:400px;width:100%;box-shadow:0 26px 54px -16px rgba(21,101,216,.45)}
.card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}
.card-head .lbl{font-size:12px;color:#bcd6ee}
.card-head .ttl{font-size:15px;font-weight:500;color:#fff;white-space:nowrap}
.card-icon{width:40px;height:40px;border-radius:11px;background:#fff;display:flex;align-items:center;justify-content:center;color:var(--blue-deep);font-size:21px}
.step{margin-bottom:15px}
.step-row{display:flex;justify-content:space-between;align-items:center;font-size:14px;margin-bottom:7px}
.step-row .name{color:#d6e6f5}
.step-row .done{color:#fff;font-weight:500;display:inline-flex;align-items:center;gap:4px}
.step-row .ready{color:#cfe0f3;font-weight:500}
.bar{height:6px;background:rgba(255,255,255,.28);border-radius:4px;overflow:hidden}
.bar i{display:block;height:100%;background:#fff;border-radius:4px;width:100%}
.bar.last i{width:72%}
.payoff{background:#fff;border-radius:11px;padding:13px 15px;display:flex;align-items:center;justify-content:space-between;margin-top:4px}
.payoff .pt{font-size:15px;font-weight:500;color:#1a3c7e}
.payoff .ps{font-size:12px;color:#4d76a3}
.payoff .pi{width:34px;height:34px;border-radius:9px;background:#e8f0fe;display:flex;align-items:center;justify-content:center;color:#1a3c7e;font-size:18px}

.section{padding:56px 0;border-top:1px solid #eef2f7}
.section.soft{background:var(--bg-soft)}
.section h2{font-size:28px;font-weight:700;text-align:center;margin-bottom:8px}
.section .sub{font-size:16px;color:var(--muted);text-align:center;margin-bottom:30px}

.industries{text-align:center;margin-bottom:30px}
.industries .lead{font-size:14px;color:var(--muted);margin-left:8px}
.chip{display:inline-block;background:var(--blue-soft);color:#1a3c7e;font-size:13px;padding:5px 14px;border-radius:20px;margin:3px}

.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.tile{border:1px solid var(--line);border-radius:14px;padding:24px}
.tile .ti-ic{color:var(--blue);font-size:28px;margin-bottom:14px}
.tile h3{font-size:16px;font-weight:500;margin-bottom:9px;line-height:1.4}
.tile p{font-size:14px;color:var(--muted);line-height:1.7}

.steps{display:flex;gap:6px;flex-wrap:nowrap;overflow-x:auto;margin-bottom:26px;-webkit-overflow-scrolling:touch}
.pill{flex:1 1 0;min-width:0;text-align:center;font-size:12.5px;padding:10px 8px;border-radius:10px;background:#fff;color:var(--muted);border:1px solid #e2e8f0;cursor:pointer;transition:all .15s;white-space:nowrap}
.pill.on{background:#cfe0fb;color:#1a3c7e;border-color:#1565d8}
.slider-body{display:flex;gap:30px;align-items:center;flex-wrap:wrap}
.screen-col{flex:3;min-width:320px}
.frame{border-radius:16px;overflow:hidden;border:1px solid var(--line);box-shadow:0 26px 50px -18px rgba(15,39,71,.28);background:#fff}
.frame-bar{background:var(--blue);padding:11px 16px;display:flex;align-items:center;justify-content:space-between}
.frame-bar .brand{color:#fff;font-size:15px;font-weight:700}
.frame-bar .sys{color:#cbd8f7;font-size:12px}
.screen{padding:0;display:flex;align-items:center;justify-content:center}
.screen img{width:100%;display:block;cursor:zoom-in}
.slide{display:none;width:100%}
.slide.on{display:block}
.inset{width:100%;background:#f8faff;border:1px solid #eef2f7;border-radius:12px;padding:18px 20px}
.drop{border:1.5px dashed #b9cdef;text-align:center;padding:34px 18px}
.drop .dic{width:50px;height:50px;border-radius:50%;background:#eaf1fc;display:inline-flex;align-items:center;justify-content:center;color:var(--blue);font-size:25px;margin-bottom:10px}
.drop h4{font-size:16px;font-weight:500;color:#1f2937}
.drop .small{font-size:12px;color:var(--hint);margin:5px 0 16px}
.chip-btn{font-size:13px;padding:9px 16px;border-radius:8px}
.chip-blue{background:var(--blue);color:#fff;margin-left:8px}
.chip-out{background:#fff;color:var(--blue);border:1px solid var(--blue)}
.fields{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.field{background:#fff;border:1px solid var(--line);border-radius:8px;padding:9px 12px}
.field .fl{font-size:10px;color:var(--hint);margin-bottom:2px}
.field .fv{font-size:13px;color:#1f2937;font-weight:500}
table.t{width:100%;border-collapse:collapse;font-size:12.5px}
table.t th{color:#7089ab;font-weight:500;padding:9px 10px;text-align:right;white-space:nowrap;border-bottom:1px solid #e9eef6}
table.t td{padding:10px 10px;border-bottom:1px solid #f3f6fb;color:#334155;text-align:right;white-space:nowrap}
table.t tr:last-child td{border-bottom:none}
.metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}
.metric{background:#f8faff;border:1px solid #eef2f7;border-radius:11px;padding:14px}
.metric.hi{background:var(--blue-soft);border-color:#dbe6fa}
.metric .ml{font-size:11px;color:var(--muted);margin-bottom:3px}
.metric.hi .ml{color:#1a3c7e}
.metric .mv{font-size:16px;font-weight:500;color:#0f172a}
.metric.hi .mv{color:#1a3c7e}
.diff{color:#1a3c7e;font-weight:500}
.note{font-size:11.5px;color:var(--hint);margin-top:12px;text-align:center}
.subtabs{display:flex;align-items:center;gap:20px;border-bottom:1px solid #eef2f7;margin-bottom:0;padding:14px 18px 0}
.subtab{cursor:pointer;font-size:13px;font-weight:500;color:#1565d8;padding:8px 3px;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}
.subtab:hover{color:#1a3c7e}
.subtab.on{color:#1a3c7e;font-weight:600;border-bottom-color:#1565d8}
.subtab-more{margin-right:auto;background:#e8f0fe;color:#1565d8;font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px;align-self:center;white-space:nowrap}

.subpane{display:none}
.subpane.on{display:block}
.cap-col{flex:1;min-width:200px}
.cap-step{display:inline-block;background:var(--blue-soft);color:#1a3c7e;font-size:12px;font-weight:500;padding:4px 13px;border-radius:20px;margin-bottom:14px}
.cap-col h3{font-size:22px;font-weight:700;color:var(--ink);margin-bottom:14px}
.cap-col .desc{font-size:15px;color:var(--text);line-height:1.75}
.slider-nav{display:flex;align-items:center;justify-content:center;margin-top:30px;border-top:1px solid var(--line);padding-top:26px;flex-wrap:wrap;gap:12px}
.nav-left{display:flex;align-items:center;gap:12px}
.navbtn{font-size:13px;padding:9px 18px;border-radius:9px;border:1px solid #cbd8ea;background:#fff;color:#1a3c7e;cursor:pointer}
.counter{font-size:12px;color:var(--hint)}

.quote-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid #eef2f7;border-radius:18px;padding:32px 26px 24px;box-shadow:0 18px 40px -24px rgba(15,39,71,.35);overflow:hidden}
.quote-card::before{content:"";position:absolute;top:0;right:0;left:0;height:4px;background:linear-gradient(90deg,#1565d8,#5b9bf5)}
.qmark{font-family:Georgia,serif;font-size:58px;line-height:.5;color:#dbe8fb;font-weight:700;height:26px;margin-bottom:6px}
.q-stars{display:flex;gap:3px;margin-bottom:14px}
.q-stars .ic{width:16px;height:16px;fill:#fbbf24;stroke:none}
.quote{font-size:14.5px;color:#3a4a63;line-height:1.8;flex:1;margin-bottom:20px}
.person{display:flex;align-items:center;gap:11px;border-top:1px solid #f1f5f9;padding-top:14px}
.avatar{width:52px;height:52px;border-radius:50%;background:var(--blue-soft);color:#1a3c7e;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;overflow:hidden;flex:none;box-shadow:0 0 0 3px #e8f0fe}
.avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}
.person .pn{font-size:14px;font-weight:700;color:#1a1f36}
.person .pr{font-size:12px;color:var(--hint)}

.cta-band{background:linear-gradient(135deg,#1f478f,#142f63);border-radius:18px;padding:38px;text-align:center;box-shadow:0 26px 54px -18px rgba(20,47,99,.5)}
.cta-band h2{color:#fff;font-size:24px;font-weight:700;margin-bottom:8px}
.cta-band p{color:#cfe0f3;font-size:15px;margin-bottom:22px}

.site-foot{background:#1a3c7e;border-top:none;padding:26px 0}
.site-foot .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}
.site-foot .logo{font-size:18px}
.site-foot .logo .lo-a{color:#fff}
.site-foot .logo .lo-ly{color:#6aa0ff}
.site-foot .fnote{font-size:12px;color:#9fb3d4}

.modal{display:none;position:fixed;inset:0;background:rgba(15,31,61,.62);z-index:99;align-items:center;justify-content:center;padding:24px}
.modal.open{display:flex}
.modal-box{width:100%;max-width:560px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 30px 70px -10px rgba(0,0,0,.4)}
.modal-head{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #eef2f7}
.modal-head .mt{font-size:15px;font-weight:500;color:var(--ink)}
.modal-close{cursor:pointer;color:var(--hint);display:flex}
.video-poster{position:relative;background:var(--blue-deep);aspect-ratio:16/9;display:flex;align-items:center;justify-content:center}
.video-poster .ov{position:absolute;inset:0;background:#0f1f3d;opacity:.28}
.video-poster .pc{position:relative;text-align:center;color:#fff}
.video-poster .pbtn{width:64px;height:64px;border-radius:50%;background:rgba(255,255,255,.95);display:flex;align-items:center;justify-content:center;color:var(--blue-deep);margin:0 auto 12px;font-size:28px}

.card .step .done{opacity:1}
.card .step .bar i{width:100%}
.card .step:nth-child(5) .bar i{width:72%}
@media (prefers-reduced-motion: no-preference){
  .card .step:nth-child(2) .bar i{animation:barfill .8s ease .2s both}
  .card .step:nth-child(3) .bar i{animation:barfill .8s ease 1.1s both}
  .card .step:nth-child(4) .bar i{animation:barfill .8s ease 2s both}
  .card .step:nth-child(5) .bar i{animation:bar72 .8s ease 2.9s both}
  .card .step:nth-child(2) .done{animation:donein .3s ease 1s both}
  .card .step:nth-child(3) .done{animation:donein .3s ease 1.9s both}
  .card .step:nth-child(4) .done{animation:donein .3s ease 2.8s both}
}
@keyframes barfill{from{width:0}to{width:100%}}
@keyframes bar72{from{width:0}to{width:72%}}
@keyframes donein{from{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion: no-preference){.slide.on,.subpane.on{animation:fade .35s ease}}
@keyframes fade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
@media (max-width:900px){.hero-text h1{font-size:30px}.grid3{grid-template-columns:1fr}.section h2{font-size:24px}}
@media (max-width:560px){.pill{flex:0 0 auto;min-width:max-content}.metrics{grid-template-columns:1fr}.fields{grid-template-columns:repeat(2,1fr)}.cta-band{padding:26px}}
.tile{transition:box-shadow .2s ease}
.quote-card{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.quote-card:hover{transform:translateY(-5px);box-shadow:0 30px 56px -22px rgba(15,39,71,.45);border-color:#cfe0fb}
.tile:hover{box-shadow:0 16px 34px -18px rgba(21,101,216,.4)}
.quote-card:hover{box-shadow:0 16px 34px -20px rgba(21,101,216,.3)}
.pill:hover{border-color:var(--blue);color:var(--blue)}
.navbtn{transition:border-color .15s,color .15s}
.navbtn:hover{border-color:var(--blue);color:var(--blue)}
.play-link .pdot{transition:background .15s,color .15s,transform .15s}
.play-link:hover{cursor:pointer}
.play-link:hover .pdot{background:var(--blue);color:#fff}
.nav-link{transition:color .15s}.nav-link:hover{color:var(--blue)}
.df-tab{transition:color .15s}
@media (prefers-reduced-motion: no-preference){
  .tile,.quote-card,.btn{transition:transform .2s ease,box-shadow .2s ease,background .2s}
  .tile:hover,.quote-card:hover{transform:translateY(-4px)}
  .btn:hover{transform:translateY(-1px)}
  .play-link:hover .pdot{transform:scale(1.07)}
}
.video-cta{display:inline-flex;align-items:center;gap:10px;cursor:pointer;background:#e8f0fe;color:#1a3c7e;font-size:14px;font-weight:600;padding:7px 20px 7px 7px;border-radius:30px;transition:background .15s}
.video-cta:hover{background:#d8e6fd}
.video-cta .pdot{width:30px;height:30px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center}
.video-cta .pdot .ic{width:14px;height:14px}
.head-actions{display:inline-flex;align-items:center;gap:16px}
.btn-sm{font-size:14px;padding:9px 20px;border-radius:8px}
.contact-link{display:inline-flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;font-family:inherit}
.contact-link .ic{width:17px;height:17px}
.cmodal{position:fixed;inset:0;background:rgba(15,39,71,.45);display:none;align-items:center;justify-content:center;z-index:100;padding:20px}
.cmodal.open{display:flex}
.cmodal-box{background:#fff;border-radius:18px;max-width:440px;width:100%;padding:28px;box-shadow:0 30px 70px -20px rgba(15,39,71,.5)}
.cmodal-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}
.cmodal-head h3{font-size:20px;color:var(--ink);margin:0}
.cmodal .cx{background:none;border:none;cursor:pointer;color:var(--muted);width:32px;height:32px;border-radius:8px}
.cmodal .cx:hover{background:#f1f5f9}
.cmodal .csub{font-size:13px;color:var(--muted);margin-bottom:18px}
.cfield{margin-bottom:13px}
.cfield label{display:block;font-size:13px;color:var(--ink);margin-bottom:5px;font-weight:500}
.cfield input,.cfield textarea{width:100%;box-sizing:border-box;border:1px solid var(--line);border-radius:9px;padding:11px 13px;font-size:14px;font-family:inherit;color:var(--ink);background:#fbfcfe}
.cfield input:focus,.cfield textarea:focus{outline:none;border-color:var(--blue);background:#fff}
.cfield textarea{min-height:90px;resize:vertical}
.cmodal .btn{width:100%;justify-content:center;margin-top:4px}
.section.tint{background:linear-gradient(180deg,#eef4fd,#f7faff)}
.ind-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:22px}
.ind{display:flex;flex-direction:column;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:24px 14px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}
.ind:hover{transform:translateY(-4px);box-shadow:0 16px 34px -18px rgba(21,101,216,.4)}
.ind-ic{width:54px;height:54px;border-radius:50%;background:var(--blue-soft);display:flex;align-items:center;justify-content:center;color:var(--blue)}
.ind-ic .ic{width:26px;height:26px;stroke-width:1.8}
.ind span{font-size:14px;font-weight:600;color:var(--ink)}
@media (max-width:560px){.ind-grid{grid-template-columns:repeat(2,1fr)}}
.contact-fab{position:fixed;bottom:24px;right:24px;z-index:90;width:56px;height:56px;border-radius:50%;background:var(--blue);color:#fff;border:none;cursor:pointer;box-shadow:0 12px 30px -6px rgba(21,101,216,.55);display:flex;align-items:center;justify-content:center;transition:transform .15s}
.contact-fab:hover{transform:scale(1.07)}
.contact-fab .ic{width:24px;height:24px}
/* --- שליחה בוואטסאפ מתוך הטופס --- */
.wa-alt{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:12px}
.wa-alt .wa-or{font-size:13px;color:var(--muted)}
.wa-alt .wa-link{display:inline-flex;align-items:center;gap:8px;
  font-size:14.5px;font-weight:600;color:#128c3f;
  border:1.5px solid rgba(18,140,63,.35);border-radius:8px;padding:9px 16px;
  transition:background .18s,border-color .18s}
.wa-alt .wa-link:hover{background:rgba(37,211,102,.09);border-color:#25d366}
.wa-alt .wa-link svg{width:19px;height:19px;flex:none}
@media (max-width:560px){
  .contact-fab{bottom:20px;right:18px;width:50px;height:50px}
  .wa-alt{flex-direction:column;gap:6px}
  .wa-alt .wa-link{width:100%;justify-content:center}
}
.vmodal{position:fixed;inset:0;background:rgba(15,39,71,.72);display:none;align-items:center;justify-content:center;z-index:100;padding:24px}
.vmodal.open{display:flex}
.vmodal-box{position:relative;width:100%;max-width:860px}
.vclose{position:absolute;top:-42px;left:0;background:none;border:none;cursor:pointer;width:36px;height:36px;display:flex;align-items:center;justify-content:center}
.vclose .ic{width:26px;height:26px;stroke:#fff}
.vframe{position:relative;width:100%;padding-bottom:56.25%;background:#0b1f3a;border-radius:14px;overflow:hidden;box-shadow:0 30px 70px -20px rgba(0,0,0,.6)}
.vframe iframe,.vframe video{position:absolute;inset:0;width:100%;height:100%;border:0}
.vplaceholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#9db4d6;font-size:15px;text-align:center;padding:20px}
.role-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:22px}
.role{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px 18px;transition:transform .2s ease,box-shadow .2s ease}
.role:hover{transform:translateY(-4px);box-shadow:0 18px 38px -18px rgba(21,101,216,.4)}
.role-ic{width:60px;height:60px;border-radius:50%;background:var(--blue-soft);display:flex;align-items:center;justify-content:center;color:var(--blue)}
.role-ic .ic{width:28px;height:28px;stroke-width:1.8}
.role h3{font-size:16px;font-weight:700;color:var(--ink);margin:0;line-height:1.4}
.role p{font-size:13px;color:var(--muted);margin:0;line-height:1.5}
.ind-label{text-align:center;font-size:14px;color:var(--muted);margin:38px 0 16px}
.sector-note{max-width:760px;margin:32px auto 0;text-align:center;font-size:14px;color:var(--muted);line-height:1.7;background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 22px}
.ind-grid.mini{grid-template-columns:repeat(4,1fr)}
.ind-grid.mini .ind{flex-direction:row;justify-content:center;gap:10px;padding:14px 12px;border-radius:12px}
.ind-grid.mini .ind-ic{width:38px;height:38px}
.ind-grid.mini .ind-ic .ic{width:19px;height:19px}
.ind-grid.mini .ind span{font-size:13px}
@media (max-width:640px){.role-grid{grid-template-columns:1fr}.ind-grid.mini{grid-template-columns:repeat(2,1fr)}}
.cstatus{display:none;margin-top:12px;font-size:14px;text-align:center;border-radius:9px;padding:11px 12px;line-height:1.5}
.cstatus.ok{display:block;background:transparent;border:none;padding:0}
.cdone-ic{width:58px;height:58px;border-radius:50%;background:#e8f0fe;display:flex;align-items:center;justify-content:center;margin:8px auto 14px}
.cdone-ic svg{width:28px;height:28px;stroke:#1565d8;stroke-width:2.6;fill:none;stroke-linecap:round;stroke-linejoin:round}
.cdone-msg{background:#e8f0fe;color:#1a3c7e;border:1px solid #cfe0fb;border-radius:10px;padding:13px 14px;font-size:14px;text-align:center;line-height:1.55}
.cstatus.err{display:block;background:#fdecec;color:#b23b3b;border:1px solid #f3c2c2}
.lightbox{position:fixed;inset:0;background:rgba(15,39,71,.85);display:none;align-items:center;justify-content:center;z-index:200;padding:24px;cursor:zoom-out}
.lightbox.open{display:flex}
.lightbox img{max-width:96%;max-height:92%;border-radius:10px;box-shadow:0 30px 80px -20px rgba(0,0,0,.7)}
.lb-x{position:absolute;top:16px;left:16px;background:rgba(255,255,255,.15);border:none;color:#fff;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}
.lb-x .ic{width:20px;height:20px}
.comp-wrap{padding:26px 22px;width:100%;box-sizing:border-box}
.comp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.comp{background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px 16px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}
.comp:hover{transform:translateY(-3px);box-shadow:0 16px 34px -18px rgba(21,101,216,.35)}
.comp-ic{width:54px;height:54px;border-radius:14px;background:var(--blue-soft);display:flex;align-items:center;justify-content:center;color:var(--blue);margin:0 auto 12px}
.comp-ic .ic{width:26px;height:26px;stroke-width:1.8}
.comp h4{font-size:15px;font-weight:700;color:var(--ink);margin:0 0 5px}
.comp p{font-size:12.5px;color:var(--muted);margin:0;line-height:1.5}
.comp.more{background:#f5f8ff;border-style:dashed}
@media (max-width:640px){.comp-grid{grid-template-columns:repeat(2,1fr)}}
.ctabs{display:flex;align-items:center;gap:18px;border-bottom:1px solid #eef2f7;padding:14px 18px 0;flex-wrap:wrap}
.ctab{cursor:pointer;font-size:13px;font-weight:500;color:#1565d8;padding:8px 3px;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}
.ctab:hover{color:#1a3c7e}
.ctab.on{color:#1a3c7e;font-weight:600;border-bottom-color:#1565d8}
.cpane{display:none}
.cpane.on{display:block}
.comp-focus{max-width:540px;margin:0 auto;text-align:center;padding:34px 22px}
.cf-ic{width:64px;height:64px;border-radius:16px;background:var(--blue-soft);display:flex;align-items:center;justify-content:center;color:var(--blue);margin:0 auto 16px}
.cf-ic .ic{width:30px;height:30px;stroke-width:1.8}
.comp-focus h4{font-size:18px;font-weight:700;color:var(--ink);margin:0 0 8px}
.comp-focus p{font-size:14px;color:var(--muted);line-height:1.7;margin:0}
.cphoto{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:#f5f8ff;padding:30px;text-align:center}
.cphoto .cf-ic{margin:0 0 6px}
.cphoto-t{font-size:17px;font-weight:700;color:var(--ink)}
.cphoto-h{font-size:13px;color:#94a3b8}
.c-alt{margin-top:18px}
.c-or{display:flex;align-items:center;gap:12px;color:#94a3b8;font-size:13px;margin:0 0 14px}
.c-or::before,.c-or::after{content:"";flex:1;height:1px;background:var(--line)}
.wa-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;box-sizing:border-box;padding:12px;border:1px solid var(--line);border-radius:10px;color:var(--blue);font-size:14px;font-weight:600;text-decoration:none;transition:background .15s,border-color .15s}
.wa-btn:hover{background:#f5f8ff;border-color:var(--blue)}
.wa-ic{width:20px;height:20px;fill:var(--blue);flex:none}
.custom-banner{display:flex;align-items:center;gap:18px;max-width:900px;margin:38px auto 0;background:linear-gradient(135deg,#1565d8,#1a3c7e);border:none;border-radius:16px;padding:24px 28px;text-align:right;box-shadow:0 22px 44px -20px rgba(21,101,216,.55)}
.cb-ic{width:56px;height:56px;border-radius:14px;background:#fff;display:flex;align-items:center;justify-content:center;color:#1565d8;flex:none;box-shadow:0 6px 16px -8px rgba(21,101,216,.5)}
.cb-ic .ic{width:28px;height:28px;stroke-width:1.8}
.custom-banner h3{font-size:19px;font-weight:800;color:#fff;margin:0 0 6px}
.custom-banner p{font-size:14px;color:rgba(255,255,255,.92);line-height:1.65;margin:0}
@media (max-width:560px){.custom-banner{flex-direction:column;text-align:center}}
.cb-tags{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}
.cb-tags span{background:rgba(255,255,255,.16);color:#fff;font-size:12.5px;font-weight:500;padding:5px 12px;border-radius:20px;white-space:nowrap}
.feat{display:flex;align-items:center;gap:44px;max-width:1000px;margin:0 auto 108px}
.feat.rev{flex-direction:row-reverse}
.feat-txt{flex:1}
.feat-badge{display:inline-block;background:var(--blue-soft);color:#1a3c7e;font-size:12px;font-weight:600;padding:4px 13px;border-radius:20px;margin-bottom:12px}
.feat-badge.accent{background:var(--blue);color:#fff}
.feat-txt h3{font-size:23px;font-weight:800;color:var(--ink);margin:0 0 10px}
.feat-txt p{font-size:16px;color:var(--muted);line-height:1.75;margin:0}
.feat-win{flex:1.3;border-radius:12px;overflow:hidden;border:1px solid var(--line);box-shadow:0 26px 54px -22px rgba(15,39,71,.4);background:#fff}
.feat-win img{width:100%;display:block;cursor:zoom-in}
.feat-win.climax{box-shadow:0 30px 62px -20px rgba(21,101,216,.5)}
.feat-visual{flex:1.3}
.feat-visual .comp-grid{grid-template-columns:repeat(2,1fr)}
@media (max-width:760px){.feat,.feat.rev{flex-direction:column;gap:22px;margin-bottom:60px}.feat-txt{text-align:center}}
.modes-intro{text-align:center;color:var(--muted);font-size:14px;max-width:600px;margin:0 auto 18px}
.modes{display:flex;gap:18px;max-width:780px;margin:0 auto 52px}
.mode{flex:1;background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px 22px;display:flex;gap:14px;align-items:flex-start;text-align:right}
.mode-ic{width:46px;height:46px;border-radius:12px;background:var(--blue-soft);display:flex;align-items:center;justify-content:center;color:var(--blue);flex:none}
.mode-ic .ic{width:24px;height:24px}
.mode h4{font-size:16px;font-weight:700;color:var(--ink);margin:0 0 4px}
.mode p{font-size:13px;color:var(--muted);line-height:1.6;margin:0}
@media (max-width:600px){.modes{flex-direction:column}}
.comp-tabs-card{border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 26px 54px -22px rgba(15,39,71,.4);overflow:hidden}
.dtabs{display:flex;gap:16px;border-bottom:1px solid #eef2f7;padding:12px 16px 0;background:#fff;flex-wrap:wrap}
.dtab{cursor:pointer;font-size:12.5px;font-weight:500;color:#1565d8;padding:8px 3px;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}
.dtab.on{color:#1a3c7e;font-weight:600;border-bottom-color:#1565d8}
.dpane{display:none}
.dpane.on{display:block}
.custom-banner{display:flex;align-items:flex-start;gap:20px;max-width:900px;margin:0 auto;position:relative;overflow:hidden;background:var(--blue);border:none;border-radius:18px;padding:30px 32px;text-align:right;box-shadow:0 26px 54px -20px rgba(21,101,216,.55)}
.cb-deco{position:absolute;border-radius:50%;background:rgba(255,255,255,.06);pointer-events:none}
.cb-deco1{top:-55px;left:-35px;width:200px;height:200px}
.cb-deco2{bottom:-75px;left:55px;width:155px;height:155px}
.cb-ic{position:relative;z-index:1}
.cb-body{position:relative;z-index:1;flex:1}
.cb-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}
.cb-btn{display:inline-flex;align-items:center;gap:7px;font-size:14px;font-weight:700;padding:11px 24px;border-radius:10px;text-decoration:none;transition:background .15s,transform .15s}
.custom-banner .cb-btn{text-decoration:none}
.custom-banner .cb-btn-light{background:#fff;color:#1565d8}
.cb-btn-light:hover{transform:translateY(-2px)}
.custom-banner .cb-btn-ghost{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.6)}
.cb-btn-ghost:hover{background:rgba(255,255,255,.12)}
.wa-ic2{width:18px;height:18px;fill:#fff;flex:none}
.btn-outline{background:transparent;color:var(--blue);border:1.5px solid var(--blue)}
.btn-link{background:transparent;color:var(--blue);border:1.5px solid rgba(21,101,216,.3);
  padding:12.5px 26px;font-weight:600}
.btn-link:hover{background:var(--blue-soft);border-color:var(--blue)}
.btn-outline:hover{background:var(--blue-soft)}
.hero-trust{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:13px;margin-top:16px}
.hero-trust .ic{width:16px;height:16px;color:var(--blue)}
.stats-sec{padding-top:8px}
.stats{display:flex;justify-content:center;gap:0;flex-wrap:wrap;max-width:900px;margin:0 auto}
.stat{text-align:center;padding:0 50px}
.stat:not(:last-child){border-left:1px solid #e2e8f0}
.stat-n{font-size:44px;font-weight:800;color:var(--blue);line-height:1}
.stat-l{font-size:13.5px;color:var(--muted);margin-top:8px;max-width:210px;line-height:1.5}
.cta-band{position:relative;overflow:hidden}
.cta-band h2,.cta-band p,.cta-band .btn{position:relative;z-index:1}
@media (max-width:560px){.stats{flex-direction:column;gap:0}.stat{padding:16px 0;border-left:none;border-top:1px solid #e2e8f0}.stat:first-child{border-top:none}.stat-n{font-size:36px}}
.reveal-on .reveal{opacity:0;transform:translateY(26px);transition:opacity .6s cubic-bezier(.2,.6,.2,1),transform .6s cubic-bezier(.2,.6,.2,1)}
.reveal-on .reveal.in{opacity:1;transform:none}
.reveal-on .quote-card.in:hover{transform:translateY(-6px)}
@media (prefers-reduced-motion:reduce){.reveal-on .reveal{opacity:1;transform:none;transition:none}}
.stat-ic{width:46px;height:46px;border-radius:13px;background:var(--blue-soft);display:flex;align-items:center;justify-content:center;color:var(--blue);margin:0 auto 12px}
.stat-ic .ic{width:23px;height:23px}
.vlb{position:fixed;inset:0;background:rgba(10,20,40,.82);display:none;align-items:center;justify-content:center;z-index:1000;padding:20px}
.vlb.open{display:flex}
.vlb-inner{position:relative;width:min(900px,100%)}
.vlb-x{position:absolute;top:-44px;left:0;background:none;border:none;color:#fff;font-size:34px;line-height:1;cursor:pointer}
.vlb-frame{position:relative;width:100%;aspect-ratio:16/9;background:#0b1b33;border-radius:12px;overflow:hidden;box-shadow:0 30px 70px -20px rgba(0,0,0,.6)}
.vlb-frame iframe,.vlb-frame video{position:absolute;inset:0;width:100%;height:100%;border:0}
.vlb-ph{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:rgba(255,255,255,.7);font-size:14px}
.vlb-play{width:78px;height:78px;border-radius:50%;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center}
.vlb-play .ic{width:32px;height:32px;color:#fff}
.tab-row{display:flex;gap:6px;padding:13px 12px;background:#fff;flex-wrap:wrap;border-bottom:1px solid #eef2f7}
.tab{cursor:pointer;font-size:11px;font-weight:600;color:#5a6b85;padding:6px 12px;border-radius:18px;transition:background .15s,color .15s;white-space:nowrap}
.tab:hover{background:#eef4fd;color:#1565d8}
.tab.on{background:var(--blue);color:#fff}
.tab-pane{display:none;padding:16px}
.tab-pane.on{display:block}
.shot{padding:16px}
.pane-cap{margin-top:12px;font-size:12.5px;line-height:1.55;color:var(--muted);text-align:center}
.hero-eyebrow{font-size:13px;font-weight:700;color:var(--blue);letter-spacing:.03em;margin:8px 0 18px}
#how{scroll-margin-top:90px}

/* ===== תוספות לעמודי פנים ===== */
.site-nav{display:flex;align-items:center;gap:20px}
.site-nav .nav-link.on{color:var(--blue);font-weight:600}
@media (max-width:860px){.site-nav .nav-page{display:none}}
.page-hero{padding:52px 0 40px;background:linear-gradient(180deg,#eef4fd,#fff)}
.page-hero .crumb{font-size:13px;color:var(--muted);margin-bottom:14px}
.page-hero .crumb a{color:var(--blue)}
.page-hero .crumb a:hover{text-decoration:underline}
.page-hero h1{font-size:34px;font-weight:700;color:var(--blue-deep);margin-bottom:14px}
.page-hero .lead{font-size:17px;color:var(--text);line-height:1.8;max-width:640px}
.page-hero .cap-step{margin-bottom:16px}
.video-sec{margin:34px auto 0;max-width:760px}
.shot-full{max-width:900px;margin:0 auto 64px}
.shot-full .frame-note{font-size:14px;color:var(--muted);text-align:center;margin-top:12px;line-height:1.7}
.shot-full h3{font-size:20px;font-weight:700;color:var(--ink);text-align:center;margin-bottom:16px}
.fmt-table{max-width:760px;margin:0 auto;border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff}
.fmt-row{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid #f1f5f9;font-size:14.5px}
.fmt-row:last-child{border-bottom:none}
.fmt-row .fname{font-weight:600;color:var(--ink)}
.fmt-row .fdesc{color:var(--muted);font-size:13px}
.fmt-row .fok{color:#1565d8;display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:13px;white-space:nowrap}
.law-list{max-width:760px;margin:0 auto;display:grid;gap:14px}
.law{display:flex;gap:14px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:18px 20px}
.law .law-ic{width:42px;height:42px;border-radius:11px;background:var(--blue-soft);display:flex;align-items:center;justify-content:center;color:var(--blue);flex:none}
.law .law-ic .ic{width:21px;height:21px}
.law h4{font-size:15px;font-weight:700;color:var(--ink);margin:0 0 4px}
.law p{font-size:13.5px;color:var(--muted);line-height:1.65;margin:0}
.next-prev{display:flex;justify-content:space-between;gap:12px;max-width:900px;margin:0 auto;flex-wrap:wrap}
.next-prev a{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:var(--blue-deep);border:1px solid var(--line);border-radius:10px;padding:12px 20px;transition:border-color .15s,color .15s}
.next-prev a:hover{border-color:var(--blue);color:var(--blue)}
.feat-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:600;color:var(--blue);margin-top:14px}
.feat-link:hover{text-decoration:underline}
.feat-link .ic{width:15px;height:15px}

/* ===== עמוד קליטת נתונים ===== */
.hero .crumb{font-size:13px;color:var(--muted);margin-bottom:14px}
.hero .crumb a{color:var(--blue)}
.hero .crumb a:hover{text-decoration:underline}
.site-nav .nav-page{font-size:13.5px;color:#46546f}
.site-nav .nav-page:hover{color:var(--blue)}
.site-nav .nav-page.on{color:var(--blue);font-weight:600}
@media (max-width:900px){.site-nav .nav-page{display:none}}
.vid-ph{position:relative;width:100%;aspect-ratio:16/9;background:#0b1f3a;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#9db4d6;font-size:14px;text-align:center;padding:16px}
.vid-ph .vlb-play{width:64px;height:64px;border-radius:50%;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;transition:transform .15s,background .15s;cursor:pointer}
.vid-ph:hover .vlb-play{background:rgba(255,255,255,.28);transform:scale(1.06)}
.vid-ph .vlb-play .ic{width:26px;height:26px;color:#fff}
.vid-ph .vid-lbl{max-width:80%;line-height:1.5}
.vid-ph iframe,.vid-ph video{position:absolute;inset:0;width:100%;height:100%;border:0}
.ps-cap{text-align:right;padding:14px 18px 16px;font-size:14.5px;line-height:1.7}
.ps-cap .ps-k{font-weight:700;color:#94a3b8}
.ps-cap .ps-k.sol{color:var(--blue)}

/* ===== עמוד חישוב נוכחות ===== */
.img-ph{width:100%;aspect-ratio:16/9;background:#f5f8ff;border:1.5px dashed #b9cdef;border-radius:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--blue);text-align:center;padding:16px}
.img-ph .ic{width:34px;height:34px;stroke-width:1.6}
.img-ph .ph-t{font-size:14px;font-weight:600;color:#1a3c7e;max-width:85%;line-height:1.5}
.img-ph .ph-f{font-size:11.5px;color:var(--hint);direction:ltr}
.case-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;max-width:1000px;margin:34px auto 0}
.case{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px;transition:transform .2s ease,box-shadow .2s ease}
.case:hover{transform:translateY(-4px);box-shadow:0 18px 38px -18px rgba(21,101,216,.4)}
.case-head{display:flex;align-items:center;gap:12px;margin-bottom:14px}
.case-ic{width:44px;height:44px;border-radius:12px;background:var(--blue-soft);display:flex;align-items:center;justify-content:center;color:var(--blue);flex:none}
.case-ic .ic{width:22px;height:22px;stroke-width:1.8}
.case h4{font-size:16px;font-weight:700;color:var(--ink);margin:0;line-height:1.4}
.case .img-ph{aspect-ratio:16/8;border-radius:10px;margin-bottom:12px}
.case .case-p{font-size:13.5px;color:var(--text);line-height:1.65;margin:0 0 6px}
.case img{width:100%;border-radius:10px;border:1px solid var(--line);margin-bottom:12px;cursor:zoom-in;display:block}
@media (max-width:700px){.case-grid{grid-template-columns:1fr}}

/* ===== כרטיסי Hero מונפשים לעמודי פנים ===== */
.acard .astage{min-height:150px;display:flex;flex-direction:column;gap:10px;justify-content:center}
.achips{display:flex;flex-wrap:wrap;gap:8px}
.achip{display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.25);color:#fff;font-size:12.5px;font-weight:500;padding:7px 12px;border-radius:999px;opacity:0;transform:translateY(8px) scale(.95)}
.achip .ic{width:14px;height:14px;stroke-width:2}
.achip .ok{color:#8ff0b4;display:none;align-items:center}
.run .achip{animation:aPop .45s cubic-bezier(.2,.9,.3,1.4) both}
.run .achip .ok{display:inline-flex;opacity:0;animation:aFade .3s ease both}
.aline{display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.1);border-radius:10px;padding:9px 12px;font-size:12.5px;color:#eaf2ff;opacity:0;transform:translateY(8px)}
.run .aline{animation:aPop .45s ease both}
.aline b{color:#fff;font-weight:700}
.aline .neg{color:#ffd2d2;font-weight:700}
.asweep{height:7px;border-radius:99px;background:rgba(255,255,255,.22);overflow:hidden;opacity:0}
.asweep i{display:block;height:100%;width:0;background:#fff;border-radius:99px}
.run .asweep{animation:aFade .2s ease both}
.run .asweep i{animation:aBar .9s ease both}
.acount{font-size:13px;color:#dceaff;opacity:0}
.run .acount{animation:aFade .3s ease both}
.acount b{color:#fff;font-size:15px;font-variant-numeric:tabular-nums}
.astrike{opacity:0}
.run .astrike{animation:aPop .4s ease both}
.astrike .old{text-decoration:line-through;color:#b9d0f2;font-size:12.5px}
.astrike .new{color:#fff;font-weight:700;font-size:13.5px}
@keyframes aPop{to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes aFade{to{opacity:1}}
@keyframes aBar{from{width:0}to{width:100%}}

/* ===== Hero פנימי — גיאומטריה זהה לעמוד הבית ===== */
/* אין override על הקונטיינר — יורש את .hero .container של הבית אחד-לאחד */
.hero-inner h1{font-size:38px;line-height:1.22}
.hero-inner .hero-text p{font-size:18px;line-height:1.75;max-width:520px}
.hero-inner .card{max-width:400px}
@media (max-width:900px){.hero-inner h1{font-size:30px}}

/* ===== אייקון התחברות בהדר ===== */
.nav-login{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:#46546f;transition:background .15s,color .15s}
.nav-login:hover{background:var(--blue-soft);color:var(--blue)}
.nav-login .ic{width:19px;height:19px}

/* ===== כרטיס Hero קומפקטי (קליטה + חישוב) ===== */
.acard-sm{max-width:400px;padding:26px}
.acard-sm .astage{min-height:0;gap:10px}
.acard-sm .achip{font-size:12.5px;padding:7px 12px;gap:7px}
.acard-sm .aline{font-size:12.5px;padding:9px 12px}
.acard-sm .acount{font-size:13px}
.acard-sm .acount b{font-size:15px}
.acard-sm .astrike .old{font-size:12.5px}
.acard-sm .astrike .new{font-size:13.5px}
.acard-sm .payoff{margin-top:16px}


/* IBM Plex ללא משקל 800 — יישור כותרות */
h1,h2,h3,h4,.feat-txt h3{font-weight:700}

/* ===== נעילת גופן הלוגו — קבוע גם אם גופן האתר ישתנה ===== */
.logo-word{font-family:'IBM Plex Sans Hebrew','IBM Plex Sans',Arial,sans-serif;font-weight:600}

/* ===== פוטר מאוחד כחול-כהה עם CTA ===== */
.mega-foot{background:#0c2d5e;color:#fff;margin-top:0}
.mega-foot .mf-cta{text-align:center;padding-top:72px;padding-bottom:56px}
.mega-foot .mf-cta h2{font-size:32px;font-weight:700;color:#fff;margin:0 0 12px}
.mega-foot .mf-cta p{font-size:16.5px;color:#bcd3f2;margin:0 0 26px}
.btn-white{display:inline-flex;align-items:center;gap:9px;background:#fff;color:#0c2d5e;font-size:15.5px;font-weight:600;padding:13px 30px;border-radius:12px;transition:transform .15s ease,box-shadow .15s ease}
.btn-white:hover{transform:translateY(-2px);box-shadow:0 14px 30px -10px rgba(0,0,0,.45)}
.btn-white .ic{width:17px;height:17px}
.mega-foot .mf-bottom{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.14);padding-top:26px;padding-bottom:30px}
.mf-word{color:#fff;font-size:19px}
.mf-word .lo-ly2{color:#8fbcf5}
.mf-links{display:flex;gap:20px;flex-wrap:wrap}
.mf-links a{color:#bcd3f2;font-size:13.5px;transition:color .15s}
.mf-links a:hover{color:#fff}
.mf-note{color:#7d9cc9;font-size:12.5px}
@media (max-width:760px){.mega-foot .mf-bottom{flex-direction:column;text-align:center}.mega-foot .mf-cta h2{font-size:26px}}


/* ============================================================
   ===== תוספות 2026-08 — נגישות, ניווט מובייל, FAQ, טיפוגרפיה =====
   ============================================================ */

/* --- כללי טיפוגרפיה שהיו קודם inline ב-index --- */
h1,h2,h3,h4{font-weight:700}
.logo .logo-word{font-family:'IBM Plex Sans Hebrew','IBM Plex Sans',Arial,sans-serif;font-weight:600}

/* --- דילוג לתוכן (מקלדת/קורא מסך) --- */
.skip-link{position:absolute;right:-9999px;top:0;z-index:200;background:var(--blue);color:#fff;
  padding:12px 22px;border-radius:0 0 10px 10px;font-size:14px;font-weight:600}
.skip-link:focus{right:24px}

/* --- מיקוד גלוי בכל האלמנטים האינטראקטיביים --- */
a:focus-visible,button:focus-visible,summary:focus-visible,
input:focus-visible,textarea:focus-visible,[role="tab"]:focus-visible{
  outline:3px solid #1565d8;outline-offset:2px;border-radius:6px}

/* --- ניווט מובייל (עד 900px התפריט העליון מוסתר) --- */
.nav-toggle{display:none;align-items:center;justify-content:center;width:40px;height:40px;
  border:1px solid var(--line);border-radius:10px;background:#fff;color:#1a3c7e;cursor:pointer;
  transition:background .15s,border-color .15s}
.nav-toggle:hover{background:var(--blue-soft);border-color:var(--blue)}
.nav-toggle .ic{width:20px;height:20px}
.mobile-nav{display:none;flex-direction:column;border-top:1px solid #eef2f7;background:#fff;padding:6px 24px 14px}
.mobile-nav a{display:block;padding:13px 2px;font-size:15px;color:#1a3c7e;border-bottom:1px solid #f3f6fb}
.mobile-nav a:last-child{border-bottom:none}
.mobile-nav a:hover{color:var(--blue)}
@media (max-width:900px){
  .nav-toggle{display:inline-flex}
  .mobile-nav:not([hidden]){display:flex}
  .site-nav{gap:12px}
}
@media (max-width:420px){
  .site-nav .btn-sm{font-size:13px;padding:8px 14px}
}

/* --- תיקון: תמונות עם width/height בתגית חייבות height:auto --- */
.feat-win img,.screen img,.case img,.shot img,.tab-pane img{height:auto}

/* --- טאבים כ-<button> (איפוס סגנון ברירת המחדל של הדפדפן) --- */
.tab{border:none;background:none;font-family:inherit;line-height:1.4;appearance:none}
.tab-pane[hidden]{display:none}

/* --- כפתורים בבאנר ההתאמה האישית כ-<button> --- */
.cb-btn{border:none;font-family:inherit;cursor:pointer;line-height:1.4}

/* --- תוויות סטטיסטיקה ארוכות יותר --- */
.stat-l{max-width:240px}
@media (max-width:560px){.stat-l{max-width:100%;padding:0 12px}}

/* --- שאלות נפוצות --- */
.faq-list{max-width:820px;margin:0 auto;display:flex;flex-direction:column;gap:10px}
.faq-item{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;
  transition:border-color .15s,box-shadow .15s}
.faq-item[open]{border-color:#cfe0fb;box-shadow:0 14px 32px -22px rgba(15,39,71,.4)}
.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:14px;
  cursor:pointer;list-style:none;padding:18px 22px;font-size:15.5px;font-weight:600;color:var(--ink)}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:hover{color:var(--blue)}
.faq-chev{width:18px;height:18px;color:var(--blue);flex:none;transition:transform .2s ease}
.faq-item[open] .faq-chev{transform:rotate(180deg)}
.faq-a{padding:0 22px 20px;font-size:14.5px;color:var(--text);line-height:1.85}
.faq-a .faq-link{color:var(--blue);font-weight:600;border-bottom:1px solid rgba(21,101,216,.35)}
.faq-a .faq-link:hover{border-bottom-color:var(--blue)}
@media (max-width:560px){
  .faq-item summary{padding:16px;font-size:14.5px}
  .faq-a{padding:0 16px 16px;font-size:14px}
}

/* --- שדה מלכודת ספאם (honeypot) --- */
.hp{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

/* --- כפתור שליחה כ-<button> במצב מנוטרל --- */
.cmodal .btn[disabled]{opacity:.6;pointer-events:none}

/* --- המלצות לקוחות --- */
.quotes{align-items:stretch;margin-top:8px}
.quotes .quote-card{height:100%}
.person .pn,.person .pr,.person .pph{display:block}
.person .pph{font-size:12.5px;color:var(--blue);font-weight:500;margin-top:2px;direction:ltr;text-align:right}
.person .pph:hover{text-decoration:underline}
.quote-card blockquote{margin:0}
@media (max-width:900px){.quotes{grid-template-columns:1fr;max-width:620px;margin-inline:auto}}

/* --- רצועת לוגואים של לקוחות --- */
.logo-strip{margin-top:44px;padding-top:32px;border-top:1px solid var(--line);text-align:center}
.logo-strip .ls-lead{display:block;font-size:13px;color:var(--hint);font-weight:500;margin-bottom:20px}
.logo-strip .ls-row{display:flex;align-items:center;justify-content:center;gap:52px;flex-wrap:wrap}
.logo-strip .ls-item{display:inline-flex;align-items:center;filter:grayscale(1);opacity:.72;
  transition:filter .2s ease,opacity .2s ease}
.logo-strip .ls-item:hover{filter:none;opacity:1}
.logo-strip .ls-item img{height:52px;width:auto;display:block}
@media (max-width:560px){.logo-strip .ls-row{gap:32px}.logo-strip .ls-item img{height:42px}}

/* --- שורת אימות ההמלצות --- */
.verify-note{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;
  margin:26px auto 0;max-width:640px;text-align:center;font-size:13.5px;color:var(--muted)}
.verify-note .ic{width:16px;height:16px;color:var(--blue);flex:none}
.link-btn{background:none;border:none;padding:0;font:inherit;color:var(--blue);font-weight:600;
  cursor:pointer;text-decoration:underline;text-underline-offset:3px}
.link-btn:hover{color:var(--blue-deep)}

/* --- אווטאר שהוא סמל משרד ולא תצלום: להכיל, לא לחתוך --- */
.avatar.avatar-logo{background:#fff}
.avatar.avatar-logo img{object-fit:contain;padding:4px}

/* --- פורמטים נתמכים (בתוך שלב 1) --- */
.formats{margin-top:16px}
.formats .fmt-lead{display:block;font-size:13px;color:var(--hint);margin-bottom:9px}
.formats .chip{font-size:12.5px;padding:4px 12px;margin:0 0 6px 6px}
@media (max-width:760px){.formats{margin-inline:auto;max-width:420px}}

/* --- "פרטים בקרוב" בסגנון קישור הפרטים, ללא לחיצות --- */
.feat-soon{cursor:default;pointer-events:none}

/* --- רצועת התהליך --- */
.flow-strip{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:4px;
  margin:0 auto 46px;max-width:1150px}
.flow-strip .fl-step{display:inline-flex;align-items:center;gap:6px;background:#fff;
  border:1px solid var(--line);border-radius:22px;padding:6px 11px 6px 6px}
.flow-strip .fl-n{display:inline-flex;align-items:center;justify-content:center;width:21px;height:21px;
  border-radius:50%;background:var(--blue);color:#fff;font-size:11.5px;font-weight:700;flex:none}
.flow-strip .fl-t{font-size:12.5px;color:#28405f;font-weight:500;white-space:nowrap}
.flow-strip .fl-arrow{color:#b9c6da;font-size:17px;line-height:1}
@media (max-width:700px){
  .flow-strip{gap:5px}
  .flow-strip .fl-step{padding:5px 10px 5px 6px}
  .flow-strip .fl-t{font-size:12px}
  .flow-strip .fl-arrow{display:none}
}


/* --- שורת ההדגשה בכל שלב --- */
.stp-note{display:flex;align-items:flex-start;gap:7px;margin-top:12px;padding-top:12px;
  border-top:1px solid var(--line);font-size:13.5px;color:var(--muted);line-height:1.7}
.stp-note .ic{width:16px;height:16px;color:var(--blue);flex:none;margin-top:3px}
@media (max-width:760px){.stp-note{justify-content:center;text-align:right;max-width:420px;margin-inline:auto}}

/* --- בלוק "בקרוב" בסוף התהליך --- */
.next-up{display:flex;align-items:flex-start;gap:18px;margin-top:12px;padding:24px 28px;
  background:#f2f8ff;border:1px solid #d3e6fb;border-radius:16px}
.next-up .nu-badge{flex:none;background:#dcecfd;color:#175196;
  font-size:11.5px;font-weight:700;padding:5px 13px;border-radius:20px;letter-spacing:.02em}
.next-up .nu-body{flex:1}
.next-up .nu-body h3{font-size:17px;color:#123c72;margin:0 0 6px}
.next-up .nu-body p{font-size:14px;color:#42607f;line-height:1.8;margin:0}
@media (max-width:700px){.next-up{flex-direction:column;text-align:center;gap:12px;align-items:center}}

/* --- שורת משנה מתחת לכפתור הראשי --- */
.cta-sub{margin-top:12px;font-size:13px;color:var(--hint)}
@media (max-width:760px){.cta-sub{text-align:center}}

/* --- רצועת בחירה (לא רצף — שלוש חלופות) --- */
.choice-strip{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;
  margin:0 auto 46px;max-width:900px}
.choice-strip .cs-lead{font-size:13.5px;color:var(--hint);font-weight:500;margin-inline-end:4px}
.choice-strip .cs-opt{display:inline-flex;align-items:center;gap:8px;background:#fff;
  border:1px solid var(--line);border-radius:22px;padding:9px 18px;font-size:13.5px;
  color:#28405f;font-weight:500;transition:border-color .15s,color .15s,box-shadow .15s}
.choice-strip .cs-opt:hover{border-color:var(--blue);color:var(--blue);
  box-shadow:0 8px 20px -14px rgba(21,101,216,.6)}
.choice-strip .cs-opt .ic{width:17px;height:17px;color:var(--blue);flex:none}
@media (max-width:620px){
  .choice-strip{gap:8px}
  .choice-strip .cs-lead{width:100%;text-align:center;margin:0 0 2px}
  .choice-strip .cs-opt{padding:8px 14px;font-size:13px}
}

/* --- זוג "לפני ואחרי" --- */
.ba-pair{display:flex;flex-direction:column;gap:16px}
.ba-item{margin:0}
.ba-item img{width:100%;height:auto;display:block;border:1px solid var(--line);
  border-radius:10px;cursor:zoom-in;background:#fff}
.ba-item figcaption{margin-top:8px;text-align:center;font-size:12.5px;color:var(--hint);font-weight:600}
.ba-item figcaption{display:inline-block;background:var(--blue-soft);color:#1a3c7e;
  padding:3px 12px;border-radius:20px;margin-top:9px}

/* --- גובה כותרת ראשית אחיד בכל העמודים (מונע קפיצה במעבר) --- */
@media (min-width:1060px){
  .hero .container{min-height:530px;box-sizing:border-box}
}

/* --- גובה אחיד לכרטיס שבכותרת הראשית, בכל העמודים --- */
@media (min-width:1060px){
  .hero .card{min-height:410px;display:flex;flex-direction:column}
  .hero .card .astage,.hero .card .step:last-of-type{flex:1}
}

/* --- מובייל: יישור כרטיס הכותרת הראשית בין העמודים --- */
@media (max-width:900px){
  .hero .card{min-height:420px;padding:20px;display:flex;flex-direction:column}
  .hero .card .astage{flex:1}
  .hero .card .achip{font-size:11.5px;padding:5px 10px;gap:6px}
  .hero .card .aline{font-size:11.5px;padding:7px 10px}
  .hero .card .acount{font-size:12px}
  .hero .card .acount b{font-size:13.5px}
  .hero .card .astrike .old{font-size:11.5px}
  .hero .card .astrike .new{font-size:12.5px}
}

/* --- כרטיסיות: ריווח מעט צר יותר כדי שחמש ייכנסו לשורה אחת --- */
.feat-win .tab-row .tab{padding-inline:9px}
.feat-win .tab-row{gap:5px}

/* --- שורת מועד המפגש בחלונית --- */
.meet-when{margin:0 0 16px;padding:11px 14px;background:var(--blue-soft);
  border:1px solid #d3e6fb;border-radius:10px;font-size:13px;color:#1a3c7e;line-height:1.7}
.meet-when b{font-weight:700}

/* --- שורת מועד המפגש בסקשן הסיום (רקע כהה) --- */
.mf-meet{margin:0 0 26px;font-size:13.5px;color:#cfe0f7;line-height:1.8}
.mf-meet b{color:#fff;font-weight:700}

/* --- קופסת פרטי המפגש --- */
.meet-when .mw-lead{font-size:13.5px;color:#1a3c7e;line-height:1.85}
.meet-when .mw-meta{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;
  gap:0 10px;margin-top:12px;padding-top:11px;border-top:1px solid #cfe0f7;
  font-size:12.5px;font-weight:600;color:#1a3c7e}
.meet-when .mw-meta i{color:#9dbde3;font-style:normal}
.meet-when .mw-meta.mw-tbd{font-weight:500;color:#46546f}
.meet-when .mw-meta + .mw-meta{border-top:none;margin-top:6px;padding-top:0}
.meet-when .mw-meta:first-child{border-top:none;margin-top:0;padding-top:0}
.mf-meet{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0 10px}
.mf-meet i{color:rgba(255,255,255,.35);font-style:normal}
.mf-meet span{color:#fff;font-weight:600}

/* --- שלוש ההטבות בקופסת המפגש --- */
.meet-when .mw-perks{list-style:none;margin:0;padding:0}
.meet-when .mw-perks li{position:relative;padding-inline-start:22px;margin-bottom:8px;
  font-size:13px;color:#1a3c7e;line-height:1.7}
.meet-when .mw-perks li:last-child{margin-bottom:0}
.meet-when .mw-perks li::before{content:'';position:absolute;inset-inline-start:3px;top:4px;
  width:6px;height:11px;border-right:2.2px solid var(--blue);border-bottom:2.2px solid var(--blue);
  transform:rotate(45deg)}
.meet-when .mw-perks b{font-weight:700}

/* ==========================================================================
   התאמת גדלי גופן למובייל
   ========================================================================== */
@media (max-width:640px){
  .container{padding:0 18px}

  /* כותרת עליונה — הכפתור לא נשבר לשתי שורות */
  .site-head .container{padding-top:12px;padding-bottom:12px}
  .site-nav{gap:10px}
  .site-nav .btn-sm{font-size:13px;padding:9px 14px;white-space:nowrap;flex:none;min-width:max-content}
  .logo-word{font-size:20px}

  /* הירו */
  .hero .container{padding-top:34px;padding-bottom:40px;gap:32px}
  .hero-text h1,.hero-inner h1{font-size:27px;line-height:1.25;margin-bottom:14px}
  .hero-text p,.hero-inner .hero-text p{font-size:15.5px;line-height:1.7;margin-bottom:22px}
  .crumb{font-size:12.5px}
  .hero-trust{font-size:12px;margin-top:14px;align-items:flex-start}
  .cta-sub{font-size:12px;line-height:1.7}

  /* כפתור ראשי — רוחב מלא כדי שטקסט ארוך לא יגלוש */
  .hero-cta{gap:8px;width:100%;flex-direction:column;align-items:stretch}
  .hero-cta .btn{width:100%;justify-content:center;font-size:15px;padding:13px 16px;text-align:center}
  .hero-cta .btn-outline,.hero-cta .btn-link{width:auto;align-self:center;border:none;background:none;
    padding:8px 4px;font-size:14px;font-weight:600}
  .hero-cta .btn-link{border:none}
  .hero-cta .btn-outline:hover,.hero-cta .btn-link:hover{background:none;text-decoration:underline}
  .cta-sub .cs-more{display:none}

  /* כותרות סקשנים */
  .section h2{font-size:21px;line-height:1.35}
  .section .sub{font-size:14px;margin-bottom:24px}
  .feat-txt h3{font-size:19px}
  .feat-txt p{font-size:14.5px}
  .role h3{font-size:15px}
  .role p{font-size:12.5px}

  /* פוטר */
  .mega-foot .mf-cta{padding-top:48px;padding-bottom:40px}
  .mega-foot .mf-cta h2{font-size:22px;line-height:1.35}
  .mega-foot .mf-cta p{font-size:15px;margin:0 0 22px}
  .btn-white{font-size:14.5px;padding:12px 22px}

  /* שאלות נפוצות והמלצות */
  .faq-item summary{font-size:15px}
  .faq-a{font-size:13.5px}
  .quote-card{padding:26px 20px 20px}
}

@media (max-width:400px){
  .hero-text h1,.hero-inner h1{font-size:24px}
  .hero-text p,.hero-inner .hero-text p{font-size:15px}
  .site-nav .btn-sm{font-size:12.5px;padding:8px 12px;white-space:nowrap;flex:none;min-width:max-content}
  .logo-word{font-size:18px}
  .section h2{font-size:19.5px}
  .mega-foot .mf-cta h2{font-size:20px}
}
