/* /listings-app/public/assets/index.css */

/* =========================================================
   1. Variables
   ========================================================= */

:root {
  --help-bg: var(--bg, #f3f4f6);
  --help-surface: var(--card, #ffffff);
  --help-border: var(--border, #e5e7eb);
  --help-text: var(--ink, #111827);
  --help-muted: var(--muted, #6b7280);
  --help-shadow: 0 12px 32px rgba(15, 23, 42, 0.08);
  --help-max: 1120px;

  --help-accent: var(--primary, #e11d2f);
  --help-accent-strong: var(--primary-strong, #b91c1c);

  --help-accent-background: rgba(225, 29, 47, 0.08);
  /* --help-accent-background: rgba(37, 99, 235, 0.08); */
  --help-accent-hover: rgba(225, 29, 47, 0.10);
  --help-accent-border: rgba(225, 29, 47, 0.18);

  --help-success: var(--success, #15803d);
  --help-success-hover: #166534;

  --help-error-bg: rgba(220, 38, 38, 0.10);
  --help-error-text: #991b1b;

  --radius-pill: 999px;
  --radius-card: 34px;
  --radius-card-mobile: 24px;

  --fs-hero-title: clamp(32px, 4vw, 54px);
  --fs-section-title: clamp(28px, 3.5vw, 48px);
  --fs-subtitle-lg: clamp(17px, 2vw, 24px);
  --fs-subtitle: clamp(16px, 1.6vw, 22px);
  --fs-body: 16px;
  --fs-button: 18px;
  --fs-role: 25px;
  --fs-label: 15px;
  --fs-small: 14px;
}

/* =========================================================
   2. Base
   ========================================================= */

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
}

body.help-body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
  background: var(--help-bg);
  color: var(--help-text);
  font-family: Rubik, Inter, Arial, sans-serif;
  line-height: 1.6;
}

/* =========================================================
   3. Page layout
   ========================================================= */

.help-page__content {
  padding: 0 20px 48px;
}

.help-page__inner {
  width: min(100%, var(--help-max));
  margin: 0 auto;
}

.help-hub-page .help-page__content.help-hub__content {
  padding-top: 24px;
}

.help-hub {
  min-height: calc(100vh - 120px);
}

.help-hub__top {
  display: grid;
  gap: 48px;
  margin-top: 12px;
}

/* =========================================================
   4. Top overlay / logo block
   ========================================================= */

.help-hub__overlay-top {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  width: 100%;
  margin: 0 auto;
  direction: ltr;
}

.help-hub__brand-line {
  width: 100%;
  height: 1px;
  margin: -10px auto 26px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(225, 29, 47, 0.55),
    transparent
  );
}

/* =========================================================
   5. Hero
   ========================================================= */

.help-hub__hero {
  display: grid;
  justify-items: center;
  gap: 26px;
  width: 100%;
  text-align: center;
}

.help-hub__hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.help-hub__hero-image img {
  display: block;
  width: min(100%, 420px);
  height: auto;
  object-fit: contain;
  opacity: 0.78;
}

.help-hub__hero-title {
  margin: 0;
  width: 100%;
  max-width: 980px;
  font-size: var(--fs-hero-title);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #0f172a;
  overflow-wrap: anywhere;
}

.help-hub__hero-subtitle {
  margin: -12px 0 0;
  width: 100%;
  max-width: 820px;
  font-size: var(--fs-subtitle-lg);
  line-height: 1.45;
  font-weight: 500;
  color: var(--help-muted);
  overflow-wrap: anywhere;
}

.hero-subtitle-highlight {
  color: #0f172a;
}

.hero-subtitle-highlight--shoot,
.hero-subtitle-highlight--ai {
  font-weight: 500;
}

html[lang="he"] .hero-subtitle-highlight--shoot,
html[lang="he"] .hero-subtitle-highlight--ai {
  font-weight: 600;
}

/* =========================================================
   6. Role buttons / My laboratory
   ========================================================= */

.help-hub__roles {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 100%;
  padding: 24px;
  background: #ffffff;
  border: 0;
  border-radius: 50px;
  box-shadow: none;
}

.help-hub__role {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border: 0;
  background: var(--help-accent-background);
  color: var(--help-muted);
  cursor: pointer;
  font: inherit;
  font-size: var(--fs-role);
  font-weight: 500;
  line-height: 1.2;
  padding: 10px 34px;
  border-radius: var(--radius-pill);
  text-align: center;
  text-decoration: none;
  white-space: normal;
  transition:
    background 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}

html[lang="he"] .help-hub__role {
  padding-inline: 54px;
}

.help-hub__role:hover {
  background: var(--help-accent-hover);
  color: #0f172a;
  transform: translateY(-1px);
  text-decoration: none;
}

.help-hub__role:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.35);
  outline-offset: 3px;
}

.help-hub__role--dashboard {
  display: inline-flex;	
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 320px;
  color: var(--help-muted);
}

html[lang="he"] .help-hub__role--dashboard {
  min-width: 320px;
  padding-inline: 64px;
}

.help-hub__role-icon {
    width: 28px;
    height: 28px;
    display: block;
    object-fit: contain;
    flex: 0 0 auto;
}

.help-hub__seekers-wrap {
  width: min(1080px, calc(100% - 32px));
}

.help-hub__seekers-intro {
    width: min(760px, calc(100% - 32px));
    margin: 58px auto 22px;
    text-align: center;
}

.help-hub__seekers-line {
    width: 120px;
    height: 1px;
    margin: 0 auto 18px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(225, 29, 46, 0.45),
        transparent
    );
}

.help-hub__seekers-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 6px 16px;
    border-radius: 999px;
    background: rgba(225, 29, 46, 0.08);
    color: #e11d2e;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
}

.help-hub__seekers-title {
    margin: 0;
    color: #07142f;
    font-size: clamp(26px, 3vw, 40px);
    line-height: 1.08;
    font-weight: 400;
}

.help-hub__seekers-body {
    max-width: 620px;
    margin: 10px auto 0;
    color: #657085;
    font-size: 17px;
    line-height: 1.55;
    font-weight: 600;
}

@media (max-width: 700px) {
    .help-hub__seekers-intro {
        margin-top: 42px;
    }

    .help-hub__seekers-body {
        font-size: 15px;
    }
}

/* =========================================================
   7. Read more
   ========================================================= */

.help-hub__read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -4px;
  padding: 9px 18px;
  border-radius: var(--radius-pill);
  background: #ffffff;
  color: var(--help-accent);
  font-size: var(--fs-body);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06);
  transition:
    transform 0.18s ease,
    color 0.18s ease,
    box-shadow 0.18s ease;
}

