/* ===================== ERRA Landing — Gedera ===================== */
:root{
  --blue:#254cc8;
  --navy:#0a2054;
  --ink:#1f1f1f;
  --gray:#837e80;
  --card:#e7f0fe;
  --light:#fff;
  --tint:rgba(176,201,238,.6);
  --maxw:1680px;
}

*{box-sizing:border-box;}
/* lock horizontal axis: full-bleed bands use 100vw, so clip any overflow on
   BOTH html and body — otherwise iOS lets the page drift left/right */
html{scroll-behavior:smooth;background:var(--light);overflow-x:hidden;}
body{
  margin:0;
  font-family:'Arimo',Arial,sans-serif;
  color:var(--ink);
  background:var(--light);
  line-height:1.4;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
  width:100%;
}
img{display:block;max-width:100%;}
a{text-decoration:none;color:inherit;}

/* fluid centered container; sections are full-bleed */
.wrap{width:min(var(--maxw), 100% - 80px);margin-inline:auto;}
.section{padding:clamp(48px,6vw,90px) 0;}

/* shared pill */
.pill{display:inline-block;border-radius:10px;padding:9px 22px;font-size:clamp(16px,1.7vw,30px);line-height:1.3;white-space:nowrap;}
.pill--blue{background:var(--blue);color:#fff;}

/* ===================== 1. HERO ===================== */
.hero{position:relative;min-height:clamp(520px,44vw,820px);overflow:hidden;color:#fff;background:#fff;}
/* the banner has a navy text panel baked into its right 45% (exactly var(--navy)).
   Pinning the image to the right edge and painting our OWN panel of the same colour on
   top keeps the seam invisible while making the panel's geometry independent of how
   `cover` crops the photo — otherwise the baked panel slides out from under the copy at
   any aspect ratio other than the image's own 16:9. */
.hero__bg{position:absolute;inset:0;z-index:0;background:url('assets/hero_desktop.png') right center/cover no-repeat;}
.hero::after{content:"";position:absolute;top:0;right:0;bottom:0;width:45%;z-index:1;background:var(--navy);}
/* softens the seam if the photo ever lands short of the panel */
.hero::before{content:"";position:absolute;inset:0;z-index:1;
  background:linear-gradient(to right, transparent 45%, rgba(10,32,84,.45) 55%);}
/* the banner's navy text panel is baked into the RIGHT of hero_desktop.png, so the
   copy block hugs the right edge while its text reads left-aligned (LTR) */
.hero__inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-end;
  text-align:left;padding-top:clamp(24px,2.6vw,42px);padding-bottom:clamp(28px,2.6vw,44px);
  min-height:clamp(520px,44vw,820px);}
/* desktop: the three wrappers form one right-hugging column the width of the navy panel,
   so every line starts on the same left edge instead of each block sizing to its own text */
.hero__head,.hero__body,.hero__media{width:100%;max-width:min(700px,calc(45vw - 110px));}
.hero__aerial{display:none;}
/* mobile-only interview blocks (videos scattered between sections) */
.interview-block,.video-card--m-interview{display:none;}
/* mobile-only line break in the hero subtitle (מתחם 8 / המועדף לדיור / …) */
.hero__subtitle .m-br{display:none;}
/* mobile-only gov.il phone mockup inside the x-factor "אור ירוק" block */
.xfactor__phone{display:none;}
.hero__logo{height:clamp(22px,1.5vw,28px);margin-bottom:clamp(14px,1.2vw,20px);}
.hero__pill{display:inline-block;background:#fff;color:var(--ink);border-radius:10px;padding:8px 22px;font-size:clamp(15px,1.3vw,22px);font-weight:400;}
.hero__title{font-size:clamp(30px,2.7vw,48px);font-weight:400;line-height:1.12;letter-spacing:-.02em;margin:clamp(14px,1.2vw,22px) 0 0;}
.hero__subtitle{font-size:clamp(21px,2.2vw,38px);font-weight:700;line-height:1.2;letter-spacing:-.02em;margin:clamp(12px,1.1vw,20px) 0 0;}
.hero__units{font-size:clamp(17px,1.4vw,24px);font-weight:700;letter-spacing:-.01em;margin:clamp(14px,1.3vw,22px) 0 0;}
.hero__lead{font-size:clamp(14px,1vw,17px);font-weight:400;line-height:1.65;letter-spacing:-.01em;margin:12px 0 0;color:#fff;}
.hero__lead strong{font-weight:700;}
.hero__cta{
  display:inline-flex;align-items:center;gap:14px;justify-content:center;
  background:var(--blue);color:#fff;font-size:clamp(15px,1.1vw,18px);letter-spacing:-.4px;text-align:center;
  padding:14px 26px;border-radius:10px;margin-top:clamp(18px,1.8vw,28px);
  box-shadow:0 15px 35px rgba(0,0,0,.3);transition:transform .15s,box-shadow .15s;
}
.hero__cta:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(0,0,0,.38);}
/* arrow.svg is drawn as a left-pointing chevron (RTL "forward"); flip it for LTR */
.cta-arrow{width:11px;height:18px;flex:none;transform:scaleX(-1);}

/* ===================== 2. TESTIMONIALS ===================== */
.testimonials{text-align:center;}
.testimonials__kicker{font-size:clamp(20px,2.2vw,40px);letter-spacing:-.02em;margin:0;}
.testimonials__title{font-size:clamp(32px,4.4vw,80px);font-weight:400;line-height:1.06;letter-spacing:-.02em;margin:24px 0 clamp(36px,4vw,60px);}
.video-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(12px,1.1vw,18px);}
.video-card{position:relative;margin:0;border-radius:19px;overflow:hidden;aspect-ratio:407/608;background:#000;box-shadow:0 6px 24px rgba(0,0,0,.18);}
.video-card img{width:100%;height:100%;object-fit:cover;}
/* clickable review video: play-button overlay + injected iframe */
.video-card[data-yt]{cursor:pointer;}
.video-card[data-yt]::after{
  content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:clamp(54px,5vw,72px);height:clamp(54px,5vw,72px);border-radius:50%;
  background:rgba(0,0,0,.55) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E") center/42% no-repeat;
  z-index:2;pointer-events:none;transition:background-color .15s;
}
.video-card[data-yt]:hover::after{background-color:rgba(0,0,0,.72);}
.video-card__iframe{position:absolute;inset:0;width:100%;height:100%;border:0;z-index:3;}
.video-card.is-playing::after{display:none;}
.video-card.is-playing figcaption{display:none;}
/* caption = the video's own quote + name (as shown on the YouTube clip) */
.video-card figcaption{position:absolute;inset-inline:0;bottom:0;display:flex;flex-direction:column;
  align-items:center;gap:8px;text-align:center;color:#fff;padding:44px 14px 16px;
  text-shadow:0 1px 6px rgba(0,0,0,.6);
  background:linear-gradient(to top,rgba(0,0,0,.78) 18%,rgba(0,0,0,0));}
.video-card .quote{font-size:clamp(13px,1.15vw,17px);line-height:1.32;font-weight:400;}
.video-card .name{font-size:clamp(17px,1.6vw,24px);font-weight:700;}

/* ===================== 3. STATS ===================== */
.stats{text-align:center;padding:clamp(40px,5vw,70px) 0;}
.stats__lead{font-size:clamp(20px,1.7vw,30px);letter-spacing:-.02em;margin:0 0 24px;}
/* equal-width columns: sizing each stat to its own text left the row visually
   off-centre (the "x2" caption is far longer than "лет опыта") */
.stats__row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(24px,3vw,48px);
  max-width:1100px;margin-inline:auto;color:var(--blue);}
.stat{display:flex;flex-direction:column;align-items:center;text-align:center;}
.stat__num{font-size:clamp(44px,4.4vw,80px);font-weight:700;line-height:1;}
.stat__label{font-size:clamp(18px,1.7vw,30px);letter-spacing:-.02em;margin-top:8px;}

/* ===================== FORM ===================== */
.form-section{padding:30px 0;}
.form-card{width:min(var(--maxw),100% - 80px);margin-inline:auto;background:var(--light);border-radius:20px;padding:clamp(24px,3vw,40px);text-align:center;}
.form-card__title{font-size:clamp(20px,1.7vw,30px);line-height:1.16;margin:0 0 24px;}
.form-card__row{display:flex;gap:clamp(12px,1.2vw,20px);justify-content:center;flex-wrap:wrap;}
.form-card__row input{
  flex:1;min-width:200px;max-width:320px;height:56px;border:.5px solid var(--gray);
  background:#e0e0e0;border-radius:5px;padding:0 18px;font-size:20px;text-align:center;
  font-family:inherit;color:var(--ink);
}
.form-card__row input::placeholder{color:var(--gray);}
.form-card__btn{
  flex:1;min-width:200px;max-width:320px;height:56px;border:0;cursor:pointer;
  background:var(--blue);color:#fff;border-radius:5px;font-size:clamp(18px,1.6vw,25px);letter-spacing:-.5px;
  font-family:inherit;display:inline-flex;align-items:center;justify-content:center;gap:12px;
  transition:filter .15s;
}
.form-card__btn:hover{filter:brightness(1.08);}
.form-card__btn img{width:11px;height:18px;flex:none;filter:brightness(0) invert(1);transform:scaleX(-1);}

/* ===================== 4. WHY ENTER ===================== */
.why__head{display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center;margin-bottom:clamp(32px,4vw,50px);}
.why__title{font-size:clamp(32px,4.4vw,80px);font-weight:400;line-height:1.12;letter-spacing:-.02em;margin:0;}
.why__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(24px,2.6vw,40px);}
.why__item{text-align:left;}
.why__icon{display:inline-block;width:auto;height:44px;margin-bottom:18px;}
.why__item h3{font-size:clamp(22px,2vw,30px);font-weight:700;letter-spacing:-.02em;margin:0 0 14px;}
.why__item p{font-size:clamp(16px,1.3vw,20px);line-height:1.38;letter-spacing:-.01em;color:var(--gray);margin:0;}
.why__item p strong{color:var(--gray);font-weight:700;}
.why__more{margin-top:14px!important;font-weight:700;color:var(--ink)!important;font-size:clamp(22px,2vw,30px)!important;}

