/* ═══ Sticky by Pizi — sticker-sheet design language on a dark stage ═══ */
:root{
  --bg:#071811; --surface:#0E241B; --surface2:#13301F;
  --green:#33E07A; --lime:#C6F45C; --txt:#F2EFE5; --sub:#98A59D; --amber:#FFC457;
  --ink:#071811; --radius:18px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  background:var(--bg);color:var(--txt);line-height:1.6;overflow-x:hidden;
  font-family:'Heebo',system-ui,sans-serif;
}
html[lang="en"] body{font-family:'Inter','Heebo',system-ui,sans-serif}
img,video{max-width:100%;display:block}
a{color:var(--green)}
::selection{background:var(--green);color:var(--ink)}

.skip-link{position:absolute;top:-60px;right:12px;background:var(--green);color:var(--ink);
  padding:10px 18px;border-radius:10px;z-index:200;font-weight:700;transition:top .2s}
.skip-link:focus{top:12px}
:focus-visible{outline:3px solid var(--lime);outline-offset:3px;border-radius:6px}

/* ── buttons ── */
.wa-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;text-decoration:none;cursor:pointer;
  background:var(--green);color:var(--ink);font-weight:800;font-family:inherit;
  border:none;border-radius:999px;padding:14px 26px;font-size:17px;
  box-shadow:0 6px 18px rgba(51,224,122,.35), inset 0 -3px 0 rgba(7,24,17,.25);
  transition:transform .15s, box-shadow .15s;
}
.wa-btn:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(51,224,122,.45), inset 0 -3px 0 rgba(7,24,17,.25)}
.wa-btn:active{transform:translateY(1px)}
.wa-btn svg{flex:none}
.wa-btn.small{padding:9px 16px;font-size:14.5px}
.wa-btn.big{padding:17px 34px;font-size:clamp(17px,2.4vw,21px);width:100%;max-width:420px;flex-direction:column;gap:2px}
.wa-btn.big small{font-weight:500;font-size:12.5px;opacity:.8}
.ghost-btn{background:transparent;border:1.5px solid var(--surface2);color:var(--txt);border-radius:999px;
  padding:8px 14px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:border-color .15s}
.ghost-btn:hover{border-color:var(--green)}

/* ── header ── */
.hdr{max-width:1120px;margin:0 auto;padding:16px 20px;display:flex;align-items:center;gap:14px}
.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--txt)}
.brand img{width:44px;height:44px}
.brand-name{font-weight:800;font-size:22px;line-height:1.05}
.brand-by{font-size:11.5px;color:var(--sub);font-weight:500;display:block}
.hdr-spacer{flex:1}

/* ── hero ── */
.hero{max-width:1120px;margin:0 auto;padding:26px 20px 60px;display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center;position:relative}
.hero h1{font-weight:800;font-size:clamp(34px,5.4vw,62px);line-height:1.12;letter-spacing:-.5px}
.hero h1 em{font-style:normal;color:var(--green);position:relative;white-space:nowrap}
.hero h1 em::after{content:"";position:absolute;right:0;left:0;bottom:2px;height:9px;background:var(--lime);opacity:.28;border-radius:4px}
.hero .sub{color:var(--sub);font-size:clamp(15.5px,1.9vw,19px);margin:16px 0 24px;max-width:36ch}
.free-line{display:flex;align-items:center;gap:8px;margin-top:16px;font-weight:700;color:var(--amber);font-size:15.5px}
.free-sub{color:var(--sub);font-size:13.5px;margin-top:4px}
.spark{position:absolute;color:var(--lime);opacity:.5;animation:tw 2.6s infinite;pointer-events:none}
@keyframes tw{0%,100%{opacity:.15;transform:scale(.85)}50%{opacity:.6;transform:scale(1.1)}}

/* ── the live phone: video → sticker choreography ── */
.stage{display:flex;justify-content:center;position:relative}
.phone{width:min(320px,86vw);background:#04120c;border:1.5px solid #1d3a2a;border-radius:38px;padding:10px;
  box-shadow:0 30px 80px rgba(0,0,0,.6), 0 0 60px rgba(51,224,122,.08)}
.screen{background:#0b141a url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="70" height="70" opacity=".05"><path d="M10 10h4v4h-4zM40 30h4v4h-4zM20 55h4v4h-4z" fill="%2333E07A"/></svg>');
  border-radius:30px;min-height:480px;position:relative;overflow:hidden;padding:56px 12px 16px;display:flex;flex-direction:column;gap:10px}