.help-hub__read-more:hover {
  color: var(--help-accent-strong);
  text-decoration: none;
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.09);
}


/* =========================================================
   8. Hero benefits
   ========================================================= */

.help-hub__benefits {
  width: min(980px, 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr) 1px minmax(0, 1fr);
  gap: 30px;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
}

.help-hub__benefit-divider {
  width: 1px;
  min-width: 1px;
  align-self: stretch;
  margin: 14px 6px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(225, 29, 47, 0.42),
    transparent
  );
}

.help-hub__benefit-card {
  display: grid;
  gap: 7px;
  text-align: start;
  padding: 18px 18px 16px;
}

.help-hub__benefit-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 26px;
  border-radius: var(--radius-pill);
  background: var(--help-accent-background);
  color: var(--help-accent);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.help-hub__benefit-card h3 {
  margin: 0;
  color: #0f172a;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
}

.help-hub__benefit-card p {
  margin: 0;
  color: var(--help-muted);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

/* =========================================================
   9. Discover module
   ========================================================= */

.help-hub__discover {
  display: grid;
  justify-items: center;
  gap: 16px;
  text-align: center;
  padding: 40px 28px;
  margin-top: 30px;
  background: #ffffff;
  border-radius: var(--radius-card);
  box-shadow: var(--help-shadow);
}

.help-hub__discover-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.help-hub__discover-image img {
  display: block;
  width: min(100%, 400px);
  height: auto;
  object-fit: contain;
  opacity: 0.78;
}

.help-hub__discover-title {
  margin: 0;
  max-width: 900px;
  font-size: var(--fs-section-title);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #0f172a;
}

.help-hub__discover-subtitle {
  margin: 0;
  max-width: 780px;
  font-size: var(--fs-subtitle);
  line-height: 1.5;
  font-weight: 500;
  color: var(--help-muted);
}


.help-hub__discover-chips {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  gap: 10px;
  flex-wrap: wrap;
  width: min(880px, 100%);
  margin: 50px auto 0;
}

.help-hub__discover-chip {
  display: inline-grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "dot title"
    "dot body";
  column-gap: 9px;
  row-gap: 2px;
  align-items: start;
  min-width: 210px;
  max-width: 260px;
  padding: 16px 20px;
  border-radius: 12px;
  background: #ffffff;
  text-align: start;
}

.help-hub__discover-chip::before {
  content: "";
  grid-area: dot;
  width: 8px;
  height: 8px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--help-accent);
  opacity: 0.75;
}