/* ===================== 5. X FACTOR ===================== */
.xfactor{background:var(--tint);text-align:center;}
.xfactor__kicker{font-size:clamp(20px,1.8vw,30px);font-weight:700;margin:0;}
.xfactor__title{font-size:clamp(32px,4.4vw,80px);font-weight:400;line-height:1.12;letter-spacing:-.02em;margin:18px 0 clamp(36px,4vw,60px);}
.xfactor__cols{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,844px);gap:clamp(28px,3vw,50px);align-items:start;}
.xfactor__text{text-align:center;}
.xfactor__block{margin-bottom:clamp(32px,3.4vw,46px);}
.xfactor__icon{display:block;width:auto;height:48px;margin:0 auto 14px;}
.xfactor__block h3{font-size:clamp(22px,2vw,30px);font-weight:700;letter-spacing:-.02em;margin:0 0 12px;}
.xfactor__block p{font-size:clamp(16px,1.3vw,20px);line-height:1.38;color:var(--ink);margin:0;}
.xfactor__block strong{font-weight:700;}
.timeline{list-style:none;margin:18px auto 0;padding:0;max-width:402px;}
.timeline li{margin-bottom:14px;}
.timeline__year{display:inline-block;background:var(--blue);color:#fff;font-weight:700;font-size:clamp(16px,1.4vw,22px);border-radius:3px;padding:3px 16px;margin-bottom:8px;}
.timeline li p{font-size:clamp(16px,1.3vw,20px);color:var(--gray);margin:0;text-align:center;}
.xfactor__media{display:grid;grid-template-columns:37fr 63fr;gap:clamp(8px,.8vw,13px);align-content:start;}
.xfactor__img-a{grid-column:1;grid-row:1;width:100%;height:100%;object-fit:cover;object-position:top;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.25);}
.xfactor__img-b{grid-column:2;grid-row:1;width:100%;height:auto;border:3.5px solid #fff;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.25);}
.xfactor__img-c{grid-column:1 / -1;grid-row:2;width:100%;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.25);margin-top:3px;}

