/* קובץ שנוצר אוטומטית ע"י scripts/build-css.mjs מתוך assets/css/parts/components/ — לא לערוך ידנית */

/* === base.css === */
/* ---- skip-link (מ-Base.astro) ---- */
.skip-link {
  position: absolute;
  inset-inline-start: 8px;
  top: -48px;
  z-index: 100;
  background: var(--ink);
  color: #fff;
  padding: 10px 18px;
  border-radius: 0 0 10px 10px;
  font-weight: 600;
  font-size: 14px;
  transition: top .15s ease;
}
.skip-link:focus-visible { top: 0; }

/* === callback-banner.css === */
/* ---- באנר שיחת הדגמה (מ-CallbackBanner.astro) — סלקטורים גנריים scoped תחת .cb ----
   הוגדל ב-08.07.2026 לבקשת הלקוח: יותר נוכחות לקריאה "רוצים לשמוע אותו בשיחה אמיתית?" */
.cb {
  background: linear-gradient(180deg, var(--teal-ghost) 0%, #EDF7F5 100%);
  border-bottom: 1px solid var(--line);
  border-top: 3px solid var(--teal);
}
.cb-in { display: grid; grid-template-columns: 1fr 1.1fr; gap: 40px; align-items: center; padding-top: 56px; padding-bottom: 56px; }
@media (max-width: 860px) { .cb-in { grid-template-columns: 1fr; gap: 24px; padding-top: 44px; padding-bottom: 44px; } }
.cb-text .tag {
  font-size: 11px; letter-spacing: .16em; color: var(--teal-deep);
  border: 1px solid rgba(10, 122, 112, .35); border-radius: 99px; padding: 4px 12px;
}
.cb-text h2 { font-size: clamp(26px, 2.6vw, 32px); margin: 14px 0 8px; }
.cb-text p { font-size: 16.5px; color: var(--muted); max-width: 46ch; }
.cb-row { display: flex; gap: 12px; flex-wrap: wrap; }
.cb-row input {
  flex: 1 1 220px; min-width: 0; background: var(--white); border: 1px solid #C9D0CE;
  border-radius: 12px; padding: 15px 17px; font-size: 17px; color: var(--text);
  font-family: var(--font-mono); text-align: start;
  box-shadow: 0 4px 14px rgba(14, 23, 38, .05);
}
.cb-row input:focus-visible { outline: 3px solid var(--teal); outline-offset: 2px; }
.cb-row input:disabled, .cb-row .btn:disabled { opacity: .55; cursor: not-allowed; }
.cb-row .btn { padding: 15px 30px; font-size: 16px; }
.cb-status { margin-top: 12px; font-size: 13.5px; color: var(--muted); min-height: 22px; }
.cb-status.ok { color: var(--teal-deep); font-weight: 600; }
.cb-status.err { color: #B23A22; font-weight: 600; }
.cb-consent { margin-top: 4px; font-size: 12px; color: var(--muted); }
.cb .sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

/* === campaign-panel.css === */
/* ---- דשבורד קמפיין (מ-CampaignPanel.astro) — scoped תחת .panel ---- */
.panel {
  background: var(--white); border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
  box-shadow: 0 24px 60px rgba(14, 23, 38, .09);
}
.panel .panel-bar {
  display: flex; align-items: center; gap: 12px; padding: 13px 18px; border-bottom: 1px solid var(--line);
  font-size: 13px; color: var(--muted);
}
.panel .panel-bar .title { font-weight: 600; color: var(--ink); }
.panel .panel-bar .chips { margin-inline-start: auto; display: flex; gap: 8px; }
.panel .kpis { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); }
.panel .kpi { padding: 16px 18px; border-inline-start: 1px solid var(--line); }
.panel .kpi:first-child { border-inline-start: none; }
.panel .kpi .v { font-family: var(--font-mono); font-size: 19px; font-weight: 500; color: var(--ink); }
.panel .kpi .l { font-size: 11.5px; color: var(--muted); margin-top: 2px; }
/* גלילה פנימית במובייל — התוכן הרחב לא מגליש את העמוד */
.panel .table-scroll { overflow-x: auto; }
.panel table.leads { width: 100%; min-width: 480px; border-collapse: collapse; font-size: 13px; }
.panel .leads th {
  text-align: start; font-size: 11px; letter-spacing: .06em; color: var(--muted); font-weight: 600;
  padding: 10px 18px; border-bottom: 1px solid var(--line); background: #FBFCFB;
}
.panel .leads td { padding: 11px 18px; border-bottom: 1px solid var(--line); color: var(--text); }
.panel .leads tr:last-child td { border-bottom: none; }
.panel .leads .num { font-family: var(--font-mono); font-size: 12px; color: var(--muted); }
.panel .badge {
  display: inline-flex; align-items: center; gap: 6px; font-size: 11.5px; font-weight: 600;
  padding: 3px 10px; border-radius: 99px;
}
.panel .badge::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.panel .badge.hot { color: #B23A22; background: #FDEBE6; }
.panel .badge.warm { color: var(--todo-text); background: var(--todo-bg); }
.panel .badge.cold { color: #3E5A80; background: #E9EFF6; }
.panel .badge.done { color: var(--teal-deep); background: var(--teal-ghost); }

/* === caps-grid.css === */
/* ---- רשת היכולות (מ-CapsGrid.astro) — scoped תחת .caps ---- */
.caps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.caps .cap {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; transition: border-color .2s, box-shadow .2s;
}
.caps .cap:hover { border-color: var(--teal); box-shadow: 0 12px 34px rgba(14, 23, 38, .07); }
.caps .cap .ic {
  width: 38px; height: 38px; border-radius: 10px; background: var(--teal-ghost); color: var(--teal-deep);
  display: grid; place-items: center; font-family: var(--font-mono); font-size: 15px; font-weight: 500; margin-bottom: 16px;
}
.caps .cap h3 { font-size: 16.5px; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.caps .cap p { font-size: 14px; color: var(--muted); line-height: 1.6; }
.caps .cap p b { color: var(--text); font-weight: 600; }
@media (max-width: 920px) { .caps { grid-template-columns: 1fr 1fr; } }
@media (max-width: 620px) { .caps { grid-template-columns: 1fr; } }

/* === case-study.css === */
/* ---- סיפור לקוח (מ-CaseStudy.astro) — scoped תחת .case ---- */
.case {
  display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden; background: var(--white);
}
.case .case-story { padding: 42px 40px; }
.case .case-story .co { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; flex-wrap: wrap; }
.case .case-story .co span { font-size: 13px; color: var(--muted); }
.case .case-story blockquote { font-size: 19px; line-height: 1.6; color: var(--ink); font-weight: 500; margin-bottom: 22px; }
.case .case-story .attrib { font-size: 14px; color: var(--muted); }
.case .case-story .attrib b { color: var(--ink); font-weight: 600; display: block; font-size: 15px; }
.case .play {
  display: inline-flex; align-items: center; gap: 10px; margin-top: 26px; flex-wrap: wrap;
  border: 1px solid var(--line); background: var(--paper); border-radius: 99px;
  padding: 9px 20px 9px 12px; font-size: 13.5px; font-weight: 600; color: var(--ink); font-family: inherit;
}
.case .play:disabled { cursor: not-allowed; opacity: .75; }
.case .play .pbtn { width: 28px; height: 28px; border-radius: 50%; background: var(--teal); display: grid; place-items: center; color: #04302C; font-size: 11px; }
.case .case-nums { background: var(--ink); color: #fff; padding: 42px 40px; display: flex; flex-direction: column; justify-content: center; gap: 28px; }
.case .num .val { font-family: var(--font-display); font-size: 24px; color: var(--teal); line-height: 1.4; }
.case .num .lbl { font-size: 14px; color: var(--muted-dark); margin-top: 6px; }
.case .num .src { font-family: var(--font-mono); font-size: 10.5px; color: #7B8AA1; margin-top: 3px; }
@media (max-width: 840px) { .case { grid-template-columns: 1fr; } }

/* === code-block.css === */
/* ---- בלוק קוד (מ-CodeBlock.astro) — scoped תחת .code ---- */
.code {
  background: var(--ink-3); border: 1px solid var(--line-dark); border-radius: 12px; overflow: hidden;
  direction: ltr; text-align: left; font-family: var(--font-mono); font-size: 12.5px; line-height: 1.72;
}
.code .code-bar { display: flex; align-items: center; gap: 7px; padding: 11px 16px; border-bottom: 1px solid var(--line-dark); }
.code .code-bar i { width: 10px; height: 10px; border-radius: 50%; background: #22304C; }
.code .code-bar span { margin-left: auto; font-size: 10.5px; color: #7B8AA1; letter-spacing: .08em; }
.code pre { padding: 20px 22px; overflow-x: auto; color: #B9C4D6; }
.code .c { color: #7B8AA1; }
.code .k { color: var(--teal); }
.code .s { color: #8FD4A8; }
.code .n { color: #E8B15C; }

/* === float-whatsapp.css === */
/* ---- וואטסאפ צף (מ-FloatWhatsApp.astro) ---- */
.float-wa {
  position: fixed; bottom: 22px; inset-inline-end: 22px; z-index: 60;
  width: 52px; height: 52px; border-radius: 50%; background: #25D366; color: #fff;
  display: grid; place-items: center; font-size: 23px; box-shadow: 0 10px 30px rgba(0, 0, 0, .28);
  transition: transform .15s;
}
.float-wa:hover { transform: translateY(-2px); }

/* === footer.css === */
/* ---- פוטר (מ-Footer.astro, scoped תחת footer) ---- */
footer { background: var(--ink-3); color: var(--muted-dark); font-size: 13.5px; }
.foot-in { display: flex; justify-content: space-between; gap: 20px; padding: 34px 0; flex-wrap: wrap; }
.foot-in .cols { display: flex; gap: 40px; flex-wrap: wrap; }
.foot-in a:hover { color: #fff; }
footer .logo { display: flex; align-items: center; }
footer .logo img { height: 30px; width: auto; display: block; }
@media (max-width: 700px) { .foot-in .cols { gap: 18px 26px; } }

/* === kb-visual.css === */
/* ---- ויזואל מאגר הידע (מ-KbVisual.astro) — scoped תחת .kb-visual ---- */
.kb-visual {
  background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 28px;
  display: flex; flex-direction: column; gap: 12px;
}
.kb-visual .kb-src {
  display: flex; align-items: center; gap: 12px; background: var(--white); border: 1px solid var(--line);
  border-radius: 10px; padding: 11px 16px; font-size: 13.5px; color: var(--text);
}
.kb-visual .kb-src .t { font-family: var(--font-mono); font-size: 10.5px; color: var(--muted); margin-inline-start: auto; }
.kb-visual .kb-arrow { text-align: center; color: var(--teal); font-size: 18px; line-height: 1; }
.kb-visual .kb-agent {
  background: var(--ink); color: #CFF2EE; border-radius: 10px; padding: 14px 18px; font-size: 14px;
  display: flex; gap: 10px; align-items: center;
}
.kb-visual .kb-agent .mono { color: var(--teal); font-size: 11px; }

/* === live-call-console.css === */
/* ---- קונסולת השיחה (מ-LiveCallConsole.astro) — :global() הוסר, הסלקטורים גלובליים ---- */
.console {
  background: var(--ink-2); border: 1px solid var(--line-dark); border-radius: 18px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .45); overflow: hidden;
}
.console-bar {
  display: flex; align-items: center; gap: 12px; padding: 14px 18px;
  border-bottom: 1px solid var(--line-dark); font-size: 13px; color: var(--muted-dark);
}
.dot-live { width: 9px; height: 9px; border-radius: 50%; background: var(--live); animation: pulse 1.6s infinite; flex: none; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .3; } }
.console-bar .title { font-weight: 600; color: #E7ECF4; }
.console-bar .chips { margin-inline-start: auto; display: flex; gap: 8px; }

.console .stage { padding: 26px 24px 8px; display: flex; flex-direction: column; align-items: center; gap: 14px; position: relative; }
.console .speaker {
  height: 22px; display: flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; color: var(--muted-dark);
  transition: color .3s;
}
.console .speaker::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: currentColor; }
.console .speaker.agent { color: var(--teal); }
.console .speaker.caller { color: #8FA5C6; }
.bigwave { display: flex; align-items: center; justify-content: center; gap: 4px; height: 58px; width: 100%; }
.bigwave i {
  width: 4px; height: 6px; border-radius: 3px; background: #33415F;
  transition: background .35s;
}
.bigwave.talking.agent i { background: var(--teal); animation: wave 1s ease-in-out infinite; }
.bigwave.talking.caller i { background: #8FA5C6; animation: wave 1.15s ease-in-out infinite; }
@keyframes wave { 0%, 100% { height: 6px; opacity: .55; } 50% { height: 44px; opacity: 1; } }
.console .caption {
  /* גובה קבוע של בדיוק 3 שורות — הקונסולה לא גדלה עם אורך הטקסט (אפס CLS).
     flex + justify-end מצמידים את התוכן לתחתית: כשהטקסט ארוך מ-3 שורות,
     השורות הישנות נחתכות למעלה ותמיד רואים את המילים העדכניות. */
  height: 78px; overflow: hidden;
  display: flex; flex-direction: column; justify-content: flex-end;
  max-width: 42ch; text-align: center;
  font-size: 15.5px; line-height: 1.62; color: #DCE3EE; font-weight: 300;
}
.console .caption .caret {
  display: inline-block; width: 7px; height: 15px; background: var(--teal);
  vertical-align: -2px; animation: blink .8s steps(1) infinite; margin-inline-start: 3px;
}
@keyframes blink { 50% { opacity: 0; } }

.console .events {
  /* min-height שמכיל את כל אירועי הרצף המלא — אפס CLS (מתועד ב-DECISIONS.md) */
  border-top: 1px solid var(--line-dark); padding: 13px 18px; min-height: 160px;
  display: flex; flex-direction: column; gap: 7px; background: rgba(10, 17, 30, .45);
}
.console .events .hd { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .16em; color: #8E9DB5; margin-bottom: 2px; }
.console .events .evt {
  display: flex; align-items: baseline; gap: 10px;
  font-family: var(--font-mono); font-size: 11.5px; color: var(--muted-dark);
  opacity: 0; transform: translateY(4px); animation: evtIn .35s forwards;
}
@keyframes evtIn { to { opacity: 1; transform: none; } }
.console .events .evt .tt { color: #8E9DB5; flex: none; }
.console .events .evt.ok { color: var(--teal); }
.console .events .evt.sys { color: #9DB0CC; }

/* בורר שפות — דגל + שם שפה בשורת הקונסולה, תפריט נפתח עם כל השפות */
.console .lang-picker { position: relative; }
.console .lang-current {
  display: inline-flex; align-items: center; gap: 6px;
  background: none; cursor: pointer; font-family: var(--font-mono);
}
.console .lang-current .caret-down { font-size: 8px; opacity: .8; }
.console .flag { width: 17px; height: 12px; flex: none; display: block; border-radius: 2px; box-shadow: 0 0 0 1px rgba(255, 255, 255, .12); }
.console .lang-menu {
  position: absolute; top: calc(100% + 8px); inset-inline-end: 0; z-index: 5;
  min-width: 170px; padding: 6px;
  background: var(--ink-3); border: 1px solid var(--line-dark); border-radius: 12px;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .5);
  display: flex; flex-direction: column; gap: 2px;
}
/* display מפורש דורס את [hidden] של הדפדפן — חובה להחזיר (ראו גם .play-recorded) */
.console .lang-menu[hidden] { display: none; }
.console .lang-option {
  display: flex; align-items: center; gap: 9px;
  padding: 7px 10px; border: none; border-radius: 8px; background: none; cursor: pointer;
  font-size: 13px; color: #DCE3EE; font-family: inherit; text-align: start;
}
.console .lang-option:hover { background: rgba(255, 255, 255, .07); }
.console .lang-option.current { color: var(--teal); background: rgba(15, 181, 166, .1); font-weight: 600; }
.console .lang-note {
  margin-top: 4px; padding: 8px 10px 4px; border-top: 1px solid var(--line-dark);
  font-size: 11px; color: var(--muted-dark);
}

/* בורר דמואים — טאבים להחלפה בין שיחות מוקלטות */
.console .demo-tabs { display: flex; gap: 8px; padding: 12px 18px 0; flex-wrap: wrap; }
.console .demo-tab {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: .02em;
  padding: 6px 13px; border-radius: 99px; border: 1px solid var(--line-dark);
  color: var(--muted-dark); background: none; cursor: pointer;
  transition: color .15s ease, border-color .15s ease, background .15s ease;
}
.console .demo-tab:hover { color: #E7ECF4; border-color: #45577F; }
.console .demo-tab.current {
  color: var(--teal); border-color: rgba(15, 181, 166, .45);
  background: rgba(15, 181, 166, .08); font-weight: 600;
}

/* דמו מוקלט: כפתור הפעלה + פסי גל שמונעים מהאודיו האמיתי */
.console .play-recorded {
  /* מרחף מעל אזור הכתובית — לא תופס מקום בזרימה, כך שגובה הקונסולה לא קופץ כשהוא נעלם */
  position: absolute; bottom: 22px; inset-inline-start: 50%; transform: translateX(-50%);
  display: inline-flex; align-items: center; gap: 10px; white-space: nowrap;
  font-size: 14px; font-weight: 600; color: #04302C; font-family: inherit;
  background: var(--teal); border: none; border-radius: 99px; padding: 10px 22px;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(15, 181, 166, .35);
  transition: transform .15s ease, background .15s ease;
}
html[dir="rtl"] .console .play-recorded { transform: translateX(50%); }
html[dir="rtl"] .console .play-recorded:hover { transform: translateX(50%) translateY(-1px); }
.console .play-recorded:hover { background: var(--teal-bright); transform: translateX(-50%) translateY(-1px); }
.console .play-recorded[hidden] { display: none; }
.console .play-recorded .play-icon {
  display: grid; place-items: center; width: 22px; height: 22px;
  background: rgba(4, 48, 44, .18); border-radius: 50%;
}
.console .play-recorded .play-icon svg { width: 14px; height: 14px; display: block; }
.bigwave.live i { animation: none !important; transition: height .09s ease; }

.console .controls { display: flex; align-items: center; gap: 12px; padding: 13px 18px; border-top: 1px solid var(--line-dark); }
.console .ctl {
  width: 40px; height: 40px; border-radius: 50%; border: 1px solid #2C3B5C;
  display: grid; place-items: center; color: #C7D2E2; background: rgba(255, 255, 255, .05);
  cursor: pointer; padding: 0;
  transition: color .15s ease, border-color .15s ease, background .15s ease, transform .15s ease;
}
.console .ctl svg { width: 19px; height: 19px; display: block; }
.console .ctl:hover { color: #fff; border-color: #45577F; background: rgba(255, 255, 255, .1); transform: translateY(-1px); }
.console .ctl:active { transform: translateY(0); }
.console .ctl.end { background: var(--live); border-color: var(--live); color: #fff; box-shadow: 0 6px 18px rgba(255, 92, 92, .3); }
.console .ctl.end:hover { background: #ff7474; border-color: #ff7474; color: #fff; }

/* השתקה: החלפה בין אייקון רמקול לרמקול-מושתק */
.console .ctl[data-mute] .icon-vol-off { display: none; }
.console .ctl[data-mute].muted .icon-vol-on { display: none; }
.console .ctl[data-mute].muted .icon-vol-off { display: block; }
.console .ctl[data-mute].muted { color: var(--warm); border-color: rgba(245, 184, 64, .5); background: rgba(245, 184, 64, .08); }

/* השהיה/המשך: החלפת אייקון לפי מצב */
.console .ctl[data-pause] .icon-play { display: none; }
.console .ctl[data-pause].paused .icon-pause { display: none; }
.console .ctl[data-pause].paused .icon-play { display: block; }
.console .ctl[data-pause].paused { color: var(--teal); border-color: rgba(15, 181, 166, .5); background: rgba(15, 181, 166, .08); }

/* === nav.css === */
/* ---- ניווט (מ-Nav.astro, scoped תחת nav) ---- */
nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 248, 246, .9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-in { display: flex; align-items: center; gap: 28px; height: 66px; }
nav .logo { display: flex; align-items: center; }
nav .logo img { height: 34px; width: auto; display: block; }
.nav-links { display: flex; gap: 25px; font-size: 14.5px; font-weight: 500; color: var(--muted); }
.nav-links a:hover { color: var(--ink); }
.nav-links a.docs { color: var(--teal-deep); font-weight: 600; }
.nav-cta { margin-inline-start: auto; display: flex; gap: 12px; align-items: center; }
.nav-cta .login { font-size: 14.5px; font-weight: 500; color: var(--muted); }
.nav-cta .btn { padding: 9px 18px; font-size: 14px; }

/* dropdown — מהדמו */
.dd { position: relative; }
.dd::after { content: ""; position: absolute; top: 100%; inset-inline: 0; height: 16px; }
.dd-menu {
  position: absolute; top: 100%; margin-top: 14px; inset-inline-start: -14px; min-width: 210px;
  background: var(--white); border: 1px solid var(--line); border-radius: 12px;
  box-shadow: 0 18px 44px rgba(14, 23, 38, .13); padding: 8px; display: none; flex-direction: column;
}
.dd:hover .dd-menu, .dd:focus-within .dd-menu { display: flex; }
.dd-menu a { padding: 9px 12px; border-radius: 8px; font-size: 14px; color: var(--text); }
.dd-menu a:hover { background: var(--teal-ghost); color: var(--teal-deep); }
.dd-menu a.all { color: var(--teal-deep); font-weight: 600; border-top: 1px solid var(--line); border-radius: 0; margin-top: 4px; padding-top: 11px; }

/* בורר שפות */
.lang-btn {
  background: none; border: 1px solid var(--line); border-radius: 8px; cursor: pointer;
  font-size: 12px; font-weight: 500; color: var(--muted); padding: 6px 10px; letter-spacing: .06em;
}
.lang-btn:hover { color: var(--ink); border-color: #C9D0CE; }
.lang-menu { min-width: 150px; inset-inline-start: auto; inset-inline-end: -8px; }
.lang-menu a.current { color: var(--teal-deep); font-weight: 600; }

/* המבורגר — מובייל */
.burger {
  display: none; flex-direction: column; justify-content: center; gap: 5px;
  width: 42px; height: 42px; padding: 10px;
  background: none; border: 1px solid var(--line); border-radius: 10px; cursor: pointer;
}
.burger span { display: block; height: 2px; border-radius: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-menu {
  position: fixed; inset: 66px 0 0 0; z-index: 49;
  background: var(--paper); overflow-y: auto;
}
.mm-in { display: flex; flex-direction: column; padding-top: 18px; padding-bottom: 34px; }
.mm-in > a, .mm-group { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 17px; font-weight: 600; color: var(--ink); }
.mm-group { display: flex; flex-direction: column; gap: 2px; }
.mm-label { font-size: 12.5px; font-weight: 600; letter-spacing: .12em; color: var(--teal-deep); text-transform: uppercase; margin-bottom: 6px; }
.mm-sub { padding: 8px 0; font-size: 16px; font-weight: 500; color: var(--text); }
.mm-cta { margin-top: 22px; border-bottom: none; align-self: stretch; }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .nav-cta .login { display: none; }
  .nav-cta .lang { display: none; }
  .burger { display: flex; }
}
@media (min-width: 981px) {
  .mobile-menu { display: none; }
}

/* === pricing-calculator.css === */
/* ---- מחשבון תמחור (מ-PricingCalculator.astro) — סלקטורים גנריים scoped תחת .calc ---- */
.calc {
  background: var(--ink); color: #fff; border-radius: 16px; padding: 34px 32px;
  box-shadow: 0 24px 60px rgba(14, 23, 38, .18);
}
.calc-head .tag {
  font-size: 10.5px; letter-spacing: .16em; color: var(--teal);
  border: 1px solid rgba(15, 181, 166, .4); border-radius: 99px; padding: 3px 10px;
}
.calc-head h3 { font-family: var(--font-display); font-weight: 400; font-size: 23px; color: #fff; margin: 14px 0 6px; }
.calc-head p { font-size: 14.5px; color: var(--muted-dark); margin-bottom: 26px; max-width: 54ch; }
.calc-grid { display: grid; grid-template-columns: 1fr 1fr 1.4fr; gap: 18px; align-items: end; }
.calc .field { display: flex; flex-direction: column; gap: 7px; }
.calc .field-top { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.calc .field label { font-size: 13px; font-weight: 600; color: #C9D2DF; }
.calc .field output { font-size: 16px; color: var(--teal); font-weight: 500; }
/* סליידר: המילוי (גרדיאנט לפי RTL/LTR) מצויר ב-calculator.js על ה-background */
.calc .field input[type="range"] {
  -webkit-appearance: none; appearance: none; width: 100%; height: 6px; border-radius: 99px;
  background: var(--line-dark); border: 0; padding: 0; margin: 14px 0 10px; cursor: pointer;
}
.calc .field input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none; width: 22px; height: 22px; border-radius: 50%;
  background: var(--teal); border: 3px solid #fff; box-shadow: 0 2px 8px rgba(0, 0, 0, .35); cursor: grab;
}
.calc .field input[type="range"]:active::-webkit-slider-thumb { cursor: grabbing; }
.calc .field input[type="range"]::-moz-range-thumb {
  width: 16px; height: 16px; border-radius: 50%;
  background: var(--teal); border: 3px solid #fff; box-shadow: 0 2px 8px rgba(0, 0, 0, .35); cursor: grab;
}
.calc .field input[type="range"]:active::-moz-range-thumb { cursor: grabbing; }
.calc .field input[type="range"]:focus-visible { outline: 3px solid var(--teal); outline-offset: 4px; }
.calc .result {
  background: rgba(10, 17, 30, .55); border: 1px solid var(--line-dark); border-radius: 12px;
  padding: 14px 18px; display: flex; flex-direction: column; gap: 3px; min-height: 96px; justify-content: center;
}
.calc .result .lbl { font-size: 12px; color: var(--muted-dark); letter-spacing: .06em; }
.calc .result .val { font-size: 22px; color: var(--teal); font-weight: 500; }
.calc .result .sub { font-size: 11.5px; color: #8E9DB5; }
.calc .note { margin-top: 20px; font-size: 12.5px; color: var(--muted-dark); }
@media (max-width: 760px) { .calc-grid { grid-template-columns: 1fr; } }

/* === steps-row.css === */
/* ---- "איך זה עובד" (מ-StepsRow.astro) — scoped תחת .steps ---- */
.steps {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
  margin-top: 48px; padding-top: 40px; border-top: 1px solid var(--line);
}
.steps .step { display: flex; gap: 14px; font-size: 14px; color: var(--muted); line-height: 1.6; }
.steps .step .n {
  flex: none; width: 32px; height: 32px; border-radius: 50%; background: var(--ink); color: var(--teal);
  font-family: var(--font-mono); font-size: 13px; display: grid; place-items: center;
}
.steps .step b { display: block; color: var(--ink); font-size: 15px; margin-bottom: 3px; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; } }

/* === trust-strip.css === */
/* ---- פס אמון (מ-TrustStrip.astro) — scoped תחת .trust ---- */
.trust { padding: 0; background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust .trust-in { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust .trust-item { padding: 28px 26px; border-inline-start: 1px solid var(--line); }
.trust .trust-item:first-child { border-inline-start: none; }
.trust .trust-item .t { font-weight: 600; font-size: 15px; color: var(--ink); margin-bottom: 4px; }
.trust .trust-item .d { font-size: 13.5px; color: var(--muted); }
@media (max-width: 820px) {
  .trust .trust-in { grid-template-columns: 1fr 1fr; }
  .trust .trust-item { border-top: 1px solid var(--line); }
}

/* === vert-card.css === */
/* ---- כרטיס ורטיקל (מ-VertCard.astro) — scoped תחת .vert ---- */
.vert {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; display: flex; flex-direction: column; transition: border-color .2s, box-shadow .2s;
}
.vert:hover { border-color: var(--teal); box-shadow: 0 12px 34px rgba(14, 23, 38, .07); }
.vert h3 { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.vert > p { font-size: 14px; color: var(--muted); margin-bottom: 18px; }
.vert .q {
  margin-top: auto; background: var(--ink); color: #CFF2EE; border-radius: 10px;
  padding: 12px 16px; font-size: 13.5px; line-height: 1.6;
}
.vert .q-label {
  display: block; font-size: 9px; letter-spacing: .16em; color: var(--teal); margin-bottom: 5px;
}
.vert .vlink { margin-top: 16px; font-size: 13.5px; font-weight: 600; color: var(--teal-deep); }
.vert .vlink:hover { color: var(--ink); }