.help-hub__discover-chip strong {
  grid-area: title;
  color: #0f172a;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 800;
}

.help-hub__discover-chip span {
  grid-area: body;
  color: var(--help-muted);
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
}

.help-hub__discover-divider {
  flex: 0 0 1px;
  width: 1px;
  align-self: stretch;
  margin: 10px 6px;
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(225, 29, 47, 0.42),
    transparent
  );
}

.help-hub__discover-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.help-hub__discover-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 34px;
  border-radius: var(--radius-pill);
  font-size: var(--fs-button);
  font-weight: 700;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease;
}

html[lang="he"] .help-hub__discover-btn {
  font-size: 23px;
  padding: 10px 50px;
}

.help-hub__discover-btn:hover {
  transform: translateY(-1px);
}

.help-hub__discover-btn--primary {
  background: var(--help-accent);
  color: #ffffff;
  border: 1px solid var(--help-accent);
}

.help-hub__discover-btn--primary:hover {
  background: var(--help-accent-strong);
  color: #ffffff;
}

.help-hub__discover-btn--secondary {
  background: var(--help-accent-background);
  color: #0f172a;
  border: 1px solid var(--help-accent);
}

.help-hub__discover-btn--secondary:hover {
  background: var(--help-accent-hover);
  color: #0f172a;
}


/* =========================================================
   10. WhatsApp CTA
   ========================================================= */

.help-hub__whatsapp-cta {
  width: min(780px, calc(100% - 32px));
  margin: 28px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(21, 128, 61, 0.16);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
}

.help-hub__whatsapp-copy {
  text-align: start;
}

.help-hub__whatsapp-copy h2 {
  margin: 0;
  color: #0f172a;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 700;
}

.help-hub__whatsapp-copy p {
  margin: 4px 0 0;
  color: var(--help-muted);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 500;
}

.help-hub__whatsapp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 9px 22px;
  border-radius: var(--radius-pill);
  background: var(--help-success);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition:
    transform 0.18s ease,
    background 0.18s ease;
}

.help-hub__whatsapp-btn:hover {
  background: var(--help-success-hover);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}

/* =========================================================
   11. Virtual tour module
   ========================================================= */

.help-hub__virtual-tour {
  display: grid;
  gap: 24px;
  padding: 38px 34px;
  background: #ffffff;
  border-radius: var(--radius-card);
  box-shadow: var(--help-shadow);
}

.help-hub__virtual-tour-copy {
  display: grid;
  gap: 12px;
  text-align: center;
}

.help-hub__virtual-tour-title {
  margin: 0 auto;
  max-width: 980px;
  font-size: var(--fs-hero-title);
  line-height: 1.08;
  letter-spacing: -0.02em;
  font-weight: 700;
  color: #0f172a;
}

.help-hub__virtual-tour-intro {
  margin: 0 auto;
  max-width: 820px;
  font-size: var(--fs-subtitle-lg);
  line-height: 1.45;
  font-weight: 500;
  color: var(--help-muted);
}

.help-hub__virtual-tour-subtitle {
  margin: 0 auto;
  max-width: 820px;
  font-size: var(--fs-body);
  line-height: 1.55;
  font-weight: 400;
  color: var(--help-muted);
}