/* ===================== 6. SAFETY ===================== */
.safety__head{display:flex;flex-direction:column;align-items:flex-start;gap:16px;text-align:left;}
.safety__title{font-size:clamp(28px,3vw,50px);font-weight:400;letter-spacing:-.02em;margin:0;}
.safety__lead{text-align:left;font-size:clamp(20px,1.7vw,30px);line-height:1.33;letter-spacing:-.02em;margin:22px 0 clamp(32px,3.4vw,50px);}
.safety__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(20px,2vw,30px);align-items:stretch;}
.safety__card{background:var(--card);border-radius:10px;padding:clamp(24px,2vw,34px) clamp(20px,1.8vw,26px);text-align:left;}
.safety__icon{width:auto;height:48px;margin-bottom:20px;}
.safety__card h3{font-size:clamp(22px,2vw,30px);font-weight:700;line-height:1.08;letter-spacing:-.01em;margin:0 0 16px;}
.safety__card p{font-size:clamp(16px,1.3vw,20px);line-height:1.38;letter-spacing:-.01em;margin:0;}
.safety__card--result{text-align:center;display:flex;flex-direction:column;}
.safety__profit-label{color:var(--blue);font-size:clamp(16px,1.3vw,20px);letter-spacing:-.01em;margin:0 0 14px;order:2;}
.safety__card--result h3{order:1;}
.safety__card--result img{order:3;width:100%;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.25);margin-top:8px;}

