/* ===========================================================
   ERRA Analytics — Landing page styles
   RTL, Hebrew. Vanilla CSS. No build step.
   =========================================================== */

/* ---------- Design tokens ---------- */
:root{
  --ink:#0F172A;
  --ink-soft:#1E293B;
  --muted:#475569;
  --muted-2:#64748B;
  --line:#E5E9F0;
  --line-soft:#EEF1F6;
  --bg:#FFFFFF;
  --bg-soft:#F8FAFC;
  --bg-tint:#EEF2FF;
  --blue:#0050C9;
  --blue-700:#0040A3;
  --blue-50:#EAF1FC;
  --green:#16A34A;
  --green-50:#ECFDF3;
  --red:#DC2626;
  --red-50:#FEEAE8;
  --navy:#0B1220;
  --navy-2:#1E293B;

  --sans:'Heebo', system-ui, -apple-system, Segoe UI, Arial, sans-serif;
  --mono:'IBM Plex Mono', ui-monospace, SFMono-Regular, Menlo, monospace;

  --container:1200px;
  --radius:16px;
  --radius-sm:10px;
  --shadow-sm:0 1px 2px rgba(15,23,42,.06), 0 1px 3px rgba(15,23,42,.04);
  --shadow:0 10px 30px rgba(15,23,42,.08);
  --shadow-lg:0 24px 60px rgba(15,23,42,.12);
}

/* ---------- Reset ---------- */
*,*::before,*::after{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:var(--sans);
  color:var(--ink);
  /* Hero glow lives on the body so it starts at the very top of the page
     (behind the sticky header) and fills the first block without a hard cut. */
  background-color:var(--bg);
  background-image:radial-gradient(95% 760px at 50% 0%, var(--blue-50) 0%, transparent 72%);
  background-repeat:no-repeat;
  line-height:1.55;
  font-size:17px;
  -webkit-font-smoothing:antialiased;
}
img,svg,video{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer;border:0;background:none}
ul{margin:0;padding:0;list-style:none}
h1,h2,h3,h4,p{margin:0}

/* ---------- Layout helpers ---------- */
.container{max-width:var(--container);margin-inline:auto;padding-inline:24px}
.section{padding-block:60px}
.section--soft{background:var(--bg-soft)}
.section--tint{background:var(--bg-tint)}
.section__head{max-width:720px;margin-inline:auto;text-align:center;margin-bottom:40px}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-family:var(--sans);font-weight:500;font-size:14px;letter-spacing:.01em;
  color:var(--blue);background:var(--blue-50);
  padding:6px 14px;border-radius:999px;margin-bottom:20px;
}
.eyebrow::before{content:"";width:7px;height:7px;border-radius:50%;background:var(--blue)}
h1,h2{font-weight:500;letter-spacing:-.02em;color:var(--ink);line-height:1.12}
h1{font-size:clamp(34px,5vw,56px)}
h2{font-size:clamp(28px,3.6vw,42px);font-weight:300}
h3{font-weight:500;font-size:clamp(24px,2.4vw,32px);line-height:1.18}
.lede{color:var(--muted);font-size:18px;margin-top:18px}
.section__head .lede{margin-inline:auto}