/* =========================================================
   10. Virtual tour form
   ========================================================= */

.virtual-tour-form {
  display: grid;
  gap: 16px;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.virtual-tour-form__label,
.virtual-tour-field span {
  display: block;
  margin-bottom: 8px;
  font-size: var(--fs-label);
  font-weight: 700;
  color: #0f172a;
}

.virtual-tour-choice {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.virtual-tour-choice__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: var(--radius-pill);
  background: var(--help-accent-background);
  cursor: pointer;
  font-size: var(--fs-label);
  font-weight: 500;
}

.virtual-tour-fields {
  display: grid;
  gap: 14px;
}

.virtual-tour-fields[hidden],
.virtual-tour-field[hidden],
[data-vtour-existing][hidden],
[data-vtour-new][hidden] {
  display: none !important;
}

.virtual-tour-field input,
.virtual-tour-field textarea,
.virtual-tour-field select {
  width: 100%;
  border: 1px solid rgba(15, 23, 42, 0.14);
  border-radius: 16px;
  padding: 12px 14px;
  background: #ffffff;
  color: #0f172a;
  font: inherit;
  font-size: var(--fs-body);
}

.virtual-tour-field textarea {
  resize: vertical;
}

/* =========================================================
   11. Virtual tour buttons
   ========================================================= */

.help-hub__virtual-tour-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.help-hub__virtual-tour-btn {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 34px;
  border: 0;
  border-radius: var(--radius-pill);
  cursor: pointer;
  font: inherit;
  font-size: var(--fs-button);
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition:
    transform 0.18s ease,
    background 0.18s ease,
    color 0.18s ease,
    border-color 0.18s ease,
    opacity 0.18s ease;
}

html[lang="he"] .help-hub__virtual-tour-btn {
  font-size: 23px;
  padding: 10px 50px;
}

.help-hub__virtual-tour-btn:hover {
  transform: translateY(-1px);
}

.help-hub__virtual-tour-btn[disabled] {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none;
}

.help-hub__virtual-tour-btn--whatsapp {
  background: var(--help-success);
  color: #ffffff;
}

.help-hub__virtual-tour-btn--whatsapp:hover {
  background: var(--help-success-hover);
  color: #ffffff;
}

.help-hub__virtual-tour-btn--email {
  background: var(--help-accent);
  color: #ffffff;
  border: 1px solid var(--help-accent);
}

.help-hub__virtual-tour-btn--email:hover {
  background: var(--help-accent-strong);
  color: #ffffff;
}

/* =========================================================
   12. Virtual tour email popup
   ========================================================= */

.virtual-tour-email-title {
  margin: 0 0 16px;
  font-size: 24px;
  line-height: 1.2;
  color: #0f172a;
}

.virtual-tour-email-summary {
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(37, 99, 235, 0.06);
  color: #334155;
  font-size: var(--fs-small);
  line-height: 1.5;
}

.virtual-tour-email-form {
  display: grid;
  gap: 14px;
}

.virtual-tour-email-status {
  margin: 0 0 14px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(37, 99, 235, 0.08);
  color: #0f172a;
  font-size: var(--fs-small);
  line-height: 1.45;
}

.virtual-tour-email-status.is-success {
  background: rgba(22, 163, 74, 0.12);
  color: #166534;
}

.virtual-tour-email-status.is-error {
  background: var(--help-error-bg);
  color: var(--help-error-text);
}

/* =========================================================
   13. Mobile
   ========================================================= */

@media (max-width: 720px) {
  :root {
    --fs-hero-title: clamp(25px, 7.2vw, 34px);
    --fs-section-title: clamp(24px, 7vw, 32px);
    --fs-subtitle-lg: 15px;
    --fs-subtitle: 15px;
    --fs-body: 14px;
    --fs-button: 16px;
    --fs-role: 18px;
    --fs-label: 14px;
    --fs-small: 13px;
  }

  .help-page__content {
    padding: 0 14px 32px;
  }

  .help-hub-page .help-page__content.help-hub__content {
    padding-top: 16px;
  }

  .help-hub__top {
    gap: 56px;
    margin-top: 10px;
  }

  .help-hub__hero {
    gap: 22px;
    padding: 0;
    overflow: hidden;
  }

  .help-hub__hero-image img {
    width: min(100%, 230px);
  }

  .help-hub__hero-title {
    max-width: 100%;
  }

  .help-hub__hero-subtitle {
    margin-top: -4px;
    max-width: 100%;
  }

  .help-hub__roles {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
    border-radius: 28px;
    justify-content: center;
  }

  .help-hub__role,
  html[lang="he"] .help-hub__role,
  .help-hub__role--dashboard,
  html[lang="he"] .help-hub__role--dashboard {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 12px 18px;
    font-size: var(--fs-role);
    text-align: center;
    white-space: normal;
  }


  .help-hub__benefits {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 0;
  }
  
  .help-hub__benefit-divider {
    width: 100%;
    height: 1px;
    min-width: 0;
    margin: 4px 0;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(225, 29, 47, 0.35),
      transparent
    );
  }

  .help-hub__benefit-card {
    padding: 16px;
    border-radius: 20px;
  }

  .help-hub__seekers-wrap {
    width: 100%;
  }

  .help-hub__discover-chips {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    margin-top: 14px;
  }
  
  .help-hub__discover-divider {
    width: 100%;
    height: 1px;
    flex: 0 0 1px;
    margin: 4px 0;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(225, 29, 47, 0.35),
      transparent
    );
  }

  .help-hub__discover-chip {
    width: 100%;
    max-width: 100%;
  }

  .help-hub__whatsapp-cta {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 18px;
    border-radius: 22px;
  }

  .help-hub__whatsapp-copy {
    text-align: center;
  }

  .help-hub__whatsapp-btn {
    width: 100%;
  }

  .help-hub__read-more {
    margin-top: -2px;
    font-size: 15px;
    padding: 8px 16px;
  }

  .help-hub__discover {
    gap: 14px;
    padding: 30px 18px;
    border-radius: var(--radius-card-mobile);
  }

  .help-hub__discover-image img {
    width: 100%;
    max-width: 330px;
    max-height: 180px;
    object-fit: contain;
  }

  .help-hub__discover-subtitle {
    max-width: 100%;
  }

  .help-hub__discover-actions {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }

  .help-hub__discover-btn,
  html[lang="he"] .help-hub__discover-btn {
    width: 100%;
    padding: 11px 18px;
    font-size: var(--fs-button);
  }

  .help-hub__virtual-tour {
    gap: 18px;
    padding: 26px 16px;
    border-radius: var(--radius-card-mobile);
  }

  .help-hub__virtual-tour-copy {
    gap: 10px;
  }

  .help-hub__virtual-tour-title,
  .help-hub__virtual-tour-intro,
  .help-hub__virtual-tour-subtitle {
    max-width: 100%;
  }

  .virtual-tour-form {
    gap: 14px;
  }

  .virtual-tour-choice {
    flex-direction: column;
  }

  .virtual-tour-choice__item {
    width: 100%;
    justify-content: center;
    padding: 10px 12px;
  }

  .virtual-tour-field input,
  .virtual-tour-field textarea,
  .virtual-tour-field select {
    font-size: var(--fs-body);
    padding: 11px 12px;
  }

  .help-hub__virtual-tour-actions {
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }

  .help-hub__virtual-tour-btn,
  html[lang="he"] .help-hub__virtual-tour-btn {
    width: 100%;
    padding: 11px 18px;
    font-size: var(--fs-button);
  }

  .virtual-tour-email-title {
    font-size: 21px;
  }

  .virtual-tour-email-summary {
    font-size: var(--fs-small);
  }
}