.wa-top{position:absolute;inset:0 0 auto 0;height:44px;background:#0E241B;display:flex;align-items:center;gap:10px;padding:0 14px;border-bottom:1px solid rgba(51,224,122,.15)}
.wa-top img{width:28px;height:28px}
.wa-top b{font-size:14px}
.wa-top small{display:block;font-size:11px;color:var(--green);line-height:1}
.pbub{max-width:82%;border-radius:14px;padding:6px;position:relative;opacity:0;transform:translateY(14px) scale(.94)}
.pbub.show{opacity:1;transform:none;transition:opacity .45s, transform .45s cubic-bezier(.34,1.56,.64,1)}
.pbub.me{background:#144d33;margin-inline-start:auto;border-bottom-left-radius:4px}
.pbub.bot{background:#16281f;border-bottom-right-radius:4px}
.pbub .cap{display:block;font-size:12px;color:#cfe9d8;padding:5px 6px 3px}
.vid-wrap{position:relative;border-radius:10px;overflow:hidden;width:200px}
.vid-wrap video{width:100%;border-radius:10px}
/* dashed cut-line + scissors sweep over the video */
.cutline{position:absolute;inset:6px;border:2.5px dashed var(--lime);border-radius:12px;opacity:0;pointer-events:none}
.phase-cut .cutline{opacity:1;animation:dashmove 1.2s linear infinite}
@keyframes dashmove{to{stroke-dashoffset:0;transform:rotate(.6deg)}}
.scissors{position:absolute;top:-12px;inset-inline-start:-8px;font-size:20px;opacity:0;pointer-events:none}
.phase-cut .scissors{opacity:1;animation:snip 2.2s linear forwards}
@keyframes snip{0%{offset-distance:0;top:-12px;inset-inline-start:-8px}25%{top:-12px;inset-inline-start:95%}50%{top:95%;inset-inline-start:95%}75%{top:95%;inset-inline-start:-8px}100%{top:-12px;inset-inline-start:-8px}}
.typing{display:inline-flex;gap:4px;padding:12px 14px}
.typing i{width:7px;height:7px;background:#5b7a68;border-radius:50%;animation:blink 1s infinite}
.typing i:nth-child(2){animation-delay:.15s}.typing i:nth-child(3){animation-delay:.3s}
@keyframes blink{0%,80%,100%{opacity:.25}40%{opacity:1}}
/* the animated sticker: same footage die-cut in a white-border mask, wiggling alive */
.sticker-out{display:flex;flex-direction:column;align-items:center;gap:6px;padding:8px}
.sticker-mask{width:150px;height:150px;border-radius:32px;overflow:hidden;border:6px solid #fff;
  box-shadow:0 8px 22px rgba(0,0,0,.45);transform:rotate(-3deg)}
.sticker-mask video{width:100%;height:100%;object-fit:cover}
.phase-sticker .sticker-mask{animation:alive 2.6s ease-in-out infinite}
@keyframes alive{0%,100%{transform:rotate(-3deg) scale(1)}50%{transform:rotate(2deg) scale(1.04)}}
.pop-burst{position:absolute;font-size:20px;opacity:0}
.phase-sticker .pop-burst{animation:burst 1s ease-out forwards}
@keyframes burst{0%{opacity:0;transform:scale(.4)}30%{opacity:1}100%{opacity:0;transform:scale(1.7) translateY(-18px)}}
.stage-badge{position:absolute;top:-14px;inset-inline-end:-6px;background:var(--green);color:var(--ink);font-weight:800;
  font-size:14px;padding:8px 16px;border-radius:999px;transform:rotate(6deg);box-shadow:0 6px 18px rgba(51,224,122,.4)}

/* ── sections ── */
section{max-width:1120px;margin:0 auto;padding:52px 20px}
.sec-title{font-weight:800;font-size:clamp(26px,3.6vw,38px);text-align:center;margin-bottom:34px}
.sec-title em{font-style:normal;color:var(--green)}

/* steps */
.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;counter-reset:step}
.step{background:var(--surface);border:1px solid rgba(51,224,122,.18);border-radius:var(--radius);
  padding:28px 22px;text-align:center;position:relative;opacity:0;transform:translateY(24px);transition:opacity .5s,transform .5s}
.step.inview{opacity:1;transform:none}
.step .num{position:absolute;top:-16px;inset-inline-start:20px;width:34px;height:34px;border-radius:50%;
  background:var(--green);color:var(--ink);font-weight:800;display:grid;place-items:center;font-size:16px;box-shadow:0 4px 14px rgba(51,224,122,.4)}
.step svg{margin:0 auto 14px}
.step b{display:block;font-size:18px;margin-bottom:6px}
.step span{color:var(--sub);font-size:14.5px}

/* pricing */
.price-grid{display:grid;grid-template-columns:repeat(2,minmax(230px,290px));gap:22px;justify-content:center}
.price-card{border-radius:var(--radius);padding:30px 24px;text-align:center;position:relative}
.price-card.free{background:linear-gradient(160deg,#1d7a48,#12502f);border:1.5px solid var(--green);box-shadow:0 14px 40px rgba(51,224,122,.18)}
.price-card.paid{background:var(--surface);border:1px solid rgba(152,165,157,.25)}
.price-card .pc-top{font-size:15px;font-weight:600;color:var(--txt);opacity:.9}
.price-card .amount{font-weight:800;font-size:44px;margin:6px 0}
.price-card.free .amount{color:var(--lime)}
.price-card.paid .amount{color:var(--txt)}
.price-card .pc-sub{color:var(--sub);font-size:13.5px}
.price-card.free .pc-sub{color:#d9f5e2}
.pc-badge{position:absolute;top:-13px;inset-inline-start:50%;transform:translateX(50%);background:var(--amber);color:var(--ink);
  font-weight:800;font-size:12.5px;padding:4px 14px;border-radius:999px}
html[dir="ltr"] .pc-badge{transform:translateX(-50%)}
.price-cta{display:flex;justify-content:center;margin-top:30px}

/* FAQ */
.faq{max-width:680px;margin:0 auto}
.faq-item{background:var(--surface);border:1px solid rgba(51,224,122,.14);border-radius:14px;margin-bottom:12px;overflow:hidden}
.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;background:none;border:none;
  color:var(--txt);font-family:inherit;font-size:16px;font-weight:700;padding:16px 20px;cursor:pointer;text-align:start}
.faq-q .chev{transition:transform .25s;color:var(--green);flex:none}
.faq-q[aria-expanded="true"] .chev{transform:rotate(180deg)}
.faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease}
.faq-a p{padding:0 20px 16px;color:var(--sub);font-size:14.5px}

/* footer */
.site-footer{border-top:1px solid rgba(152,165,157,.16);margin-top:34px;padding:24px 20px 104px;color:var(--sub);font-size:13px}
.footer-inner{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}
.footer-mark{display:inline-flex;align-items:center;gap:9px;color:var(--txt);text-decoration:none}
.footer-mark img{width:34px;height:34px}
.footer-mark b{display:block;font-size:15px;line-height:1.05}
.footer-mark small{display:block;color:var(--sub);font-size:10.5px}
.site-footer .links{display:flex;align-items:center;justify-content:center;gap:22px;flex-wrap:wrap}
.site-footer .links a,.footer-meta a{color:var(--sub);text-decoration:none;transition:color .15s}
.site-footer .links a:hover,.footer-meta a:hover{color:var(--green)}
.footer-meta{display:flex;align-items:center;justify-content:flex-end;gap:8px;white-space:nowrap}

/* dedicated legal hub */
.legal-body{background:
  radial-gradient(circle at 50% -20%,rgba(51,224,122,.09),transparent 38%),
  var(--bg)}
.legal-header{border-bottom:1px solid rgba(152,165,157,.14)}
.back-link{color:var(--sub);text-decoration:none;font-size:14px;font-weight:600}
.back-link:hover{color:var(--green)}
.legal-page{max-width:900px;margin:0 auto;padding:54px 20px 80px}
.legal-hero{text-align:center;max-width:660px;margin:0 auto 34px}
.legal-eyebrow{display:inline-block;color:var(--green);font-size:13px;font-weight:800;letter-spacing:.04em;margin-bottom:8px}
.legal-hero h1{font-size:clamp(32px,5vw,48px);line-height:1.15;letter-spacing:-.4px}
.legal-hero p{color:var(--sub);font-size:16px;margin-top:12px}
.legal-nav{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-bottom:34px}
.legal-nav a{border:1px solid rgba(152,165,157,.22);border-radius:999px;padding:8px 14px;color:var(--txt);text-decoration:none;font-size:13px;font-weight:600}
.legal-nav a:hover{border-color:var(--green);color:var(--green)}
.legal-doc{scroll-margin-top:20px;background:rgba(14,36,27,.82);border:1px solid rgba(152,165,157,.18);border-radius:18px;padding:clamp(22px,4vw,38px);margin-bottom:18px;box-shadow:0 18px 48px rgba(0,0,0,.16)}
.legal-doc h2{font-size:clamp(22px,3vw,30px);margin-bottom:2px}
.legal-doc p{color:#b4beb8;font-size:14px;line-height:1.82;margin-top:13px}
.legal-doc b{color:var(--txt)}
.legal-version{font-size:12px!important;color:var(--sub)!important;margin-top:2px!important}
.legal-contact{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(135deg,rgba(51,224,122,.12),rgba(198,244,92,.05));border:1px solid rgba(51,224,122,.24);border-radius:18px;padding:24px 28px;margin-top:28px}
.legal-contact h2{font-size:19px}
.legal-contact p{color:var(--sub);font-size:13.5px;margin-top:3px}
.legal-contact a{flex:none;border-radius:999px;background:var(--green);color:var(--ink);padding:10px 17px;text-decoration:none;font-weight:800}

/* ── chat widget ── */
.chat-fab{position:fixed;bottom:18px;inset-inline-start:18px;z-index:80;display:flex;align-items:center;gap:9px;
  background:var(--surface2);color:var(--txt);border:1.5px solid var(--green);border-radius:999px;padding:10px 18px 10px 12px;
  font-family:inherit;font-size:15px;font-weight:700;cursor:pointer;box-shadow:0 10px 30px rgba(0,0,0,.5);transition:transform .15s}
.chat-fab:hover{transform:translateY(-2px)}
.chat-fab img{width:30px;height:30px}
.chat{position:fixed;bottom:84px;inset-inline-start:18px;z-index:80;width:min(370px,calc(100vw - 36px));height:480px;
  background:var(--surface);border:1px solid rgba(51,224,122,.35);border-radius:18px;overflow:hidden;
  display:none;flex-direction:column;box-shadow:0 30px 70px rgba(0,0,0,.6)}
.chat.open{display:flex}
.chat-head{background:var(--surface2);padding:12px 14px;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(51,224,122,.2)}
.chat-head img{width:34px;height:34px}
.chat-head b{font-size:15px;display:block;line-height:1.1}
.chat-head small{font-size:11.5px;color:var(--green)}
.chat-x{margin-inline-start:auto;background:none;border:none;color:var(--sub);font-size:20px;cursor:pointer;padding:4px 8px;border-radius:8px}
.chat-x:hover{color:var(--txt)}
.chat-log{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:9px}
.cm{max-width:84%;padding:9px 13px;border-radius:14px;font-size:14.5px;white-space:pre-wrap;overflow-wrap:break-word}
.cm.user{background:var(--green);color:var(--ink);margin-inline-start:auto;border-bottom-left-radius:4px;font-weight:500}
html[dir="ltr"] .cm.user{border-bottom-left-radius:14px;border-bottom-right-radius:4px}
.cm.bot{background:var(--surface2);border-bottom-right-radius:4px}
html[dir="ltr"] .cm.bot{border-bottom-right-radius:14px;border-bottom-left-radius:4px}
.chat-in{display:flex;gap:8px;padding:10px;border-top:1px solid rgba(51,224,122,.2)}
.chat-in input{flex:1;background:var(--bg);border:1.5px solid var(--surface2);border-radius:999px;color:var(--txt);
  padding:10px 16px;font-family:inherit;font-size:14.5px;outline:none}
.chat-in input:focus{border-color:var(--green)}
.chat-send{background:var(--green);border:none;color:var(--ink);width:42px;height:42px;border-radius:50%;font-size:16px;cursor:pointer;flex:none}
.chat-note{font-size:10.5px;color:var(--sub);text-align:center;padding:0 12px 9px;background:var(--surface)}

/* ── responsive ── */
@media (max-width:900px){
  .hero{grid-template-columns:1fr;text-align:center;padding-bottom:36px;gap:30px}
  .hero .sub{margin-inline:auto}
  .free-line{justify-content:center}
  .steps{grid-template-columns:1fr;max-width:420px;margin:0 auto;gap:30px}
  .step:not(:last-child)::after{content:"";position:absolute;bottom:-26px;right:50%;height:22px;border-inline-start:2px dashed rgba(51,224,122,.4)}
  .price-grid{grid-template-columns:minmax(230px,320px)}
  .hdr .wa-btn.small span{display:none}
  .hdr .wa-btn.small{padding:9px 12px}
  .footer-inner{grid-template-columns:1fr;text-align:center;gap:18px}
  .footer-mark,.footer-meta{justify-self:center}
  .site-footer .links{gap:14px 20px}
  .legal-contact{align-items:flex-start;flex-direction:column}
}
@media (prefers-reduced-motion: reduce){
  *{animation-duration:.001s !important;animation-iteration-count:1 !important;transition-duration:.001s !important}
  .step{opacity:1;transform:none}
}

/* ═══ v4: the LIVE chat inside the hero phone (index.html) ═══ */
/* גובה קבוע — המסגרת לא זזה; רק .plog גולל בפנים (fix 1) */
.phone-live .screen{display:flex;flex-direction:column;padding:50px 8px 8px;height:520px;min-height:0}
.plog{flex:1;min-height:0;align-self:stretch;overflow-y:auto;display:flex;flex-direction:column;gap:6px;padding:6px 4px;scroll-behavior:smooth}
.plog::-webkit-scrollbar{width:5px}
.plog::-webkit-scrollbar-thumb{background:rgba(51,224,122,.3);border-radius:4px}
.pm{max-width:86%;padding:6px 9px 7px;border-radius:12px;font-size:13.5px;line-height:1.45;position:relative;
  display:flex;flex-direction:column;
  opacity:0;transform:translateY(10px) scale(.96);white-space:pre-wrap;overflow-wrap:break-word}
.pm.on{opacity:1;transform:none;transition:opacity .3s, transform .4s cubic-bezier(.34,1.45,.64,1)}
.pm.bot{background:#16281f;align-self:flex-start;border-top-right-radius:3px}
.pm.user{background:#144d33;align-self:flex-end;border-top-left-radius:3px}
/* זמן: block נפרד מתחת לתוכן, מיושר לקצה — נכון ל-RTL ול-LTR כאחד (fix 3) */
.pm .pmeta{display:inline-flex;gap:3px;font-size:9px;color:#7d9187;align-self:flex-end;margin-top:3px;direction:ltr}
.pm .ptick{color:#53bdeb;font-size:10px}
.pm video.sent-vid{width:150px;border-radius:8px;display:block}
.pm .cap{display:block;font-size:11px;color:#cfe9d8;padding:3px 2px 0}
/* the CUT-OUT living sticker — transparent, moving, no box (the reference-ad look) */
.pm.cutout-msg{background:transparent;padding:0}
.cutout{width:150px;height:150px;max-width:none;object-fit:contain;display:block;background:transparent;
  filter:drop-shadow(0 6px 14px rgba(0,0,0,.45));animation:cutbob 2.8s ease-in-out infinite}
@keyframes cutbob{0%,100%{transform:rotate(-2deg) translateY(0)}50%{transform:rotate(2deg) translateY(-5px)}}
.ptyping{align-self:flex-start;background:#16281f;border-radius:12px;border-top-right-radius:3px;padding:10px 13px;display:none;gap:4px}
.ptyping.on{display:inline-flex}
.ptyping i{width:5.5px;height:5.5px;border-radius:50%;background:#5b7a68;animation:blink 1s infinite}
.ptyping i:nth-child(2){animation-delay:.15s}.ptyping i:nth-child(3){animation-delay:.3s}
.pchips{display:flex;flex-wrap:wrap;gap:6px;padding:2px 4px 4px}
.pchip{background:rgba(0,168,132,.12);border:1.2px solid rgba(0,168,132,.5);color:#5fd8bc;border-radius:999px;
  padding:5px 11px;font-family:inherit;font-size:11.5px;cursor:pointer;transition:background .15s,color .15s}
.pchip:hover{background:#00a884;color:#06251d}
.pbar{display:flex;gap:6px;padding:7px 4px 2px;border-top:1px solid rgba(51,224,122,.14);align-self:stretch;flex:none}
.pbar-cta{padding:8px 4px 4px}
/* ‏03.09 — ‏במקום שדה-הטקסט: ‏יעד אחד, ‏ברוחב מלא, ‏באותו ירוק של הפעולה בעמוד. */
.pwa{flex:1;display:grid;place-items:center;min-height:34px;padding:0 12px;border-radius:999px;
  background:var(--green);color:#06251d;font-weight:700;font-size:12.5px;text-decoration:none;
  text-align:center;line-height:1.2}
.pwa:hover{filter:brightness(1.08)}
.pwa:focus-visible{outline:2px solid #fff;outline-offset:2px}
.pnote{font-size:9.5px;color:#7d9187;text-align:center;padding:4px 2px 0;align-self:stretch;flex:none}
