*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --ink:#ffffff;
  --muted:#c9d0f5;
  --soft:#aab3e8;
  --green:#3fe08c;
  --green-2:#6ff0b4;
  --indigo:#3f45d9;
  --card:rgba(255,255,255,.055);
  --card-line:rgba(255,255,255,.16);
}
html{background:#15238e}
body{
  font-family:"Heebo",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;
  color:var(--ink);
  min-height:100vh;
  background:
    radial-gradient(60% 50% at 50% 30%,rgba(66,96,235,.55),transparent 70%),
    radial-gradient(45% 55% at 12% 70%,rgba(40,60,200,.55),transparent 70%),
    radial-gradient(40% 50% at 90% 60%,rgba(52,70,210,.45),transparent 70%),
    linear-gradient(180deg,#2433b0 0%,#1d2da4 40%,#1a279a 70%,#15208a 100%);
  overflow-x:hidden;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}

/* soft bokeh lights */
.bg{position:fixed;inset:0;pointer-events:none;z-index:0}
.bokeh{position:absolute;border-radius:50%;background:rgba(170,190,255,.35);filter:blur(6px)}
.b1{width:18px;height:18px;left:14.4%;top:32%}
.b2{width:12px;height:12px;right:5.6%;top:27%;opacity:.7}
.b3{width:90px;height:90px;left:3%;top:8%;opacity:.12;filter:blur(30px)}
.b4{width:120px;height:120px;right:2%;bottom:10%;opacity:.12;filter:blur(40px)}

.wrap{position:relative;z-index:1;max-width:1141px;margin:0 auto;padding:0 28px 26px}

/* ---------- header ---------- */
.top{display:flex;align-items:center;gap:26px;padding-top:12px;margin-right:-45px;margin-left:-21px}
.btn-talk{
  display:inline-flex;align-items:center;gap:8px;
  background:#27c46a;color:#fff;font-weight:700;font-size:14px;
  padding:9px 16px 9px 20px;border-radius:999px;
  box-shadow:0 6px 18px rgba(30,200,110,.35);
  transition:transform .15s,filter .15s;
}
.btn-talk:hover{transform:translateY(-1px);filter:brightness(1.06)}
.btn-talk .wa{width:19px;height:19px;fill:#fff}
.logo{margin-inline-start:auto;display:flex;flex-direction:column;align-items:flex-end;line-height:1}
.logo-word{font-size:44px;font-weight:900;letter-spacing:-.5px}
.logo-word i{color:var(--green);font-style:normal}
.logo-tag{font-size:13px;color:#dfe3ff;margin-top:6px;padding-inline-end:4px}

/* ---------- hero ---------- */
.hero{text-align:center}
.pill{
  display:inline-flex;align-items:center;gap:14px;
  margin-top:12px;padding:7px 26px;
  border:1.5px solid rgba(255,255,255,.55);border-radius:999px;
  font-size:14px;font-weight:500;color:#eef0ff;
  background:rgba(255,255,255,.03);
}
.pill span{display:inline-flex;align-items:center;gap:4px}
.spark{width:13px;height:13px;fill:none;stroke:#cfd6ff;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}
.dot{display:inline-block;width:4px;height:4px;border-radius:50%;background:currentColor;vertical-align:middle}

h1{
  font-size:clamp(40px,5.2vw,74px);font-weight:900;letter-spacing:-1px;
  line-height:1;margin-top:2px;
  text-shadow:0 4px 30px rgba(10,20,90,.35);
}
.lead{font-size:clamp(18px,1.6vw,24px);font-weight:800;margin-top:6px}
.price-block{margin-top:16px}
.old{display:inline-block;color:#b9c1ef;font-size:19px;text-decoration-thickness:1.5px}
.price-row{display:flex;justify-content:center;align-items:center;gap:18px;margin-top:-4px;transform:translateX(-18px)}
.price{
  font-size:clamp(46px,4.4vw,62px);font-weight:900;line-height:1.05;
  background:linear-gradient(180deg,#6ff5b2 0%,#3fe08c 60%,#2fcf7c 100%);
  -webkit-background-clip:text;background-clip:text;color:transparent;
  filter:drop-shadow(0 4px 18px rgba(60,230,140,.25));
}
.deal{
  font-size:12.5px;font-weight:700;line-height:1.3;color:#6ff0b4;
  background:#1a2370;border:1px solid rgba(255,255,255,.14);
  padding:8px 14px;border-radius:10px;transform:rotate(-7deg);
  box-shadow:0 6px 16px rgba(5,10,60,.35);
}
.terms{display:flex;justify-content:center;align-items:center;gap:10px;font-size:16px;font-weight:500;margin-top:2px}

.cta{
  display:flex;align-items:center;justify-content:center;gap:10px;
  width:min(464px,100%);margin:12px auto 0;height:52px;border-radius:12px;
  background:linear-gradient(90deg,#4fe895 0%,#63efa9 50%,#4fe895 100%);
  color:#0b1a3a;font-size:21px;font-weight:800;
  box-shadow:0 10px 30px rgba(70,230,150,.35),inset 0 1px 0 rgba(255,255,255,.35);
  transition:transform .15s,box-shadow .15s;
}
.cta:hover{transform:translateY(-2px);box-shadow:0 14px 36px rgba(70,230,150,.45),inset 0 1px 0 rgba(255,255,255,.35)}
.cta .wa{width:26px;height:26px;fill:#0b1a3a}
.cta-note{font-size:14px;color:var(--muted);margin-top:8px}

/* ---------- cards ---------- */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:17px;margin-top:20px}
.card{
  display:flex;align-items:center;gap:18px;text-align:right;
  padding:16px 44px 16px 22px;min-height:118px;
  background:var(--card);border:1px solid var(--card-line);border-radius:14px;
  backdrop-filter:blur(6px);
}
.ic{
  flex:none;width:56px;height:56px;border-radius:50%;display:grid;place-items:center;
  background:var(--indigo);box-shadow:0 6px 18px rgba(20,25,140,.4);
}
.ic svg{width:27px;height:27px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.card h3{font-size:16px;font-weight:800;line-height:1.3}
.card p{font-size:13px;color:var(--muted);line-height:1.45;margin-top:5px}

/* ---------- before / after ---------- */
.ba{
  display:grid;grid-template-columns:1fr 385px 0 385px;align-items:center;
  margin-top:12px;padding:12px 12px 12px 12px;
  background:var(--card);border:1px solid var(--card-line);border-radius:14px;
}
.ba-text{text-align:right;padding:0 8px 0 40px}
.ba-text h2{font-size:16px;font-weight:800;line-height:1.45}
.ba-line{display:block;width:170px;height:2px;background:var(--green);margin:10px 0 10px;border-radius:2px}
.ba-text p{font-size:13px;color:var(--muted);line-height:1.45}
.shot{
  position:relative;height:148px;border-radius:9px;overflow:hidden;
  background:linear-gradient(160deg,#8a8f98,#5d626b);
}
.shot.after{margin-left:10px;background:linear-gradient(170deg,#9fb6c9 0%,#c8c2b0 55%,#8d8a7f 100%)}
.shot img{width:100%;height:100%;object-fit:cover;display:block}
.shot.after img{object-position:50% 58%}   /* תמונה רוחבית – מרכז מכסה המנוע והגריל */
.shot.before img{object-position:50% 80%}  /* תמונת טלפון לאורך – פס הגריל והפנסים */
.tag{
  position:absolute;top:8px;font-size:13px;font-weight:700;
  padding:3px 12px;border-radius:999px;
}
.tag-after{right:10px;background:#1f7a45;color:#fff}
.tag-before{left:12px;background:rgba(120,125,135,.85);color:#fff}
.ba-arrow{
  position:relative;z-index:2;justify-self:center;
  width:42px;height:42px;border-radius:50%;background:#fff;display:grid;place-items:center;
  box-shadow:0 4px 14px rgba(0,0,0,.25);margin:0 -21px;
}
.ba-arrow svg{width:22px;height:22px;fill:none;stroke:#2f3fd0;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}

/* ---------- bottom strip ---------- */
.strip{display:grid;grid-template-columns:repeat(3,1fr);margin-top:18px;padding:0 6px}
.perk{display:flex;align-items:center;justify-content:center;gap:16px;text-align:right}
.perk h4{font-size:14.5px;font-weight:800}
.perk p{font-size:13px;color:var(--muted);margin-top:2px}
.pk-ic{width:28px;height:28px;fill:#fff;flex:none}
.pk-ic.line{fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round}
.chev{width:20px;height:20px;fill:none;stroke:#fff;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;flex:none;margin-inline-end:-2px}
.curl{width:22px;height:22px;fill:none;stroke:#cfd6ff;stroke-width:1.6;stroke-linecap:round;flex:none}

/* ---------- responsive ---------- */
@media (max-width:1000px){
  .nav{display:none}
  .top{margin-inline:0}
  .cards{grid-template-columns:1fr;max-width:520px;margin-inline:auto}
  .ba{grid-template-columns:1fr 1fr;gap:12px}
  .ba-text{grid-column:1/-1;text-align:center;padding:6px 0}
  .ba-line{margin-inline:auto}
  .shot.after{margin-left:0}
  .ba-arrow{display:none}
  .strip{grid-template-columns:1fr;gap:16px}
  .chev,.curl{display:none}
}
@media (max-width:560px){
  .wrap{padding:0 16px 24px}
  .top{gap:12px}
  .btn-talk{font-size:13px;padding:8px 14px}
  .logo-word{font-size:34px}
  .sub br{display:none}
  .price-row{transform:none;flex-wrap:wrap;gap:10px}
  .card{padding:18px}
  .ba{grid-template-columns:1fr}
  .shot{height:190px}
}