/* profit chart — replaces the Hebrew profit.png with a localized inline SVG */
.profit-chart{order:3;width:100%;height:auto;margin-top:auto;padding-top:12px;
  background:#fff;border-radius:6px;box-shadow:0 1px 3px rgba(0,0,0,.25);font-family:inherit;}
.profit-chart__grid line{stroke:#e6e6e6;stroke-width:1.5;}
.profit-chart__line{fill:none;stroke:#a5e4e8;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;}
.profit-chart__head{fill:#a5e4e8;}
.profit-chart__dot{fill:#7fd4da;}
.profit-chart__ring{fill:none;stroke:#e8271c;stroke-width:8;}
.profit-chart__value{font-size:25px;fill:var(--ink);text-anchor:middle;}
.profit-chart__arrow{fill:#e8271c;}
.profit-chart__callout{fill:#fff;stroke:#e8271c;stroke-width:4;}
.profit-chart__callout-text{font-size:22px;font-weight:700;fill:var(--ink);text-anchor:middle;}
.profit-chart__axis{font-size:18px;fill:var(--gray);text-anchor:middle;}

/* ===================== 7. ABOUT ===================== */
.about{text-align:center;background:var(--light);padding-bottom:0;}
.about__kicker{font-size:clamp(20px,1.7vw,30px);font-weight:700;letter-spacing:-.01em;margin:0;}
.about__title{font-size:clamp(32px,4.4vw,80px);font-weight:400;line-height:1.12;letter-spacing:-.02em;margin:16px 0;}
.about__lead{font-size:clamp(20px,1.7vw,30px);line-height:1.16;letter-spacing:-.01em;color:var(--blue);max-width:962px;margin:0 auto clamp(40px,4vw,60px);}
.about__founders{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:962px;margin:0 auto;}
.founder h3{font-size:clamp(22px,2vw,30px);font-weight:700;letter-spacing:-.01em;margin:0 0 18px;}
.founder__photo{width:200px;height:200px;margin:0 auto 26px;border-radius:10px;overflow:hidden;
  background-color:#fff;background-repeat:no-repeat;}
.founder__photo--andrey{background-image:url('assets/andrey.png');background-size:cover;background-position:center;}
.founder__photo--dani{background-image:url('assets/dani.png');background-size:cover;background-position:center;}
.founder p{font-size:clamp(16px,1.3vw,20px);line-height:1.38;letter-spacing:-.01em;margin:0;}
.about__quote-wrap{padding-block:clamp(48px,6vw,80px);}
.about__quote{max-width:907px;margin:0 auto;font-style:italic;font-size:clamp(20px,1.9vw,30px);line-height:1.5;letter-spacing:-.02em;border:0;padding:0;}
.about__quote cite{display:block;font-style:normal;font-weight:700;font-size:20px;letter-spacing:-.02em;margin-top:18px;}
/* team = single white block: heading + text on top, photo flush below */
.about__team{position:relative;margin-top:clamp(48px,6vw,80px);background:#fff;padding:clamp(40px,5vw,60px) 0 0;}
.about__team-text{text-align:center;padding:0 clamp(20px,4vw,40px) clamp(28px,3.5vw,44px);}
.about__team-text h3{font-size:clamp(22px,2vw,30px);font-weight:700;letter-spacing:-.01em;margin:0 0 18px;}
.about__team-text p{font-size:clamp(16px,1.3vw,20px);line-height:1.38;letter-spacing:-.01em;color:var(--gray);max-width:690px;margin:0 auto;}
.about__team-bg{width:100%;object-fit:cover;}

/* ===================== 8. STEPS ===================== */
.steps{text-align:center;}
.steps__title{font-size:clamp(30px,3.4vw,60px);font-weight:400;letter-spacing:-.02em;margin:0 0 24px;}
.steps__lead{font-size:clamp(16px,1.3vw,20px);line-height:1.38;letter-spacing:-.01em;color:var(--gray);max-width:680px;margin:0 auto 24px;}
.steps__highlight{font-size:clamp(20px,1.7vw,30px);line-height:1.25;letter-spacing:-.02em;color:var(--blue);max-width:732px;margin:0 auto clamp(32px,4vw,50px);}
.steps__subtitle{font-size:clamp(22px,2vw,30px);font-weight:700;letter-spacing:-.02em;margin:0 0 40px;}
.steps__list{list-style:none;counter-reset:step;margin:0 auto;padding:0;max-width:908px;}
.steps__list li{margin-bottom:clamp(20px,2.2vw,30px);}
/* leading arrow between consecutive steps */
.steps__list li:not(:last-child)::after{
  content:"";display:block;width:15px;height:15px;margin:clamp(16px,1.8vw,24px) auto 0;
  border-right:3px solid var(--blue);border-bottom:3px solid var(--blue);
  transform:rotate(45deg);
}
.step__head{
  display:inline-block;background:var(--blue);color:#fff;font-weight:700;font-size:clamp(18px,1.6vw,25px);
  letter-spacing:-.5px;border-radius:5px;padding:7px 30px;width:min(540px,100%);
}
.steps__list li p{font-size:clamp(16px,1.3vw,20px);line-height:1.6;letter-spacing:-.02em;color:var(--gray);margin:12px 0 0;}
.steps__list li p strong{color:var(--gray);font-weight:700;}

/* ===================== 9. FINAL ===================== */
.final{text-align:center;padding-bottom:60px;}
.final__title{font-size:clamp(32px,4.4vw,80px);font-weight:400;line-height:1.12;letter-spacing:-.02em;max-width:1304px;margin:0 auto 28px;}
.final__sub{font-size:clamp(20px,1.7vw,30px);font-weight:700;letter-spacing:-.02em;color:var(--gray);margin:0 0 18px;}
.final__note{font-size:clamp(20px,1.7vw,30px);letter-spacing:-.02em;margin:0 0 40px;}
.final__note strong{font-weight:700;}
.final__legal{font-size:16px;line-height:1.25;letter-spacing:-.01em;color:var(--gray);max-width:1095px;margin:50px auto 0;}
.sig{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:30px;color:var(--ink);font-family:'Assistant',sans-serif;font-size:16px;}
.sig img{height:14px;}

/* ===================== STICKY CTA (mobile only) ===================== */
.sticky-cta{
  display:none;position:fixed;inset-inline:16px;bottom:16px;z-index:50;
  background:var(--blue);color:#fff;text-align:center;font-size:20px;font-weight:700;
  padding:16px;border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.35);
  opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .2s,transform .2s;
}
.sticky-cta.is-visible{opacity:1;transform:none;pointer-events:auto;}

/* ===================== RESPONSIVE BREAKPOINTS ===================== */
/* desktop: tighten the gap between the about quote and the "2026" steps title */
@media (min-width:769px){
  .about__quote-wrap{padding-bottom:24px;}
  .steps{padding-top:40px;}
}
@media (max-width:1200px){
  .video-grid,.why__grid,.safety__grid{grid-template-columns:repeat(2,minmax(0,1fr));}
}
@media (max-width:1024px){
  .xfactor__cols{grid-template-columns:1fr;}
  .xfactor__media{max-width:680px;margin-inline:auto;}
}

/* ===================== MOBILE (matches Figma mobile frame 1629:1904) ===================== */
@media (max-width:768px){
  .wrap{width:min(var(--maxw),100% - 36px);}
  .section{padding:clamp(40px,9vw,60px) 0;}

  /* ---------- HERO: one continuous aerial (navy baked into its top) with the
       logo/pill/title overlaid -> light body -> CTA. No separate navy block,
       so there is no seam between the navy header and the photo. ---------- */
  .hero{min-height:0;background:var(--light);overflow:visible;color:#fff;position:relative;}
  .hero__bg,.hero::before,.hero::after{display:none;}
  .hero__inner{display:block;width:100%;max-width:none;padding:0;min-height:0;}
  /* the desktop panel column doesn't apply on mobile — blocks run full width */
  .hero__head,.hero__body,.hero__media{max-width:none;}
  /* logo/pill/title float over the dark top of the aerial image */
  /* 18px side padding == the .wrap gutter, so the hero shares the page's grid */
  .hero__head{position:absolute;top:0;right:0;left:0;z-index:2;display:block;
    text-align:left;background:none;padding:20px 18px 0;}
  .hero__logo{display:block;height:auto;width:60px;margin:0 0 20px;}
  .hero__pill{display:inline-block;width:auto;margin:0 0 15px;font-size:18px;line-height:1.5;
    padding:5px 20px;border-radius:10px;}
  .hero__title{display:block;color:#fff;text-align:left;width:auto;max-width:none;
    font-size:32px;line-height:1.14;letter-spacing:-.02em;margin:0;}
  /* aerial scaled to 130% width (matches the live page) so its navy zone is tall
     enough for the overlaid heading; blue subtitle sits over its lower-right */
  .hero__media{display:block;position:relative;overflow:hidden;background:var(--light);}
  /* mirrored for LTR: the aerial's dark ground sits under the copy's start edge (left),
     the bright rooftops move right — the RTL original relies on the same contrast on the
     opposite side. It's an illustration, not a map, so the flip is safe. */
  .hero__aerial{display:block;width:130%;max-width:130%;margin-inline:-15%;height:auto;
    transform:scaleX(-1);}
  /* mirror of the live page: the blue subtitle sits over the aerial's dark corner, which
     after the flip is the lower-LEFT — i.e. the start edge of the LTR copy */
  .hero__subtitle{position:absolute;left:18px;bottom:38px;right:auto;display:block;
    color:var(--blue);font-weight:700;text-align:left;width:auto;max-width:72%;
    font-size:21px;line-height:1.22;letter-spacing:-.5px;margin:0;
    /* the top line can graze the bright rooftops — a soft light halo keeps the brand blue legible */
    text-shadow:0 0 6px rgba(255,255,255,.85),0 0 14px rgba(255,255,255,.6);}
  /* 3-line subtitle on mobile: Комплекс 8 — приоритетный / для жилья / по решению правительства */
  .hero__subtitle .m-br{display:inline;}
  /* white body pulled up snug against the image; z-index keeps it above the (positioned)
     aerial, so its first line isn't swallowed by the photo */
  .hero__body{display:block;position:relative;z-index:1;text-align:left;background:var(--light);
    margin-top:-30px;padding:16px 18px 20px;}
  /* dropped on mobile: it pushed the CTA below the fold and the same claim is already
     carried by the pill and the lead */
  .hero__units{display:none;}
  .hero__lead{display:block;color:var(--gray);text-align:left;width:auto;max-width:none;
    font-size:15px;line-height:1.5;letter-spacing:-.2px;margin:0 0 16px;}
  .hero__cta{display:flex;width:100%;max-width:none;white-space:normal;text-align:center;justify-content:center;
    font-size:17px;padding:14px 20px;margin:0;}

  /* ---------- interviews: scattered videos, not a grid ---------- */
  .testimonials__kicker{display:none;}
  .video-grid{display:none;}
  /* this card lives inside .testimonials .wrap (18px side gutters); pull it
     full-bleed with -18px so it spans edge-to-edge like the .interview-block
     videos below */
  .video-card--m-interview{display:block;margin:0 -18px;}
  .interview-block{display:block;padding:clamp(40px,9vw,60px) 0;}

  /* ---------- single-column stacks: DOM order == reading order in LTR ---------- */
  .why__grid,.safety__grid{display:flex;flex-direction:column;gap:clamp(28px,7vw,40px);}
  .why__item,.safety__card{text-align:left;}
  /* icons sit above the text and share its left edge (centred icons over left-aligned
     copy read as a misalignment) */
  .why__icon,.safety__icon{display:block;margin-inline:0;}

  /* why head: blue pill above the title, aligned to the left (LTR start) */
  .why__head{flex-direction:column-reverse;align-items:flex-start;text-align:left;}

  /* stats stacked vertically, same order as the desktop row (desktop is a 3-col grid,
     so the display type has to be reset too — flex-direction alone wouldn't apply) */
  .stats__row{display:flex;flex-direction:column;max-width:none;gap:26px;}

  /* pills wrap instead of forcing the page wider than the viewport */
  .pill{white-space:normal;}
  /* the 402px timeline is wider than the 354px mobile container */
  .timeline{max-width:100%;}

  /* x-factor: text then image collage (2-up top + full below) */
  .xfactor__media{max-width:none;}
  /* gov.il declaration phone mockup, centered under the "אור ירוק" copy */
  .xfactor__phone{display:block;width:min(264px,74%);margin:22px auto 0;}

  /* ---------- one uniform tint band for the whole section (like desktop):
       the section background already spans edge-to-edge, so no 100vw full-bleed
       hack is needed and no white side-stripes can appear on mobile ---------- */
  .xfactor__cols{padding-bottom:18px;}

  /* ---------- alignment matches the reference: testimonials, WHY and SAFETY start
       at the LTR edge; STATS, X-FACTOR, ABOUT, STEPS and FINAL stay centered
       (their desktop default) ---------- */
  .testimonials{text-align:left;}
  .testimonials__title{text-align:left;}

  /* founders stacked in DOM order: Андрей then Дани */
  .about__founders{display:flex;flex-direction:column;gap:32px;}

  /* ---------- form: fields stacked, button at the bottom. flex:none resets the
       desktop `flex:1` (flex-basis:0) which otherwise collapses the field height
       to content size in the column layout — keeping the tall, full-size scale. ---------- */
  .form-card{width:min(var(--maxw),100% - 36px);}
  .form-card__row{flex-direction:column;align-items:stretch;gap:16px;}
  .form-card__row input,.form-card__btn{flex:0 0 auto;max-width:none;width:100%;height:58px;}
  .form-card__row input{font-size:20px;}
  .form-card__btn{font-size:20px;}

  /* steps: full-width pills */
  .step__head{width:100%;}

  /* sticky CTA sits above the iOS home indicator; the body reserves room so the final
     legal text is never trapped under it */
  .sticky-cta{display:block;bottom:calc(16px + env(safe-area-inset-bottom));font-size:19px;padding:15px;}
  body{padding-bottom:76px;}

  /* ---------- interviews run flush / full-bleed (no card framing or shadow
       lines, which read as "technical dividers" between blocks) ---------- */
  .interview-block{padding:24px 0;}
  .interview-block .wrap{width:100%;}
  .interview-block .video-card,
  .video-card--m-interview{border-radius:0;box-shadow:none;}

  /* ===================== EXACT MOBILE TYPE SCALE (from live reference) ===================== */
  /* 2. TESTIMONIALS */
  .testimonials__title{font-size:45px;line-height:1.06;letter-spacing:-1.6px;margin:0 0 24px;}
  /* captions are the only text over video — 13px is too small to read on a phone */
  .video-card .quote{font-size:15px;line-height:1.35;}
  .video-card .name{font-size:20px;}

  /* 3. STATS */
  .stats__lead{font-size:30px;line-height:1.33;letter-spacing:-.6px;}
  .stat__num{font-size:60px;line-height:.93;}
  .stat__label{font-size:25px;line-height:1.33;letter-spacing:-.6px;}

  /* FORM */
  .form-card__title{font-size:25px;line-height:1.2;}

  /* 4. WHY */
  .why__title{font-size:44px;line-height:1.12;letter-spacing:-1.6px;}
  .why__item h3{font-size:30px;line-height:1;letter-spacing:-.6px;}
  .why__item p{font-size:18px;line-height:1.37;letter-spacing:-.2px;}
  .why__more{font-size:30px!important;}

  /* 5. X-FACTOR */
  .xfactor__kicker{font-size:22px;}
  .xfactor__title{font-size:45px;line-height:1.12;letter-spacing:-1.6px;}
  .xfactor__block h3{font-size:20px;line-height:1.16;letter-spacing:-.6px;}
  .xfactor__block p{font-size:16px;line-height:1.37;}
  .timeline__year{font-size:22.5px;line-height:1.55;}
  .timeline li p{font-size:16px;line-height:1.37;}

  /* 6. SAFETY (pill, title and cards all start at the right / RTL start) */
  .safety .pill--blue{font-size:25px;}
  .safety__title{font-size:40px;line-height:1.3;letter-spacing:-1px;}
  .safety__lead{font-size:22px;line-height:1.33;letter-spacing:-.3px;}
  .safety__card h3{font-size:25px;line-height:1.08;letter-spacing:-.3px;}
  .safety__card p{font-size:20px;line-height:1.37;letter-spacing:-.2px;}
  .safety__card--result h3{font-size:30px;}
  .safety__profit-label{font-size:20px;line-height:2;}

  /* 7. ABOUT */
  .about__kicker{font-size:25px;line-height:1.66;letter-spacing:-.3px;}
  .about__title{font-size:40px;line-height:1.12;letter-spacing:-1.6px;}
  .about__lead{font-size:22px;line-height:1.16;letter-spacing:-.3px;}
  .founder h3{font-size:30px;line-height:1.66;letter-spacing:-.3px;}
  .founder p{font-size:20px;line-height:1.37;letter-spacing:-.2px;}
  .about__team-text h3{font-size:30px;line-height:1.33;letter-spacing:-.3px;}
  .about__team-text p{font-size:16px;line-height:1.37;letter-spacing:-.2px;}
  .about__quote{font-size:25px;line-height:1.5;letter-spacing:-.6px;}
  .about__quote cite{font-size:20px;line-height:1.5;}

  /* 8. STEPS */
  .steps__title{font-size:45px;line-height:1.08;letter-spacing:-1.2px;}
  .steps__lead{font-size:18px;line-height:1.37;letter-spacing:-.2px;}
  .steps__highlight{font-size:25px;line-height:1.25;letter-spacing:-.6px;}
  .steps__subtitle{font-size:22px;line-height:1.91;}
  .step__head{font-size:20px;line-height:1.4;letter-spacing:-.5px;}
  .steps__list li p{font-size:18px;line-height:1.62;}

  /* 9. FINAL */
  .final__title{font-size:45px;line-height:1.12;letter-spacing:-1.6px;}
  .final__sub{font-size:20px;line-height:1.2;}
  .final__note{font-size:20px;line-height:1.2;}
  .final__legal{font-size:16px;line-height:1.25;letter-spacing:-.32px;}
}