/* =========================================================
   14. Small mobile
   ========================================================= */

@media (max-width: 390px) {
  .help-page__content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .help-hub__top {
    gap: 38px;
  }

  .help-hub__roles,
  .help-hub__discover,
  .help-hub__virtual-tour {
    border-radius: 22px;
  }

  .help-hub__hero-title {
    font-size: clamp(23px, 7vw, 30px);
  }
}

/* =========================================================
   FINAL MOBILE OVERFLOW FIX - My laboratory button
   Must stay at the very end of index.css
   ========================================================= */

@media (max-width: 720px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  .page-scroll,
  .help-page,
  .help-page__content,
  .help-page__inner,
  .help-hub,
  .help-hub__top,
  .help-hub__hero {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .help-page__content {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .help-hub__roles {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 14px !important;
    border-radius: 28px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: stretch !important;
    overflow: hidden !important;
  }

  .help-hub__role,
  html[lang="he"] .help-hub__role,
  .help-hub__role--dashboard,
  html[lang="he"] .help-hub__role--dashboard {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 12px 16px !important;
    font-size: 18px !important;
    line-height: 1.25 !important;
    text-align: center !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }
}

/* =========================================================
   Contextual floating cards - premium recommendation style
   ========================================================= */

.help-hub__floating-card {
  position: fixed;
  z-index: 80;
  width: min(200px, calc(100vw - 32px));
  padding: 16px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.94));
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow:
    0 22px 60px rgba(15, 23, 42, 0.14),
    0 1px 0 rgba(255, 255, 255, 0.7) inset;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px) scale(0.98);
  pointer-events: none;
  transition:
    opacity 0.24s ease,
    visibility 0.24s ease,
    transform 0.24s ease;
}