/* ---------- Buttons ---------- */
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:14px 22px;border-radius:0;font-weight:500;font-size:16px;
  transition:transform .15s ease, background .15s ease, box-shadow .15s ease;
  white-space:nowrap;
}
.btn:active{transform:translateY(1px)}
.btn--primary{background:var(--blue);color:#fff}
.btn--primary:hover{background:var(--blue-700)}
.btn--ghost{background:#fff;color:#1F1F1F;border:1px solid #1F1F1F}
.btn--ghost:hover{background:#1F1F1F;color:#fff}
.btn--light{background:#fff;color:var(--blue)}
.btn--block{width:100%}
.btn small{display:block;font-weight:400;font-size:12px;opacity:.8}
.link-arrow{display:inline-flex;align-items:center;gap:6px;color:var(--blue);font-weight:500}
.link-arrow:hover{gap:10px;transition:gap .15s ease}

/* ---------- Split layout (video left / text right) ---------- */
.split{
  direction:ltr;                 /* force media-left / text-right regardless of RTL */
  display:grid;grid-template-columns:minmax(0,440px) 1fr;
  gap:64px;align-items:center;
}
.split__text{direction:rtl;text-align:right}
.split__media{direction:rtl}

/* ---------- Video placeholder ---------- */
.video-ph{
  position:relative;width:100%;aspect-ratio:16/9;border-radius:14px;overflow:hidden;
  background:
    radial-gradient(120% 120% at 50% 45%, rgba(37,99,235,.45) 0%, rgba(37,99,235,0) 55%),
    linear-gradient(160deg,#111c33 0%,#0B1220 100%);
  box-shadow:var(--shadow);
  display:flex;align-items:center;justify-content:center;
}
.video-ph video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.video-ph__play{
  width:64px;height:64px;border-radius:50%;background:#fff;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 8px 20px rgba(0,0,0,.35);transition:transform .15s ease;
}
.video-ph:hover .video-ph__play{transform:scale(1.06)}
.video-ph__play svg{width:22px;height:22px;margin-inline-start:3px;fill:var(--navy)}
.video-ph__cap{
  position:absolute;bottom:14px;inset-inline:0;text-align:center;
  color:#fff;font-weight:500;font-size:14px;opacity:.92;
}
.video-ph--wide{aspect-ratio:21/9}

/* ---------- Feature tab video (browser frame, autoplay, muted) ---------- */
.feat-shot{width:100%}
.feat-screen{position:relative;aspect-ratio:1280/678;background:#F4F6FA;overflow:hidden}
.feat-screen video{position:absolute;inset:0;width:100%;height:calc(100% + 3px);object-fit:cover;object-position:top;display:block}
.feat-screen__vig{position:absolute;inset:0;pointer-events:none;
  box-shadow:inset 0 0 0 1px rgba(15,23,42,.08)}

/* ---------- Header / nav (floating pill) ---------- */
.header{position:sticky;top:0;z-index:50;padding-block:14px;background:transparent}
.nav{display:flex;align-items:center;gap:18px;height:64px;padding:0 14px 0 22px;
  background:#fff;border-radius:18px;border:1px solid var(--line);
  box-shadow:0 2px 8px rgba(15,23,42,.05)}
.brand{display:flex;align-items:center;flex:0 0 auto}
.brand__logo{height:34px;width:auto}
.nav__links{display:flex;align-items:center;gap:30px;margin-inline:auto}
.nav__links a{color:var(--muted);font-size:16px}
.nav__links a:hover{color:var(--ink)}
.nav__actions{display:flex;align-items:center;gap:16px;flex:0 0 auto}
.login{color:var(--ink);font-weight:500;font-size:16px}
.login:hover{color:var(--blue)}
.nav__btn{padding:11px 26px;font-size:15px;font-weight:500;border-radius:999px}
/* burger + mobile menu */
.nav__burger{display:none;flex-direction:column;justify-content:center;gap:5px;
  width:42px;height:42px;border-radius:12px;background:transparent;flex:0 0 auto}
.nav__burger span{display:block;width:22px;height:2px;border-radius:2px;background:var(--ink);
  margin-inline:auto;transition:transform .25s ease,opacity .2s ease}
.header.is-open .nav__burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.header.is-open .nav__burger span:nth-child(2){opacity:0}
.header.is-open .nav__burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.nav__mobile{display:none;flex-direction:column;margin-top:10px;padding:10px 20px 20px;
  background:#fff;border-radius:18px;border:1px solid var(--line-soft);box-shadow:0 12px 30px rgba(15,23,42,.12)}
.nav__mobile > a{padding:14px 4px;font-size:17px;color:var(--ink);border-bottom:1px solid var(--line-soft)}
.nav__mobile-cta{display:flex;flex-direction:column;gap:10px;margin-top:16px}
.nav__mobile-cta .login{text-align:center;padding:13px;border:1px solid #1F1F1F;font-weight:500;border-radius:999px}
.nav__mobile-cta .btn{border-radius:999px}
.header.is-open .nav__mobile{display:flex}
@media (max-width:980px){
  .nav{padding:0 10px 0 18px}
  .nav__links{display:none}
  .nav__actions .login{display:none}
  .nav__burger{display:flex}
}

/* ---------- Hero ---------- */
.hero{padding-block:64px 28px}
.hero__grid{display:flex;flex-direction:column;align-items:center;text-align:center}

/* top pill badge */
.hero__badge{
  display:inline-flex;align-items:center;gap:10px;
  background:#F7F8FA;border:1px solid #D9DDE3;border-radius:100px;
  padding:9px 18px;font-size:14px;font-weight:500;color:#4A4A4A;letter-spacing:.3px;
}
.hero__badge .dot{flex:0 0 8px;width:8px;height:8px;border-radius:50%;background:#22C55E}

.hero h1{margin-top:26px;font-weight:300;
  font-size:clamp(34px,5vw,68px);line-height:1.08;letter-spacing:-.02em}
.hero h1 .hl{color:var(--blue)}
.hero .lede{max-width:52ch;margin-top:20px}

.hero__cta{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;margin-top:32px}

.hero__trust{display:flex;align-items:center;gap:8px;color:var(--muted-2);font-size:14px;margin-top:16px}
.hero__trust svg{width:15px;height:15px;color:var(--green)}

/* source logos as bordered cards */
.hero__logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px;margin-top:30px}
/* The source PNGs already include their own white bordered card, so the
   wrapper adds no border/background of its own (otherwise: box-in-box). */
.hero__logos .logo-card{
  height:58px;display:inline-flex;align-items:center;justify-content:center;
}
.hero__logos .logo-card img{max-height:100%;max-width:100%;width:auto;height:auto;object-fit:contain;display:block}

/* Mobile hero hierarchy: headline first (instantly says what it is), then the
   product shot, then integrations, then copy + CTA.
   The hero grid is always a flex column, so we only reorder via `order`. */
@media (max-width:820px){
  .hero h1{order:1;margin-top:0}
  .hero__media{order:2;margin-top:12px;margin-bottom:6px}
  .hero__logos{order:3;margin-top:20px}
  .hero .lede{order:4}
  .hero__cta{order:5}
}

/* ---------- Partners ---------- */
.partners{padding-block:36px 56px;border-bottom:1px solid var(--line-soft)}
.partners__title{text-align:center;color:var(--muted-2);font-size:15px;margin-bottom:30px}
.partners__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:20px}
.partners__row .plogo{
  width:172px;height:90px;display:inline-flex;align-items:center;justify-content:center;
  border:1px solid var(--line);border-radius:8px;background:#fff;padding:18px 24px;
}
.partners__row .plogo img{max-height:46px;max-width:100%;width:auto;object-fit:contain}

/* ===========================================================
   Trends section — 1:1 from Figma (§07b Trends Module)
   =========================================================== */
.trsec{background:#fff;padding:60px 24px}
.trsec__inner{max-width:1180px;margin-inline:auto;display:flex;flex-direction:column;align-items:center;gap:40px}
.trsec__head{display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center}
.trsec__eyebrow{display:inline-flex;align-items:center;gap:8px;background:var(--blue-50);border:1px solid transparent;
  border-radius:999px;padding:7px 16px;font-family:var(--sans);font-weight:500;font-size:13px;letter-spacing:.2px;color:var(--blue)}
.trsec__eyebrow i{width:7px;height:7px;border-radius:50%;background:var(--blue)}
.trsec h2{font-weight:300;font-size:clamp(30px,4.6vw,56px);line-height:1.08;letter-spacing:-.02em}
.trsec h2 .hl{color:var(--blue)}
.trsec__sub{max-width:760px;color:#4A4A4A;font-size:18px;line-height:1.55}

.trsec__mockwrap{position:relative;width:100%;display:flex;justify-content:center;padding:18px 0;overflow-x:auto}
.trmock{direction:ltr;width:1180px;flex:0 0 1180px;background:#fff;border:1px solid #D0D0D0;
  border-radius:16px;box-shadow:0 24px 60px rgba(0,0,0,.1);overflow:hidden}
.trmock .sp{flex:1 0 0;min-width:0}

/* chrome */
.trmock__chrome{display:flex;align-items:center;gap:12px;height:48px;padding:0 16px;background:#F7F8FA}
.trmock__dots{display:flex;gap:8px}
.trmock__dots i{width:12px;height:12px;border-radius:50%}
.trmock__dots i:nth-child(1){background:#FF5F57}
.trmock__dots i:nth-child(2){background:#FEBC2E}
.trmock__dots i:nth-child(3){background:#28C840}
.trmock__url{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid #D0D0D0;
  border-radius:999px;padding:6px 14px;font-family:var(--mono);font-size:12px;color:#4A4A4A;white-space:nowrap}
.trmock__url i{width:6px;height:6px;border-radius:50%;background:var(--blue)}
.trmock__live{display:inline-flex;align-items:center;gap:6px;font-family:var(--mono);font-size:11px;letter-spacing:.6px;color:#8A8A8A}
.trmock__live i{width:8px;height:8px;border-radius:50%;background:#16A34A}

/* tab row */
.trmock__tabs{display:flex;align-items:center;height:56px;padding:0 24px;background:#fff;border-bottom:1px solid #D0D0D0}
.trtab{display:flex;flex-direction:column;align-items:center;gap:8px;padding:16px 18px 14px;font-size:15px;color:#8A8A8A}
.trtab--active{color:var(--blue);font-weight:500}
.trtab--active u{display:block;width:36px;height:2px;border-radius:999px;background:var(--blue)}

/* filter strip */
.trmock__filter{display:flex;align-items:center;gap:12px;height:56px;padding:0 24px;background:#F7F8FA;border-bottom:1px solid #D0D0D0}
.trbtn{font-size:13px;border-radius:6px;padding:7px 12px;white-space:nowrap}
.trbtn--apply{background:var(--blue);color:#fff;font-weight:500;padding:7px 14px}
.trbtn--ghost{background:#fff;border:1px solid #D0D0D0;color:#4A4A4A}
.trbtn--plain{border:1px solid #D0D0D0;color:#4A4A4A}
.trmock__meta{font-size:13px;color:#4A4A4A;white-space:nowrap}

/* body */
.trmock__body{display:flex;align-items:stretch}
.trpanels{flex:0 0 340px;width:340px;background:#F7F8FA;padding:16px;display:flex;flex-direction:column;gap:12px}
.trpanel{background:#fff;border:1px solid #D0D0D0;border-radius:12px;overflow:hidden}
.trpanel__h{display:flex;align-items:center;gap:8px;padding:10px 14px;font-family:var(--mono);font-size:11px;letter-spacing:.8px;color:#1F1F1F}
.trpanel__h i{width:8px;height:8px;border-radius:50%}
.trpanel__h--g{background:#E8F7ED}.trpanel__h--g i{background:#16A34A}
.trpanel__h--v{background:#FFF5DB}.trpanel__h--v i{background:#E0A100}
.trprow{display:flex;align-items:center;gap:8px;padding:10px 14px;border-top:1px solid #D0D0D0}
.trprow__pct{font-family:var(--mono);font-weight:500;font-size:13px}
.trprow__pct--g{color:#118F38}.trprow__pct--v{color:#B07A00}
.trprow__name{font-size:14px;color:#1F1F1F;text-align:right}
.trprow__rank{font-family:var(--mono);font-size:12px;color:#8A8A8A}

/* table */
.trtable{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;background:#fff}
.trrow{display:flex;align-items:center;gap:10px;padding:14px 22px;border-top:1px solid #D0D0D0}
.trrow--head{background:#F7F8FA;border-top:0}
.trrow--hl{background:#F0F5FF}
.trc{display:flex;align-items:center;flex:0 0 auto}
.trc--map{width:30px;justify-content:center}
.trc--trend{width:88px;justify-content:center}
.trc--vol{width:104px;justify-content:center;gap:8px}
.trc--turn{width:74px;justify-content:flex-end}
.trc--deals{width:66px;justify-content:flex-end}
.trc--delta{width:80px;justify-content:flex-end;gap:3px}
.trc--price{width:88px;justify-content:flex-end}
.trc--name{flex:1 1 auto;min-width:0;justify-content:flex-end}
.trc--rank{width:26px;justify-content:center}
.trrow--head .trc{font-family:var(--mono);font-weight:500;font-size:10px;letter-spacing:.6px;color:#8C99B2}
.trc__val{font-family:var(--mono);font-size:13px;color:#1F1F1F}
.trc__name{font-family:var(--sans);font-weight:500;font-size:14px;color:#1F1F1F;text-align:right;white-space:nowrap}
.trc__rank{font-family:var(--mono);font-size:12px;color:#8A8A8A}
.trc__pin{width:16px;height:16px;color:#9AA6B8}
.trc__spark{width:80px;height:24px;display:block}
.trvol{position:relative;width:70px;height:8px;border-radius:999px;background:#EDF0F5;overflow:hidden}
.trvol > i{position:absolute;left:0;top:0;height:8px;border-radius:999px;background:linear-gradient(90deg,#FFD457,#F58C21)}
.trvol__pct{font-family:var(--mono);font-size:11px;color:#576173}
.trdelta{display:inline-flex;align-items:center;gap:3px;font-family:var(--mono);font-weight:500;font-size:13px}
.trdelta i{font-size:10px;font-style:normal}
.trdelta--up{color:#118F38}.trdelta--down{color:#EC0000}

/* callouts */
.trcallout{position:absolute;z-index:5;background:#fff;border:1px solid #D0D0D0;border-radius:10px;
  padding:12px 14px;box-shadow:0 10px 24px rgba(13,20,38,.12);text-align:right;direction:rtl;max-width:230px}
.trcallout i.dot{display:block;width:8px;height:8px;border-radius:50%;margin-inline-start:auto;margin-bottom:6px}
.trcallout b{display:block;font-weight:500;font-size:13px;color:#1F1F1F}
.trcallout span{display:block;font-size:12px;color:#576173;margin-top:2px}
.trcallout--a{top:54px;left:6px}
.trcallout--a i.dot{background:var(--blue)}
.trcallout--b{top:368px;right:8px}
.trcallout--b i.dot{background:var(--blue)}
.trcallout--c{bottom:96px;left:300px}
.trcallout--c i.dot{background:#E0A100}

/* cta */
.trsec__cta{display:flex;flex-direction:column;align-items:center;gap:12px}
.trsec__btn{display:inline-flex;align-items:center;justify-content:center;background:var(--blue);color:#fff;
  height:56px;padding:0 32px;font-size:15px;font-weight:500}
.trsec__btn:hover{background:var(--blue-700)}
.trsec__note{font-family:var(--mono);font-size:12px;letter-spacing:.4px;color:#8A8A8A;text-align:center}

@media (max-width:820px){
  .trsec{padding:44px 0 40px;overflow-x:clip}
  /* Instead of scrolling a fixed 1180px terminal sideways (you only ever saw a
     sliver), the whole mock reflows to fit the screen — like the comparison
     table does. The floating callouts wrap into an insight strip below it. */
  .trsec__mockwrap{flex-wrap:wrap;gap:12px;padding:8px 16px 0;overflow:visible}
  .trmock{flex:1 1 100%;width:100%;min-width:0}

  /* chrome — keep the dots + LIVE, shrink the url pill */
  .trmock__chrome{height:42px;padding:0 12px;gap:8px}
  .trmock__url{font-size:11px;padding:5px 8px;min-width:0;
    overflow:hidden;white-space:nowrap;text-overflow:ellipsis}

  /* tabs / filter — keep them, drop the long meta line */
  .trmock__tabs{height:auto;padding:0 12px}
  .trtab{padding:12px 12px 10px;font-size:13px}
  .trmock__filter{height:auto;padding:10px 12px;gap:8px;flex-wrap:wrap}
  .trmock__meta{display:none}

  /* body stacks: gainers/volatile panels above, table below */
  .trmock__body{flex-direction:column}
  .trpanels{flex:1 1 auto;width:auto;flex-direction:row;gap:10px;padding:12px}
  .trpanel{flex:1 1 0;min-width:0}
  .trpanel__h{padding:9px 10px;font-size:10px;letter-spacing:.5px}
  .trprow{padding:8px 10px;gap:6px}
  .trprow__pct{font-size:12px}
  .trprow__name{font-size:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}

  /* table — keep the columns that tell the story (spark · Δ% · price · name) */
  .trtable{border-top:1px solid #D0D0D0}
  .trrow{padding:12px 14px;gap:10px}
  .trc--map,.trc--vol,.trc--turn,.trc--deals,.trc--rank{display:none}
  .trc--trend{width:52px}
  .trc--delta{width:62px}
  .trc--price{width:78px}
  .trc--name{min-width:0}
  .trc--name .trc__name{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}

  /* callouts — from floating tooltips to a responsive insight strip */
  .trcallout{display:block;position:static;inset:auto;flex:1 1 150px;max-width:none}
}

/* trends terminal — tighten for narrow phones so the name column keeps room */
@media (max-width:520px){
  .trsec__mockwrap{padding-inline:12px}
  .trmock__tabs{padding:0 8px}
  .trtab{padding:11px 9px 9px;font-size:12.5px}
  .trrow{padding:11px 12px;gap:8px}
  .trc--trend{width:44px}
  .trc--delta{width:56px}
  .trc--price{width:72px}
  .trprow__name{font-size:11.5px}
}

/* ===========================================================
   Reports section — 1:1 from Figma (§08 Reports)
   =========================================================== */
.repsec{background:#fff;padding:60px 24px}
.repsec__inner{max-width:1280px;margin-inline:auto;display:flex;flex-direction:column;align-items:center;gap:64px}
.repsec__head{display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center;max-width:880px}
.repsec__eyebrow{display:inline-flex;align-items:center;gap:10px;background:#F7F8FA;border:1px solid #D0D0D0;
  border-radius:100px;padding:11px 18px;font-weight:500;font-size:15px;letter-spacing:1px;color:#4A4A4A}
.repsec__eyebrow i{width:8px;height:8px;border-radius:50%;background:var(--blue)}
.repsec h2{font-weight:300;font-size:clamp(30px,4vw,48px);line-height:1.1;letter-spacing:-1px}
.repsec__sub{max-width:760px;color:#8A8A8A;font-size:18px;line-height:1.6}

/* featured row */
.repfeat{width:100%;display:flex;align-items:center;justify-content:space-between;gap:32px;direction:ltr;flex-wrap:wrap}
.repfeat__visual{flex:1 1 600px;display:flex;justify-content:center;align-items:center;padding:40px 70px 50px 20px}
.repfeat__text{flex:0 0 456px;max-width:456px;text-align:right;direction:rtl}
.repfeat__text > * + *{margin-top:26px}
.repfeat__eyebrow{display:block;font-family:var(--sans);font-weight:500;font-size:12px;letter-spacing:1.5px;color:var(--blue)}
.repfeat__text h3{font-weight:300;font-size:clamp(28px,3vw,36px);line-height:1.15;letter-spacing:-.5px;color:#1F1F1F}
.repfeat__text p{font-size:17px;line-height:1.6;color:#4A4A4A}
.repbuls{display:block;margin-bottom:52px}
.repbul{font-size:15px;color:#1F1F1F;line-height:1.5}
.repbul + .repbul{margin-top:14px}
.repbul svg{display:inline-block;width:18px;height:18px;vertical-align:-4px;margin-left:10px}
.repbul span{vertical-align:middle}
.repfeat__btn{display:inline-flex;height:56px;padding:0 32px;margin-top:64px}
.repfeat__link{color:var(--blue);font-weight:500;font-size:15px;text-decoration:underline}
.repfeat__btn{margin-top:6px;height:52px;padding:0 36px}

/* PDF report mockup */
.repshot{position:relative;width:560px;max-width:100%;background:#fff;border:1px solid #D0D0D0;border-radius:8px;
  box-shadow:0 24px 56px rgba(0,0,0,.14);overflow:hidden;direction:rtl}
.repshot__bar{height:48px;background:#F7F8FA;border-bottom:1px solid #D0D0D0;display:flex;align-items:center;justify-content:space-between;padding:0 20px}
.repshot__brand{font-weight:500;font-size:14px;letter-spacing:1.5px;color:#1F1F1F}
.repshot__meta{font-family:var(--mono);font-size:10px;color:#8A8A8A}
.repshot__body{padding:20px}
.repshot__title{font-weight:300;font-size:21px;letter-spacing:-.5px;text-align:right;margin-bottom:16px}
.repshot__kpis{display:flex;gap:10px;direction:ltr;margin-bottom:20px}
.repkpi{flex:1;background:#F7F8FA;border-radius:6px;padding:12px 14px;text-align:right}
.repkpi b{display:block;font-family:var(--mono);font-weight:400;font-size:20px;letter-spacing:-.5px;color:#1F1F1F}
.repkpi.pos b{color:#118F38}
.repkpi span{font-size:10px;color:#8A8A8A}
.repshot__lbl{font-weight:500;font-size:11px;color:#4A4A4A;text-align:right;margin-bottom:12px}
.repshot__bars{display:flex;align-items:flex-end;gap:8px;height:94px;direction:ltr;margin-bottom:16px}
.repshot__bars i{flex:1;background:rgba(0,79,201,.4);border-radius:2px}
.repshot__bars i.hi{background:rgba(0,79,201,.85)}
.repshot__rows{display:flex;flex-direction:column}
.reprow{display:flex;align-items:center;gap:10px;direction:ltr;padding:9px 0;border-top:1px solid #D0D0D0}
.reprow i{height:6px;border-radius:3px}
.reprow i:nth-child(1){width:70px;background:rgba(0,79,201,.5)}
.reprow i:nth-child(2){width:80px;background:#E0E0E3}
.reprow .sp{flex:1}
.reprow i:nth-child(4){width:120px;background:#D9D9DB}
.repshot__foot{font-family:var(--mono);font-size:9px;color:#8A8A8A;text-align:center;padding-top:10px}

/* macro report — centered layout (matches hero/trends) */
.repmacro__media{width:100%;display:flex;justify-content:center;padding:4px 0}
.repmacro__cta{display:flex;flex-direction:column;align-items:center;gap:24px}
.repmacro__props{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:14px 30px}
.repmacro__props span{display:inline-flex;align-items:center;gap:9px;font-size:16px;color:#1F1F1F}
.repmacro__props span svg{flex:0 0 18px;width:18px;height:18px}
.repmacro__btn{height:54px;padding:0 40px;font-size:16px}

/* macro report mockup — blurred premium preview */
.repshot--macro{width:620px}
.repshot--macro .repshot__meta{font-family:var(--sans);font-size:11px}
.repshot--macro .repshot__foot{font-family:var(--sans);font-size:10px}
.repcharts{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding-top:4px;filter:blur(3px);opacity:.96}
.repwidget{background:#fff;border:1px solid #E5E9F0;border-radius:8px;padding:12px;display:flex;flex-direction:column;gap:10px;overflow:hidden;direction:ltr}
.repwidget--wide{grid-column:1 / -1}
.repwidget__t{height:6px;width:52%;background:#DCE1EA;border-radius:3px;align-self:flex-end}
.repwbars{display:flex;align-items:flex-end;gap:5px;height:62px}
.repwbars i{flex:1;background:rgba(0,79,201,.45);border-radius:2px}
.repwbars i.hi{background:rgba(0,79,201,.85)}
.repwline svg,.repwarea svg{width:100%;height:64px;display:block}
.repwdonut{display:flex;align-items:center;justify-content:center;height:78px}
.repwdonut svg{width:78px;height:78px}
.repwhbars{display:flex;flex-direction:column;gap:9px;padding-top:2px}
.repwhbars .hb{display:flex;align-items:center;gap:8px;direction:rtl}
.repwhbars .hb i{height:9px;border-radius:5px}
.repwhbars .hb .k{flex:0 0 56px;background:#E3E7EE}
.repwhbars .hb .v{background:rgba(0,79,201,.5)}
.repshot__fade{position:absolute;left:0;right:0;bottom:0;height:72px;background:linear-gradient(to top,#fff,rgba(255,255,255,0));pointer-events:none}

/* divider + subhead */
.repsec__divider{width:100%;max-width:1280px;height:1px;background:#D0D0D0}
.repsec__sub2{font-weight:300;font-size:clamp(22px,2.4vw,28px);letter-spacing:-.5px;color:#1F1F1F;text-align:center}

/* cards grid */
.repcards{width:100%;display:grid;grid-template-columns:repeat(3,1fr);gap:24px;direction:ltr}
.repcard{background:#fff;border:1px solid #D0D0D0;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.05);
  overflow:hidden;display:flex;flex-direction:column}
.repcard__ill{height:150px;overflow:hidden;position:relative}
.repcard__body{padding:24px 28px;display:flex;flex-direction:column;align-items:flex-end;gap:10px;text-align:right}
.repcard__tag{font-family:var(--mono);font-size:10px;padding:3px 9px;border-radius:100px}
.repcard__body h4{font-weight:500;font-size:22px;letter-spacing:-.3px;color:#1F1F1F}
.repcard__body p{font-size:14px;line-height:1.55;color:#8A8A8A;width:100%;max-width:354px}
.repcard__cta{font-weight:500;font-size:14px;padding-top:6px}

/* illustrations */
.rill{height:150px;display:flex;align-items:center;justify-content:center;gap:14px}
.rill--gold{flex-direction:column;align-items:center;gap:18px}
.rill--gold .rbar{display:flex;flex-direction:row-reverse;align-items:center;gap:10px}
.rill--gold .rbar span{font-size:11px;color:rgba(31,31,31,.7)}
.rill--gold .rbar i{height:26px;border-radius:6px;display:block}
.rill--green{align-items:flex-end}
.rill--green i{width:40px;border-radius:4px;background:rgba(18,143,56,.45);display:block}
.rill--green i.dk{background:#128F38}
.rill--heat{display:grid;grid-template-columns:repeat(6,30px);grid-auto-rows:30px;gap:8px;align-content:center}
.rill--heat i{border-radius:5px;display:block}
.rill--teal{align-items:flex-end;gap:8px}
.rill--teal i{width:22px;border-radius:3px;background:rgba(19,138,153,.4);display:block}
.rill--teal i.dk{background:#138A99}
.rill--teal .vs{width:32px;height:32px;border-radius:50%;background:#fff;border:1px solid rgba(19,138,153,.4);
  display:flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:11px;color:#138A99;align-self:center}
.rill--icon svg{width:96px;height:96px}
.rill--line svg{width:320px;height:110px}

.repsec__note{width:100%;max-width:1280px;background:#F7F8FA;border:1px solid #D0D0D0;border-radius:12px;
  padding:24px;display:flex;align-items:center;justify-content:center;gap:12px}
.repsec__note .star{font-family:var(--mono);color:var(--blue)}
.repsec__note span{font-weight:500;font-size:16px;color:#1F1F1F}

@media (max-width:1024px){.repcards{grid-template-columns:repeat(2,1fr)}}
@media (max-width:820px){
  .repsec{padding:44px 16px}
  .repsec__inner{gap:48px}
  .repfeat{gap:36px}
  .repcards{grid-template-columns:1fr}
}

/* product screenshot with browser chrome ("tab" overlay) */
.hero__media{width:100%;max-width:1180px;margin-top:28px}
.shot{border:1px solid var(--line);border-radius:12px;overflow:hidden;
  box-shadow:0 40px 80px rgba(15,23,42,.10);background:#fff}
.shot__bar{position:relative;direction:ltr;display:flex;align-items:center;
  height:44px;padding:0 16px;background:#F7F7F7;border-bottom:1px solid #E6E6E6}
.shot__dots{display:flex;gap:8px}
.shot__dots i{width:12px;height:12px;border-radius:50%}
.shot__dots i:nth-child(1){background:#FF5F57}
.shot__dots i:nth-child(2){background:#FEBC2E}
.shot__dots i:nth-child(3){background:#28C840}
.shot__url{position:absolute;left:50%;transform:translateX(-50%);
  max-width:540px;width:46%;text-align:center;background:#fff;border:1px solid #D9D9D9;
  border-radius:6px;color:#666;font-family:var(--mono);font-size:11px;padding:5px 12px;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.shot>img{display:block;width:100%;height:auto}
.browser{border-radius:16px;overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--line)}
.browser__bar{display:flex;align-items:center;gap:8px;background:#0e1830;padding:11px 14px}
.browser__bar i{width:11px;height:11px;border-radius:50%;background:#475569}
.browser__bar i:nth-child(1){background:#ef5f56}
.browser__bar i:nth-child(2){background:#f5bd4f}
.browser__bar i:nth-child(3){background:#61c554}
.browser__url{margin-inline-start:14px;flex:1;background:#1b294a;color:#9fb0d0;border-radius:8px;
  font-family:var(--mono);font-size:12px;padding:5px 12px;text-align:center}
.browser .video-ph{border-radius:0;box-shadow:none}

/* ---------- Errors (the problem) — glass cards ---------- */
#problem{position:relative;overflow:hidden;background:
  radial-gradient(42% 52% at 10% 6%, rgba(0,80,201,.12), transparent 60%),
  radial-gradient(40% 48% at 92% 16%, rgba(220,38,38,.07), transparent 60%),
  radial-gradient(52% 62% at 80% 102%, rgba(22,163,74,.07), transparent 60%),
  var(--bg-soft);}
.errors__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:26px;position:relative}
.errcard{
  position:relative;
  background:linear-gradient(155deg, rgba(255,255,255,.92), rgba(255,255,255,.64));
  backdrop-filter:blur(22px) saturate(140%);
  -webkit-backdrop-filter:blur(22px) saturate(140%);
  border:1px solid rgba(255,255,255,.8);
  border-radius:22px;padding:28px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.75), 0 18px 44px -14px rgba(15,23,42,.22), 0 0 0 1px rgba(15,23,42,.04);
}
.errcard__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}
.errcard__num{font-family:var(--mono);color:var(--muted-2);font-size:14px;letter-spacing:.02em}
.errcard__mult{display:inline-flex;align-items:center;gap:6px;color:var(--red);
  background:rgba(220,38,38,.10);font-family:var(--mono);font-weight:500;font-size:15px;
  padding:6px 13px;border-radius:999px;border:1px solid rgba(220,38,38,.18)}
.errcard h3{font-size:20px;font-weight:500;line-height:1.4;margin-bottom:18px;color:var(--ink)}
.cmp{display:grid;grid-template-columns:1fr 1fr;border:1px solid rgba(15,23,42,.08);
  border-radius:14px;overflow:hidden;font-size:13.5px;background:rgba(255,255,255,.4)}
.cmp__col{padding:0}
.cmp__h{padding:10px 13px;font-weight:600;font-size:12.5px;display:flex;align-items:center;gap:6px;
  border-bottom:1px solid rgba(15,23,42,.07)}
.cmp__col--erra .cmp__h{color:var(--green);background:rgba(22,163,74,.12)}
.cmp__col--reg .cmp__h{color:var(--red);background:rgba(220,38,38,.09);border-inline-start:1px solid rgba(15,23,42,.07)}
.cmp__row{display:flex;justify-content:space-between;gap:8px;padding:8px 13px;
  border-bottom:1px solid rgba(15,23,42,.05);color:var(--ink-soft)}
.cmp__col--reg .cmp__row{border-inline-start:1px solid rgba(15,23,42,.07)}
.cmp__row:last-child{border-bottom:0}
.cmp__row b{font-family:var(--mono);font-weight:500;color:var(--ink)}
.cmp__row.is-key{background:rgba(0,80,201,.06)}
.cmp__row.is-key b{color:var(--blue)}
.cmp__row.is-key.reg{background:rgba(220,38,38,.06)}
.cmp__row.is-key.reg b{color:var(--red)}
.errcard__fix{margin-top:18px;padding-top:16px;border-top:1px solid rgba(15,23,42,.08)}
.errcard__fix .k{color:var(--muted);font-size:13px}
.errcard__fix .f{font-family:var(--mono);font-size:13.5px;color:var(--ink);margin-top:4px;font-weight:500;direction:ltr;text-align:center}
.errcard__eg{display:inline-flex;align-items:center;margin-top:14px;color:var(--muted);
  font-size:12.5px;background:rgba(15,23,42,.05);padding:6px 11px;border-radius:9px}

/* ---------- Stats ---------- */
.stats__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;text-align:center}
.stat__num{font-family:var(--mono);font-weight:300;font-size:clamp(40px,5vw,64px);letter-spacing:-.02em;color:var(--ink)}
.stat__lbl{color:var(--muted-2);font-size:15px;margin-top:8px}
.stat::after{content:"";display:block;width:36px;height:2px;background:var(--line);margin:14px auto 0}

/* ---------- Feature module section (generic) ---------- */
.module .lede{margin-top:14px}
.feature-list{margin-top:26px;display:grid;gap:14px}
.feature-list li{display:flex;align-items:flex-start;gap:10px;color:var(--ink-soft);font-size:16px}
.feature-list li::before{
  content:"";flex:0 0 22px;height:22px;border-radius:50%;margin-top:1px;
  background:var(--blue) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/12px no-repeat;
}
.module__cta{margin-top:26px}

/* ---------- Tabs (the 7 modules) ---------- */
.tabs__bar{
  display:flex;justify-content:space-between;gap:8px;flex-wrap:wrap;
  border-bottom:1px solid var(--line);margin-bottom:40px;
}
.tab{
  display:inline-flex;align-items:center;gap:8px;padding:12px 6px 16px;
  color:var(--muted-2);font-size:16px;border-bottom:2px solid transparent;margin-bottom:-1px;
  transition:color .15s ease,border-color .15s ease;
}
.tab .tab__num{font-family:var(--mono);font-size:12px;color:#9aa6b8}
.tab:hover{color:var(--ink)}
.tab.is-active{color:var(--ink);border-bottom-color:var(--blue);font-weight:500}
.tab.is-active .tab__num{color:var(--blue)}
.tabpanel{display:none}
.tabpanel.is-active{display:block;animation:fade .25s ease}
@keyframes fade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
.tabpanel .split{grid-template-columns:minmax(0,620px) 1fr;gap:48px}
.tabpanel .eyebrow{background:transparent;padding:0;color:var(--muted-2)}
.tabpanel .eyebrow::before{display:none}
.tab-hint{text-align:center;color:var(--muted-2);font-size:13px;margin-top:32px}

/* ---------- Trends / ticker mini ---------- */
.trends__media{margin-top:8px}

/* ---------- Reports ---------- */
.reports__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:8px}
.rcard{border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;background:#fff;box-shadow:var(--shadow-sm);
  display:flex;flex-direction:column}
.rcard__top{height:120px;display:flex;align-items:center;justify-content:center}
.rcard__body{padding:20px;display:flex;flex-direction:column;gap:8px;flex:1}
.rcard__tag{align-self:flex-start;font-size:12px;font-weight:500;padding:3px 10px;border-radius:999px;background:var(--bg-tint);color:var(--blue)}
.rcard h4{font-size:18px;font-weight:500;color:var(--ink);margin:0}
.rcard p{color:var(--muted);font-size:14px;flex:1}
.rcard .link-arrow{font-size:14px}
.rcard__icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center}
.reports__note{margin-top:26px;text-align:center;color:var(--muted-2);font-size:14px;border:1px solid var(--line);border-radius:12px;padding:14px;background:#fff}

/* ---------- Competitor table (1:1 from Figma) ---------- */
.cmp-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden}
.cmp-table th,.cmp-table td{height:64px;padding:0 16px;text-align:center;font-size:15px;border-bottom:1px solid var(--line)}
.cmp-table thead th{height:96px;font-weight:500;color:#4A4A4A;font-size:15.5px;background:#fff;vertical-align:middle}
.cmp-table thead th small{display:block;font-family:var(--mono);font-weight:400;font-size:11px;color:#8A8A8A;letter-spacing:.3px;margin-top:5px}
.cmp-table th:first-child,.cmp-table td:first-child{text-align:right;color:#1F1F1F;font-weight:400;font-size:16px;padding-inline-end:32px}
.cmp-table thead th:first-child{color:#8A8A8A;font-weight:500;font-size:14px;letter-spacing:1px}
/* ERRA column — raised "winner" spotlight */
.cmp-table .col-erra{background:#ECF1FB;border-inline:2px solid var(--blue);
  box-shadow:-9px 0 22px -12px rgba(0,79,201,.35),9px 0 22px -12px rgba(0,79,201,.35)}
.cmp-table thead .col-erra{background:linear-gradient(180deg,#0a5bdd,#00318f);color:#fff;font-size:19px;letter-spacing:1px;
  border-top:2px solid var(--blue);border-inline:2px solid var(--blue);position:relative;vertical-align:middle}
.cmp-table thead .col-erra small{color:rgba(255,255,255,.72);letter-spacing:1px;font-size:11px}
.cmp-table tbody tr:last-child .col-erra{border-bottom:2px solid var(--blue)}
/* crown score above the name */
.cmp-table .col-erra__crown{display:block;font-size:11px;font-weight:700;letter-spacing:1.5px;color:#CFE0FF;margin-bottom:4px}
/* vivid winner ticks */
.cmp-table .col-erra .tick{width:25px;height:25px;font-size:14px}
/* mute the competitor columns so ERRA pops */
.cmp-table thead th:not(.col-erra):not(:first-child){color:#9AA3B0;font-weight:400}
.cmp-table tbody td:not(.col-erra):not(:first-child){opacity:.92}
/* group rows */
.cmp-table .grp td{background:#F7F8FA;color:var(--blue);font-weight:500;font-size:13px;letter-spacing:1.5px;text-align:right;height:44px;padding-inline-end:32px}
.cmp-table .grp .col-erra{background:#ECF1FB}
/* marks */
/* all three marks share one circular badge shape so the column scans cleanly */
.cmp-table .tick{display:inline-flex;align-items:center;justify-content:center;width:23px;height:23px;border-radius:50%;background:#1AA64C;color:#fff;font-size:13px;font-weight:700;line-height:1;box-shadow:0 2px 6px rgba(26,166,76,.3)}
.cmp-table .partial{display:inline-block;width:23px;height:23px;border-radius:50%;background:conic-gradient(from 180deg,#C98A00 0 50%,#F0D28A 50% 100%);font-size:0;vertical-align:middle}
.cmp-table .dash{position:relative;display:inline-flex;align-items:center;justify-content:center;width:23px;height:23px;border-radius:50%;background:#EEF1F5;font-size:0;vertical-align:middle}
.cmp-table .dash::before{content:"✕";font-size:11px;font-weight:700;color:#AEB7C4;line-height:1}
/* summary bar */
.cmp-foot{margin-top:28px;background:linear-gradient(90deg,#00339E,#0057D9);color:#fff;border-radius:16px;
  height:140px;padding:0 48px;display:flex;align-items:center;justify-content:space-between;gap:24px;
  box-shadow:0 16px 40px rgba(0,79,201,.3);direction:ltr;flex-wrap:wrap}
.cmp-foot__btn{background:#fff;color:var(--blue);height:56px;padding:0 32px;font-weight:500}
.cmp-foot__info{display:flex;align-items:center;gap:28px;direction:rtl}
.cmp-foot__txt{text-align:right}
.cmp-foot__txt b{display:block;font-weight:500;font-size:20px}
.cmp-foot__txt small{display:block;font-weight:300;font-size:20px;color:rgba(255,255,255,.85)}
.cmp-foot__div{width:1px;height:60px;background:rgba(255,255,255,.3)}
.cmp-foot__score{display:flex;flex-direction:column;align-items:flex-end}
.cmp-foot__score b{font-family:var(--mono);font-weight:300;font-size:48px;letter-spacing:-1px;line-height:1}
.cmp-foot__score span{font-size:13px;color:rgba(255,255,255,.7)}
@media (max-width:820px){.cmp-foot{height:auto;padding:24px;flex-direction:column;align-items:stretch}.cmp-foot__info{flex-wrap:wrap;gap:16px}}

/* ---------- About ---------- */
.about__grid{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;align-items:center}
.about__stats{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:30px}
.about__stat b{font-family:var(--mono);font-weight:300;font-size:30px;color:var(--ink);display:block}
.about__stat span{color:var(--muted-2);font-size:14px}
.about__videos{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.testi{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:3/4;cursor:pointer;
  background:linear-gradient(160deg,#1b294a,#0B1220);box-shadow:var(--shadow)}
.testi__thumb{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}
.testi:hover .testi__thumb{transform:scale(1.04)}
.testi__play{position:absolute;inset:0;margin:auto;width:52px;height:52px;border-radius:50%;
  background:rgba(255,255,255,.95);display:flex;align-items:center;justify-content:center;
  box-shadow:0 8px 20px rgba(0,0,0,.35);transition:transform .15s ease,opacity .2s ease;z-index:2}
.testi:hover .testi__play{transform:scale(1.08)}
.testi__play svg{width:20px;height:20px;margin-inline-start:3px;fill:var(--navy)}
.testi__meta{position:absolute;inset-inline:0;bottom:0;padding:14px;color:#fff;z-index:2;
  background:linear-gradient(0deg,rgba(0,0,0,.78),rgba(0,0,0,.2),transparent)}
.testi__meta b{font-weight:600;font-size:14px}
.testi__meta span{display:block;font-size:12px;opacity:.92;margin-top:3px;line-height:1.35}
.testi__iframe{position:absolute;inset:0;width:100%;height:100%;border:0;z-index:5}
.testi.is-playing .testi__play,.testi.is-playing .testi__meta{opacity:0;pointer-events:none}

/* ---------- Pricing (modern) ---------- */
/* pure-CSS billing toggle — radios sit before .billing & .pricing__grid as siblings */
.billing__radio{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
.billing{position:relative;display:flex;width:max-content;gap:2px;background:var(--bg-soft);
  border:1px solid var(--line);border-radius:999px;padding:5px;margin:0 auto 38px}
.billing__glow{display:none}
.billing__opt{cursor:pointer;padding:9px 22px;border-radius:999px;font-size:14.5px;font-weight:500;color:var(--muted);
  display:inline-flex;align-items:center;gap:8px;user-select:none;transition:background .2s ease,color .2s ease}
.billing__save{font-size:11px;font-weight:700;color:#1AA64C;background:#E7F6EC;padding:2px 8px;border-radius:999px}
#bill-month:checked ~ .billing .billing__opt[for="bill-month"],
#bill-year:checked ~ .billing .billing__opt[for="bill-year"]{background:#fff;color:var(--ink);box-shadow:0 2px 8px rgba(15,23,42,.14)}
/* monthly shown by default; annual revealed when the year radio is checked */
.price-y{display:none}
#bill-year:checked ~ .pricing__grid .price-m{display:none}
#bill-year:checked ~ .pricing__grid .price-y{display:inline}

.pricing__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:stretch;max-width:1080px;margin-inline:auto}
.plan{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--line);
  border-radius:22px;padding:30px 26px;box-shadow:0 2px 16px rgba(15,23,42,.05);
  transition:transform .2s ease,box-shadow .2s ease}
.plan:hover{transform:translateY(-4px);box-shadow:0 22px 44px -18px rgba(15,23,42,.20)}
.plan__tag{font-family:var(--mono);font-size:12px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:var(--blue)}
.plan h3{font-size:22px;font-weight:600;margin:3px 0 0}
.plan__price{font-family:var(--sans);font-weight:700;font-size:46px;line-height:1;letter-spacing:-1px;color:var(--ink);margin:16px 0 0}
.plan__price small{font-size:15px;font-weight:400;color:var(--muted-2);letter-spacing:0}
.plan__cur{font-size:24px;font-weight:500;vertical-align:6px;margin-inline-end:7px;color:var(--muted-2)}
.plan__note{min-height:18px;font-size:12.5px;color:var(--muted-2);margin:8px 0 18px}
.plan__desc{color:var(--muted-2);font-size:13.5px;margin:0 0 20px}
.plan .btn{margin-bottom:24px;border-radius:13px;font-weight:500}
.plan__feats{display:grid;gap:13px;margin-top:auto}
.plan__feats li{display:flex;gap:10px;align-items:flex-start;font-size:14.5px;color:var(--ink-soft);line-height:1.4}
.plan__feats li::before{content:"";flex:0 0 20px;height:20px;border-radius:50%;background:var(--blue-50)
  url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%232563EB' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/11px no-repeat;margin-top:1px}

/* featured = dark "pro" hero card */
.plan--featured{background:linear-gradient(165deg,#1c2f60,#0c1733);border-color:transparent;color:#fff;
  transform:translateY(-12px);box-shadow:0 30px 60px -22px rgba(11,18,32,.6)}
.plan--featured:hover{transform:translateY(-16px)}
.plan--featured .plan__tag{color:#8fb6ff}
.plan--featured h3,.plan--featured .plan__price{color:#fff}
.plan--featured .plan__price small,.plan--featured .plan__cur{color:rgba(255,255,255,.6)}
.plan--featured .plan__note{color:rgba(255,255,255,.55)}
.plan--featured .plan__desc{color:rgba(255,255,255,.72)}
.plan--featured .plan__feats li{color:rgba(255,255,255,.92)}
.plan--featured .plan__feats li::before{background:rgba(255,255,255,.16)
  url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/11px no-repeat}
.plan__badge{position:absolute;top:-14px;inset-inline:0;margin-inline:auto;width:max-content;
  background:#fff;color:#16275a;font-size:12.5px;font-weight:600;letter-spacing:.2px;
  padding:7px 18px;border-radius:999px;box-shadow:0 12px 26px -8px rgba(0,0,0,.5)}

/* feature comparison spoiler */
.pricing__more{max-width:920px;margin:46px auto 0}
.pricing__more>summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;
  padding:16px 22px;border:1px solid var(--line);border-radius:14px;background:#fff;
  font-weight:500;font-size:16px;color:var(--ink);box-shadow:var(--shadow-sm);transition:background .15s ease}
.pricing__more>summary:hover{background:var(--bg-soft)}
.pricing__more>summary::-webkit-details-marker{display:none}
.pricing__more>summary::marker{content:""}
.pricing__more-ic{display:inline-flex;align-items:center;color:var(--blue);transition:transform .2s ease}
.pricing__more-ic svg{width:18px;height:18px;display:block}
.pricing__more[open]>summary{border-radius:14px 14px 0 0}
.pricing__more[open] .pricing__more-ic{transform:rotate(180deg)}
.pricing__more .cmp-scroll{margin-top:0}
.cmp-table--price thead .col-erra small{font-size:10.5px}

/* ---------- FAQ ---------- */
.faq{max-width:820px;margin-inline:auto}
.faq__item{border-bottom:1px solid var(--line)}
.faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:22px 4px;text-align:right;font-size:18px;font-weight:500;color:var(--ink)}
.faq__q .ic{font-family:var(--mono);font-size:24px;line-height:1;color:var(--blue);width:22px;text-align:center}
.faq__a{max-height:0;overflow:hidden;transition:max-height .25s ease;color:var(--muted);font-size:16px}
.faq__a p{padding:0 4px 22px}
.faq__item.is-open .faq__a{max-height:300px}

/* ---------- Final CTA ---------- */
.cta{background:linear-gradient(160deg,#142a63,#0B1220);color:#fff;border-radius:24px;text-align:center;padding:72px 24px}
.cta h2{color:#fff}
.cta .lede{color:#c7d2e8}
.cta__btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-top:28px}
.cta__trust{color:#9fb0d0;font-size:14px;margin-top:18px}

/* ---------- Footer ---------- */
.footer{background:var(--bg-soft);border-top:1px solid var(--line-soft);padding-block:56px 32px}
.footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:32px}
.footer h5{font-size:13px;color:var(--muted-2);font-weight:500;margin-bottom:14px;font-family:var(--mono);letter-spacing:.03em}
.footer ul{display:grid;gap:10px}
.footer a{color:var(--muted);font-size:15px}
.footer a:hover{color:var(--ink)}
.footer__brand p{color:var(--muted-2);font-size:14px;margin-top:12px;max-width:34ch}
.footer__bottom{margin-top:40px;padding-top:20px;border-top:1px solid var(--line);color:var(--muted-2);font-size:13px;text-align:center}

/* ---------- Responsive ---------- */
@media (max-width:1024px){
  .reports__cards{grid-template-columns:repeat(2,1fr)}
  .pricing__grid{grid-template-columns:1fr;max-width:520px;margin-inline:auto}
  .plan--featured{transform:none}
}
@media (max-width:820px){
  .section{padding-block:46px}
  .section__head{margin-bottom:30px}
  .split,.tabpanel .split,.about__grid{grid-template-columns:1fr;gap:32px}
  .split{direction:rtl}
  .errors__grid{grid-template-columns:1fr}
  .stats__grid{grid-template-columns:1fr;gap:40px}
  .reports__cards{grid-template-columns:1fr}
  .footer__grid{grid-template-columns:repeat(3,1fr);gap:24px 18px}
  .footer__brand{grid-column:1/-1}
  .tabs__bar{justify-content:flex-start;gap:18px;overflow-x:auto;flex-wrap:nowrap;-webkit-overflow-scrolling:touch}
  .tab{white-space:nowrap}
  /* comparison: turn the wide table into capability cards (no scroll) */
  .cmp-scroll{overflow:visible}
  .cmp-table{min-width:0;border:0;border-radius:0;background:transparent;overflow:visible}
  .cmp-table thead{display:none}
  .cmp-table tbody{display:block}
  .cmp-table tr{display:block}
  .cmp-table tr.grp{margin:22px 0 10px}
  .cmp-table tr.grp td{display:none}
  .cmp-table tr.grp td:first-child{display:block;background:transparent;color:var(--blue);
    font-weight:600;font-size:13px;letter-spacing:1.4px;text-align:right;padding:0 2px;height:auto}
  .cmp-table tr:not(.grp){background:#fff;border:1px solid var(--line);border-radius:14px;
    padding:16px 18px;margin-bottom:12px;box-shadow:var(--shadow-sm)}
  .cmp-table tr:not(.grp) td{display:flex;align-items:center;justify-content:space-between;
    height:auto;padding:9px 0;border:0;border-bottom:1px solid var(--line-soft);text-align:right;font-size:15.5px}
  .cmp-table tr:not(.grp) td:first-child{display:block;padding:0 0 12px;margin-bottom:8px;
    border-bottom:1px solid var(--line);font-weight:600;font-size:17px;color:#1F1F1F}
  .cmp-table tr:not(.grp) td:last-child{border-bottom:0;padding-bottom:0}
  /* tint bleeds outward via negative margin while the content edges stay on the
     same baseline as the other rows, so all the mark badges line up vertically */
  .cmp-table tr:not(.grp) td.col-erra{background:#F1F6FE;border:0;
    border-radius:9px;margin:2px -8px 0;padding:11px 8px;
    box-shadow:0 5px 14px -5px rgba(0,79,201,.28)}
  .cmp-table tbody tr:last-child .col-erra{border-bottom:0}
  .cmp-table tr:not(.grp) td:not(:first-child)::before{color:var(--muted);font-weight:400}
  .cmp-table tr:not(.grp) td:nth-child(2)::before{content:"ERRA Analytics";color:var(--blue);font-weight:600}
  .cmp-table tr:not(.grp) td:nth-child(3)::before{content:"פורטלי נדל״ן"}
  .cmp-table tr:not(.grp) td:nth-child(4)::before{content:"מקורות ממשלה"}
  .cmp-table tr:not(.grp) td:nth-child(5)::before{content:"כלי GIS"}
  .cmp-table tr:not(.grp) td:nth-child(6)::before{content:"מחקר ידני"}
  /* pricing comparison reuses .cmp-table but needs its own column labels */
  .cmp-table--price tr:not(.grp) td:nth-child(2)::before{content:"Free";color:var(--muted);font-weight:600}
  .cmp-table--price tr:not(.grp) td:nth-child(3)::before{content:"Pro";color:var(--blue);font-weight:700}
  .cmp-table--price tr:not(.grp) td:nth-child(4)::before{content:"Enterprise";color:var(--muted);font-weight:600}
  /* trends mock reflows to fit (see the dedicated block above) — keep the
     wrapped callout strip aligned to the start */
  .trsec__mockwrap{justify-content:flex-start}
  /* macro report: stack visual over text */
  .repfeat{flex-direction:column;align-items:stretch;gap:28px}
  .repfeat__visual{flex-basis:auto;padding:0;min-width:0}
  .repfeat__text{flex-basis:auto;max-width:100%;min-width:0}
  .repshot--macro{width:100%}
  /* partners logos a touch smaller */
  .partners__row .plogo{width:148px;height:76px;padding:14px 18px}
}
@media (max-width:520px){
  .footer__grid{grid-template-columns:repeat(3,1fr);gap:22px 14px}
  .footer h5{font-size:12px}
  .footer a{font-size:13px;overflow-wrap:anywhere}
  .footer__brand p{max-width:none}
  .about__videos{grid-template-columns:1fr 1fr;gap:12px}
  .hero{padding-block:14px 24px}
  /* big but capped to vw so the headline always stays on 2 lines, never 3 */
  .hero h1{font-size:clamp(26px,7.4vw,34px);line-height:1.1;font-weight:400;letter-spacing:-.015em;text-wrap:balance}
  .hero h1 br{display:none}
  .hero .lede{font-size:16px}
  .hero .lede br{display:none}
  .hero__cta{width:100%;flex-direction:column}
  .hero__cta .btn{width:100%}
  /* source logos: force 3 per row so 6 icons are always max 2 rows */
  .hero__logos{gap:10px}
  .hero__logos .logo-card{flex:0 0 calc((100% - 20px)/3);height:50px}
  /* error cards: keep values on one line so the two compare columns stay aligned */
  .errcard{padding:22px 18px}
  .cmp{font-size:12.5px}
  .cmp__h{padding:9px 10px}
  .cmp__row{padding:8px 10px}
  .cmp__row b{white-space:nowrap}
  .cmp__row span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  /* keep all section headings comfortably inside the viewport */
  h2{font-size:25px}
  .repsec h2,.trsec h2,.section__head h2{font-size:25px}
  h2,h2 br{overflow-wrap:break-word}
  .section__head h2 br,.trsec h2 br,.repsec h2 br,.repfeat__text h3 br{display:none}
  .repsec__sub br{display:none}
  .cta{padding:48px 20px}
  .cmp-foot__score b{font-size:38px}
  .partners__title{font-size:14px}
}

/* ---------- Lead modal ---------- */
.lead[hidden]{display:none}
/* The overlay itself scrolls (not the dialog) so the close button is always
   reachable even when the form is taller than the screen. margin:auto centres
   short dialogs while still allowing scroll-to-top for tall ones. */
.lead{position:fixed;inset:0;z-index:100;display:flex;overflow-y:auto;
  -webkit-overflow-scrolling:touch;padding:20px}
.lead__backdrop{position:fixed;inset:0;background:rgba(11,18,32,.55);
  backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:leadFade .2s ease}
.lead__dialog{position:relative;width:100%;max-width:460px;margin:auto;
  background:#fff;border-radius:var(--radius);box-shadow:var(--shadow-lg);
  padding:22px 24px 18px;direction:rtl;text-align:right;animation:leadPop .22s cubic-bezier(.2,.8,.25,1)}
.lead__close{position:absolute;top:10px;left:12px;width:38px;height:38px;border-radius:10px;z-index:2;
  font-size:26px;line-height:1;color:var(--muted-2);background:#fff;
  display:flex;align-items:center;justify-content:center}
.lead__close:hover{background:var(--bg-soft);color:var(--ink)}
.lead__title{font-size:20px;font-weight:600;margin-bottom:4px;padding-inline-start:30px}
.lead__sub{color:var(--muted);font-size:14px;line-height:1.4;margin-bottom:14px}

.lead__tabs{display:flex;gap:5px;background:var(--bg-soft);border:1px solid var(--line);
  border-radius:999px;padding:3px;margin-bottom:14px}
.lead__tab{flex:1;padding:8px 5px;border-radius:999px;font-size:13.5px;font-weight:500;
  color:var(--muted);transition:background .15s ease,color .15s ease;white-space:nowrap}
.lead__tab.is-active{background:var(--blue);color:#fff}

.lead__field{display:block;margin-bottom:10px}
.lead__field > span{display:block;font-size:13.5px;font-weight:500;margin-bottom:4px;color:var(--ink-soft)}
.lead__field > span i{font-weight:400;color:var(--muted-2);font-style:normal}
.lead__field input,.lead__field select,.lead__field textarea{
  width:100%;font:inherit;font-size:15.5px;color:var(--ink);background:#fff;
  border:1px solid var(--line);border-radius:var(--radius-sm);padding:10px 13px;
  transition:border-color .15s ease,box-shadow .15s ease}
.lead__field textarea{resize:vertical;min-height:56px}
.lead__field input:focus,.lead__field select:focus,.lead__field textarea:focus{
  outline:0;border-color:var(--blue);box-shadow:0 0 0 3px rgba(0,80,201,.15)}

.lead__err{color:var(--red);background:var(--red-50);border-radius:var(--radius-sm);
  padding:9px 12px;font-size:13.5px;margin:0 0 10px}
.lead__submit{width:100%;border-radius:999px;margin-top:2px;padding-block:12px}
.lead__submit:disabled{opacity:.7;cursor:default}
.lead__wa{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;
  margin-top:8px;padding:11px 18px;border-radius:999px;font-weight:500;font-size:15px;
  color:#fff;background:#25D366;transition:background .15s ease}
.lead__wa:hover{background:#1Fb155}
.lead__wa svg{width:20px;height:20px;fill:#fff}
.lead__fine{text-align:center;color:var(--muted-2);font-size:12px;margin-top:9px}

.lead__consent{display:flex;align-items:flex-start;gap:8px;margin:4px 0 12px;
  font-size:13px;line-height:1.4;color:var(--muted);cursor:pointer}
.lead__consent input{flex:0 0 16px;width:16px;height:16px;margin-top:1px;accent-color:var(--blue);cursor:pointer}
.lead__consent a{color:var(--blue);text-decoration:underline}
.lead__success .lead__wa{margin:4px 0 14px}

.lead__success{text-align:center;padding:24px 6px 8px;direction:rtl}
.lead__check{width:64px;height:64px;border-radius:50%;background:var(--green-50);color:var(--green);
  display:flex;align-items:center;justify-content:center;margin:0 auto 18px}
.lead__check svg{width:30px;height:30px}
.lead__success h3{font-size:22px;font-weight:600;margin-bottom:8px}
.lead__success p{color:var(--muted);margin-bottom:22px}
.lead__success .btn{border-radius:999px;padding-inline:32px}

@keyframes leadFade{from{opacity:0}to{opacity:1}}
@keyframes leadPop{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}
@media (prefers-reduced-motion:reduce){
  .lead__backdrop,.lead__dialog{animation:none}
}
@media (max-width:520px){
  .lead{padding:10px}
  .lead__dialog{max-width:none;border-radius:16px;padding:24px 18px 20px}
  .lead__title{font-size:21px}
  .lead__tab{font-size:13px;padding:9px 4px}
}

/* ---------- Accessibility (a11y) ---------- */
/* Skip-to-content link — visible only on keyboard focus */
.skip-link{position:fixed;top:-120px;inset-inline-start:16px;z-index:200;
  background:var(--blue);color:#fff;padding:10px 18px;border-radius:0 0 10px 10px;
  font-weight:600;transition:top .15s ease}
.skip-link:focus{top:0}

/* Visible keyboard focus indicator (WCAG 2.4.7) */
:focus-visible{outline:2px solid var(--blue);outline-offset:2px;border-radius:2px}

/* Screen-reader-only utility */
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;
  overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}

/* Accessibility statement page (legal prose) */
.legal{max-width:760px;margin-inline:auto}
.legal h1{font-size:clamp(30px,4vw,44px);font-weight:500;letter-spacing:-.02em;margin:10px 0 6px}
.legal h2{font-size:clamp(20px,2.4vw,26px);font-weight:600;margin:34px 0 10px}
.legal p{color:var(--muted);margin-bottom:14px}
.legal .lede{font-size:18px;margin:0 0 24px}
.legal__list,.legal__contact{margin:0 0 14px;padding:0;list-style:none}
.legal__list li,.legal__contact li{position:relative;padding-inline-start:24px;margin-bottom:8px;color:var(--muted)}
.legal__list li::before{content:"✓";position:absolute;inset-inline-start:0;color:var(--blue);font-weight:700}
.legal__contact li{padding-inline-start:0}
.legal a{color:var(--blue);text-decoration:underline}
.legal__date{font-size:14px;color:var(--muted-2);margin-top:30px}

/* Refine the NagishLi launcher button to match the brand (double-ID
   specificity beats NagishLi's own single-ID !important rules) */
#NagishLiTag #NagishLiBarStrip{
  background:var(--blue) !important;
  box-shadow:0 6px 18px rgba(0,80,201,.32) !important;
  border-radius:12px !important;
  padding:11px !important;
}
#NagishLiTag #NagishLiBarStrip:hover,
#NagishLiTag #NagishLiBarStrip:focus{
  background:var(--blue-700) !important;
}