.help-hub__floating-card.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

/* Card 1: Virtual tour partner - după hero */
.help-hub__floating-card--vtour {
  right: 24px;
  bottom: 24px;
}

/* Card 2: Featured property - după seekers */
.help-hub__floating-card--featured {
  left: 24px;
  bottom: 24px;
}

/* RTL inversat elegant */
html[dir="rtl"] .help-hub__floating-card--vtour {
  right: auto;
  left: 24px;
}

html[dir="rtl"] .help-hub__floating-card--featured {
  left: auto;
  right: 24px;
}

.help-hub__floating-card-close {
  position: absolute;
  top: 9px;
  right: 10px;
  z-index: 3;
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.07);
  color: #0f172a;
  font-size: 21px;
  line-height: 1;
  cursor: pointer;
  transition:
    background 0.18s ease,
    transform 0.18s ease;
}

html[dir="rtl"] .help-hub__floating-card-close {
  right: auto;
  left: 10px;
}

.help-hub__floating-card-close:hover {
  background: rgba(15, 23, 42, 0.12);
  transform: scale(1.04);
}

.help-hub__floating-card-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  margin-bottom: 10px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(225, 29, 47, 0.08);
  color: var(--help-accent);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.help-hub__floating-card-title {
  max-width: calc(100% - 34px);
  margin: 0 0 7px;
  color: #0f172a;
  font-size: 17px;
  line-height: 1.22;
  font-weight: 800;
}

.help-hub__floating-card-text {
  margin: 0 0 13px;
  color: var(--help-muted);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
}

.help-hub__floating-card-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 999px;
  background: var(--help-accent);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition:
    background 0.18s ease,
    transform 0.18s ease;
}

.help-hub__floating-card-btn:hover {
  background: var(--help-accent-strong);
  color: #ffffff;
  text-decoration: none;
  transform: translateY(-1px);
}

.boosts-wrap--index-floating {
  width: 100%;
  margin: 0;
}

.boosts-wrap--index-floating .featured-grid {
  width: 100%;
}

/* =========================================================
   Mobile floating cards - fixed bottom bars
   Must stay at the very end of index.css
   ========================================================= */

@media (max-width: 720px) {
  body.is-mobile-floating-bars .help-hub__floating-card,
  body.is-mobile-floating-bars .help-hub__floating-card--vtour,
  body.is-mobile-floating-bars .help-hub__floating-card--featured,
  html[dir="rtl"] body.is-mobile-floating-bars .help-hub__floating-card--vtour,
  html[dir="rtl"] body.is-mobile-floating-bars .help-hub__floating-card--featured {
    position: fixed !important;
    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;
    top: auto !important;
    z-index: 99999 !important;

    width: auto !important;
    max-width: none !important;
    min-height: 54px !important;
    max-height: 64px !important;

    display: flex !important;
    align-items: center !important;
    gap: 8px !important;

    padding: 7px 42px 7px 10px !important;
    border-radius: 999px !important;
    overflow: hidden !important;

    background: rgba(255, 255, 255, 0.97) !important;
    border: 1px solid rgba(15, 23, 42, 0.08) !important;
    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.18) !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(18px) scale(0.98) !important;

    transition:
      opacity 0.16s ease,
      visibility 0.16s ease,
      transform 0.16s ease !important;
  }

  html[dir="rtl"] body.is-mobile-floating-bars .help-hub__floating-card {
    padding: 7px 10px 7px 42px !important;
  }

  body.is-mobile-floating-bars .help-hub__floating-card.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) scale(1) !important;
  }

  body.is-mobile-floating-bars.has-two-floating-bars .help-hub__floating-card--featured {
    bottom: 74px !important;
  }

  body.is-mobile-floating-bars .help-hub__floating-card-close {
    position: absolute !important;
    top: 50% !important;
    right: 9px !important;
    transform: translateY(-50%) !important;
    width: 26px !important;
    height: 26px !important;
    font-size: 19px !important;
    line-height: 1 !important;
    background: rgba(15, 23, 42, 0.07) !important;
  }

  html[dir="rtl"] body.is-mobile-floating-bars .help-hub__floating-card-close {
    right: auto !important;
    left: 9px !important;
  }

  body.is-mobile-floating-bars .help-hub__floating-card-kicker {
    flex: 0 0 auto !important;
    min-height: 24px !important;
    margin: 0 !important;
    padding: 4px 9px !important;
    font-size: 10px !important;
    white-space: nowrap !important;
  }

  body.is-mobile-floating-bars .help-hub__floating-card-title {
    flex: 1 1 auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    color: #0f172a !important;
    font-size: 13px !important;
    line-height: 1.15 !important;
    font-weight: 800 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  body.is-mobile-floating-bars .help-hub__floating-card-text {
    display: none !important;
  }

  body.is-mobile-floating-bars .help-hub__floating-card-btn {
    flex: 0 0 auto !important;
    min-height: 30px !important;
    padding: 6px 10px !important;
    font-size: 11px !important;
    white-space: nowrap !important;
  }
}

/* =========================================================
   Hebrew / RTL mobile floating bars fix
   Must stay at the very end of index.css
   ========================================================= */

@media (max-width: 720px) {
  html[lang="he"] body.is-mobile-floating-bars .help-hub__floating-card,
  html[dir="rtl"] body.is-mobile-floating-bars .help-hub__floating-card {
    direction: rtl !important;
    text-align: right !important;

    left: 10px !important;
    right: 10px !important;
    bottom: 10px !important;

    padding: 7px 10px 7px 42px !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(18px) scale(0.98) !important;
  }

  html[lang="he"] body.is-mobile-floating-bars .help-hub__floating-card.is-visible,
  html[dir="rtl"] body.is-mobile-floating-bars .help-hub__floating-card.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) scale(1) !important;
  }

  html[lang="he"] body.is-mobile-floating-bars .help-hub__floating-card-close,
  html[dir="rtl"] body.is-mobile-floating-bars .help-hub__floating-card-close {
    right: auto !important;
    left: 9px !important;
  }

  html[lang="he"] body.is-mobile-floating-bars .help-hub__floating-card-title,
  html[dir="rtl"] body.is-mobile-floating-bars .help-hub__floating-card-title {
    direction: rtl !important;
    text-align: right !important;
    min-width: 0 !important;
  }

  html[lang="he"] body.is-mobile-floating-bars .help-hub__floating-card-kicker,
  html[dir="rtl"] body.is-mobile-floating-bars .help-hub__floating-card-kicker {
    direction: rtl !important;
    text-align: right !important;
  }

  html[lang="he"] body.is-mobile-floating-bars .help-hub__floating-card-btn,
  html[dir="rtl"] body.is-mobile-floating-bars .help-hub__floating-card-btn {
    direction: rtl !important;
    text-align: center !important;
  }

  html[lang="he"] body.is-mobile-floating-bars.has-two-floating-bars .help-hub__floating-card--featured,
  html[dir="rtl"] body.is-mobile-floating-bars.has-two-floating-bars .help-hub__floating-card--featured {
    bottom: 74px !important;
  }
}