/*
  Shared styles for the Wholesale page — single source of truth for all language
  variants (wholesale-page.html + wholesale-page.de/fr/he.html). Linked via an
  absolute URL so it resolves under /, /de/, /fr/, /he/. Brand red: #cd1e24.
*/
.cjs-ws { --ws-red: #cd1e24; --ws-red-dark: #b81c13; --ws-navy: #0E1F3A;
          --ws-navy-deep: #07142A; --ws-navy-soft: #1E3A5F; --ws-gold: #F59E0B;
          --ws-ink: #0F172A; --ws-muted: #64748B; --ws-line: #E2E8F0;
          --ws-bg: #F7F9FC; --ws-card: #FFFFFF; --ws-radius: 14px;
          --ws-radius-sm: 10px; --ws-shadow-sm: 0 1px 2px rgba(15,23,42,.06);
          --ws-shadow-md: 0 6px 22px rgba(15,23,42,.08);
          --ws-shadow-lg: 0 14px 44px rgba(15,23,42,.16); }
.cjs-ws * { box-sizing: border-box; }
/* Hide the shared CMS breadcrumb + duplicate page-title heading: this page has
   its own hero, and the main menu already sits above it. Scoped to this page
   because the rule only ships inside this template's stylesheet. */
.breadcumb_wrap { display: none; }
.about-wrap > h2 { display: none; }
.cjs-ws {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: var(--ws-ink);
  max-width: 1180px;
  margin: 0 auto;
  padding: 22px 16px 64px;
  -webkit-font-smoothing: antialiased;
}
.cjs-ws h1, .cjs-ws h2, .cjs-ws h3 { color: var(--ws-navy); margin: 0 0 12px; line-height: 1.18; letter-spacing: -.018em; font-weight: 800; }
.cjs-ws p { color: #475569; line-height: 1.65; margin: 0 0 14px; font-size: 16px; overflow-wrap: break-word; word-wrap: break-word; }
.cjs-ws-section > p:first-of-type { font-size: 16.5px; }
.cjs-ws a { color: var(--ws-red); text-decoration: none; }
.cjs-ws a:hover { text-decoration: underline; }
.cjs-ws strong { color: var(--ws-navy); font-weight: 700; }

/* =================== Hero (premium navy split) =================== */
.cjs-ws-hero {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 22px;
  background:
    radial-gradient(ellipse at 18% 0%, rgba(245,158,11,.18), transparent 55%),
    radial-gradient(ellipse at 92% 90%, rgba(205,30,36,.22), transparent 50%),
    linear-gradient(160deg, var(--ws-navy) 0%, var(--ws-navy-deep) 100%);
  color: #fff;
  padding: 38px 40px 32px;
  box-shadow: var(--ws-shadow-lg);
}
/* Faint dot grid texture on the navy — adds a B2B "platform" feel without
   needing an image asset. SVG inlined as a data URI. */
.cjs-ws-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'><circle cx='1' cy='1' r='1' fill='rgba(255,255,255,0.04)'/></svg>");
  pointer-events: none;
}
.cjs-ws-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
  gap: 36px;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .cjs-ws-hero { padding: 28px 22px; }
  .cjs-ws-hero-grid { grid-template-columns: 1fr; gap: 28px; }
}
.cjs-ws-hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(245,158,11,.14);
  color: var(--ws-gold);
  border: 1px solid rgba(245,158,11,.32);
  font-size: 12px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  padding: 7px 14px; border-radius: 999px;
  margin-bottom: 18px;
}
.cjs-ws-hero-eyebrow::before {
  content: ''; width: 7px; height: 7px; border-radius: 50%;
  background: var(--ws-gold); box-shadow: 0 0 0 4px rgba(245,158,11,.2);
}
.cjs-ws-hero h1 {
  color: #fff;
  font-size: clamp(30px, 4.6vw, 52px);
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.04;
  margin: 0 0 14px;
}
.cjs-ws-hero h1 .cjs-ws-accent {
  background: linear-gradient(90deg, #fff 0%, #FCD34D 60%, #F59E0B 100%);
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
}
.cjs-ws-hero .cjs-ws-sub {
  font-size: 17px;
  color: rgba(255,255,255,.85);
  max-width: 580px;
  margin: 0 0 22px;
  line-height: 1.6;
}
.cjs-ws-hero .cjs-ws-sub strong { color: #fff; }

.cjs-ws-hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 24px; }

/* Trust row under hero CTAs — short proof bullets with check ticks */
.cjs-ws-hero-trust {
  display: flex; flex-wrap: wrap; gap: 14px 22px;
  font-size: 13.5px;
  color: rgba(255,255,255,.78);
}
.cjs-ws-hero-trust span {
  display: inline-flex; align-items: center; gap: 7px;
}
.cjs-ws-hero-trust span::before {
  content: '';
  width: 16px; height: 16px;
  flex-shrink: 0;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2310B981'><path d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>") no-repeat center / contain;
}

/* Right-side sample wholesale-tier card — shows what the value proposition
   looks like at a glance without disclosing real margin %s (gated behind
   the wholesale account, which matches existing FAQ copy). */
.cjs-ws-hero-card {
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 16px;
  padding: 20px 22px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 10px 30px rgba(0,0,0,.22);
}
.cjs-ws-hero-card-head {
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 14px;
}
.cjs-ws-hero-card-head-title {
  font-size: 11px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  color: rgba(255,255,255,.6);
}
.cjs-ws-hero-card-live {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 700;
  color: #10B981;
  background: rgba(16,185,129,.12);
  border: 1px solid rgba(16,185,129,.3);
  padding: 3px 9px; border-radius: 999px;
}
.cjs-ws-hero-card-live::before {
  content: ''; width: 6px; height: 6px; border-radius: 50%; background: #10B981;
  animation: cjs-ws-pulse 1.4s ease-in-out infinite;
}
@keyframes cjs-ws-pulse { 0%,100% { opacity: 1; } 50% { opacity: .3; } }
.cjs-ws-tier-row {
  display: flex; align-items: center; justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(255,255,255,.1);
  color: rgba(255,255,255,.92);
  font-size: 14px;
}
.cjs-ws-tier-row:last-of-type { border-bottom: 0; }
.cjs-ws-tier-row .cjs-ws-tier-label { display: flex; align-items: baseline; gap: 8px; }
.cjs-ws-tier-row .cjs-ws-tier-name { font-weight: 700; color: #fff; }
.cjs-ws-tier-row .cjs-ws-tier-range { font-size: 12px; color: rgba(255,255,255,.55); }
.cjs-ws-tier-row .cjs-ws-tier-save {
  font-weight: 800; color: var(--ws-gold);
  font-variant-numeric: tabular-nums;
}
.cjs-ws-tier-row.is-pro .cjs-ws-tier-save { color: #34D399; }
.cjs-ws-hero-card-foot {
  margin-top: 12px;
  font-size: 12px;
  color: rgba(255,255,255,.55);
  line-height: 1.45;
}

/* =================== Buttons =================== */
.cjs-ws-btn-primary, .cjs-ws-btn-secondary, .cjs-ws-btn-dark {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 26px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none !important;
  border: 0;
  transition: background .15s, transform .08s, box-shadow .15s, color .15s, border-color .15s;
  cursor: pointer;
}
.cjs-ws-btn-primary {
  background: var(--ws-red); color: #fff !important;
  box-shadow: 0 8px 22px rgba(205,30,36,.32);
}
.cjs-ws-btn-primary:hover { background: var(--ws-red-dark); box-shadow: 0 10px 28px rgba(205,30,36,.4); color: #fff !important; transform: translateY(-1px); }
.cjs-ws-btn-primary:active { transform: scale(.98); }
.cjs-ws-btn-primary::after { content: '→'; font-weight: 400; font-size: 18px; line-height: 1; }
.cjs-ws-btn-secondary {
  background: rgba(255,255,255,.06); color: #fff !important;
  border: 1px solid rgba(255,255,255,.28);
}
.cjs-ws-btn-secondary:hover { background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.5); color: #fff !important; }
.cjs-ws-btn-dark {
  background: var(--ws-navy); color: #fff !important;
}
.cjs-ws-btn-dark:hover { background: var(--ws-navy-deep); color: #fff !important; transform: translateY(-1px); }
.cjs-ws-btn-dark::after { content: '→'; font-weight: 400; font-size: 18px; line-height: 1; }

/* =================== Platform trust strip =================== */
.cjs-ws-platforms {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 10px 28px;
  padding: 18px 24px;
  background: #fff;
  border: 1px solid var(--ws-line);
  border-radius: 14px;
  margin-bottom: 22px;
  box-shadow: var(--ws-shadow-sm);
}
.cjs-ws-platforms-label {
  font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--ws-muted);
  padding-right: 8px;
  border-right: 1px solid var(--ws-line);
  margin-right: 8px;
}
.cjs-ws-platforms span:not(.cjs-ws-platforms-label) {
  font-size: 14px; font-weight: 700;
  color: var(--ws-navy);
  opacity: .82;
  letter-spacing: -.01em;
}
@media (max-width: 700px) {
  .cjs-ws-platforms-label { border-right: 0; padding-right: 0; margin-right: 0; width: 100%; text-align: center; }
}

/* =================== Stats =================== */
.cjs-ws-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 0 0 28px;
}
.cjs-stat {
  background: #fff;
  border: 1px solid var(--ws-line);
  border-radius: var(--ws-radius);
  padding: 22px 18px 20px;
  text-align: left;
  position: relative;
  overflow: hidden;
  box-shadow: var(--ws-shadow-sm);
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s;
}
.cjs-stat:hover { transform: translateY(-2px); box-shadow: var(--ws-shadow-md); border-color: rgba(205,30,36,.24); }
.cjs-stat::before {
  content: '';
  position: absolute; top: 0; left: 0; bottom: 0; width: 3px;
  background: linear-gradient(180deg, var(--ws-red), var(--ws-gold));
}
.cjs-stat-num {
  font-size: clamp(26px, 3.8vw, 36px);
  font-weight: 800;
  color: var(--ws-navy);
  letter-spacing: -.025em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.cjs-stat-label {
  font-size: 11.5px; color: var(--ws-muted);
  text-transform: uppercase; letter-spacing: .1em; font-weight: 700;
  margin-bottom: 8px;
}
.cjs-stat-sub { font-size: 12.5px; color: var(--ws-muted); margin-top: 6px; line-height: 1.4; }
@media (max-width: 900px) { .cjs-ws-stats { grid-template-columns: repeat(2, 1fr); } }

/* =================== Content cards (section shells) =================== */
.cjs-ws-section {
  background: #fff;
  border: 1px solid var(--ws-line);
  border-radius: var(--ws-radius);
  padding: 30px 32px;
  margin: 0 0 18px;
  box-shadow: var(--ws-shadow-sm);
}
.cjs-ws-section h2 {
  font-size: 24px; font-weight: 800;
  margin: 0 0 14px;
  display: flex; align-items: center; gap: 14px;
  color: var(--ws-navy);
}
.cjs-ws-section h2 .cjs-ws-icn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 38px; height: 38px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--ws-red), var(--ws-red-dark));
  color: #fff;
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(205,30,36,.26);
}
.cjs-ws-section h2 .cjs-ws-icn svg { width: 19px; height: 19px; fill: #fff; }
@media (max-width: 600px) {
  .cjs-ws-section { padding: 24px 20px; }
  .cjs-ws-section h2 { font-size: 19px; }
}

/* =================== Buyer audience card =================== */
.cjs-ws-audience { display: grid; grid-template-columns: 1fr; gap: 18px; margin-top: 8px; }
.cjs-ws-audience-card {
  background: linear-gradient(135deg, #FAFBFD 0%, #fff 70%);
  border: 1px solid var(--ws-line);
  border-radius: var(--ws-radius);
  padding: 26px 28px;
  position: relative;
  overflow: hidden;
}
.cjs-ws-audience-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--ws-red), var(--ws-gold));
}
.cjs-ws-audience-card h3 {
  font-size: 20px; font-weight: 800; margin: 0 0 8px;
  color: var(--ws-navy);
  display: flex; align-items: center; gap: 12px;
}
.cjs-ws-audience-card h3 .cjs-ws-audience-icn {
  width: 34px; height: 34px;
  background: linear-gradient(135deg, var(--ws-red), var(--ws-red-dark));
  border-radius: 9px;
  display: inline-flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 14px rgba(205,30,36,.22);
}
.cjs-ws-audience-card h3 .cjs-ws-audience-icn svg { width: 17px; height: 17px; fill: #fff; }
.cjs-ws-audience-card ul { list-style: none; padding: 0; margin: 14px 0 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 6px 24px; }
@media (max-width: 700px) { .cjs-ws-audience-card ul { grid-template-columns: 1fr; } }
.cjs-ws-audience-card li {
  position: relative;
  padding: 4px 0 4px 26px;
  font-size: 14.5px;
  color: #374151;
  line-height: 1.5;
}
.cjs-ws-audience-card li::before {
  content: '';
  position: absolute;
  left: 0; top: 9px;
  width: 16px; height: 16px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23cd1e24'><path d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z'/></svg>") no-repeat center / contain;
}

/* =================== Why partner — feature grid =================== */
.cjs-ws-why { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 8px; }
.cjs-ws-feature {
  background: #fff;
  border: 1px solid var(--ws-line);
  border-radius: var(--ws-radius-sm);
  padding: 22px 20px 20px;
  position: relative;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s;
}
.cjs-ws-feature:hover { transform: translateY(-2px); box-shadow: var(--ws-shadow-md); border-color: rgba(205,30,36,.24); }
.cjs-ws-feature-icn {
  width: 36px; height: 36px;
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(205,30,36,.1), rgba(245,158,11,.12));
  border: 1px solid rgba(205,30,36,.18);
  display: inline-flex; align-items: center; justify-content: center;
  margin-bottom: 12px;
}
.cjs-ws-feature-icn svg { width: 18px; height: 18px; fill: var(--ws-red); }
.cjs-ws-feature h3 {
  font-size: 16px; font-weight: 700;
  margin: 0 0 6px; color: var(--ws-navy);
  letter-spacing: -.005em;
}
.cjs-ws-feature p { font-size: 13.5px; color: var(--ws-muted); margin: 0; line-height: 1.55; }
@media (max-width: 900px) { .cjs-ws-why { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .cjs-ws-why { grid-template-columns: 1fr; } }

/* =================== How it works — step timeline =================== */
.cjs-ws-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 22px; counter-reset: stepcount; }
.cjs-ws-step {
  background: #fff;
  border: 1px solid var(--ws-line);
  border-radius: var(--ws-radius-sm);
  padding: 26px 18px 18px;
  text-align: left;
  position: relative;
  counter-increment: stepcount;
  transition: transform .15s ease, box-shadow .15s ease, border-color .15s;
}
.cjs-ws-step:hover { transform: translateY(-2px); box-shadow: var(--ws-shadow-md); border-color: rgba(205,30,36,.24); }
.cjs-ws-step::before {
  content: counter(stepcount, decimal-leading-zero);
  position: absolute; top: 14px; right: 16px;
  font-size: 22px;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(135deg, var(--ws-red), var(--ws-gold));
  -webkit-background-clip: text; background-clip: text;
  color: transparent;
  letter-spacing: -.04em;
  line-height: 1;
}
.cjs-ws-step h3 { font-size: 15.5px; font-weight: 700; margin: 0 0 6px; color: var(--ws-navy); }
.cjs-ws-step p { font-size: 13.5px; color: var(--ws-muted); margin: 0; line-height: 1.5; }
@media (max-width: 900px) { .cjs-ws-steps { grid-template-columns: repeat(2, 1fr); } }

/* =================== Tier preview band =================== */
.cjs-ws-tiers-section {
  background: linear-gradient(135deg, var(--ws-navy) 0%, var(--ws-navy-soft) 100%);
  color: #fff;
  border: 0;
  position: relative;
  overflow: hidden;
}
.cjs-ws-tiers-section::after {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 85% 15%, rgba(245,158,11,.16), transparent 55%);
  pointer-events: none;
}
.cjs-ws-tiers-section h2 { color: #fff; position: relative; z-index: 1; }
.cjs-ws-tiers-section > p { color: rgba(255,255,255,.78); position: relative; z-index: 1; max-width: 720px; }
.cjs-ws-tiers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 22px;
  position: relative; z-index: 1;
}
.cjs-ws-tier {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  padding: 22px 20px 20px;
  position: relative;
  transition: background .15s, border-color .15s, transform .15s;
}
.cjs-ws-tier:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.3); transform: translateY(-2px); }
.cjs-ws-tier.is-flagship {
  background: rgba(245,158,11,.1);
  border-color: rgba(245,158,11,.4);
}
.cjs-ws-tier-rank {
  font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
  color: rgba(255,255,255,.5);
  margin-bottom: 6px;
}
.cjs-ws-tier.is-flagship .cjs-ws-tier-rank { color: var(--ws-gold); }
.cjs-ws-tier-title {
  font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 6px;
}
.cjs-ws-tier-range-text { font-size: 12.5px; color: rgba(255,255,255,.65); margin-bottom: 14px; }
.cjs-ws-tier-bar {
  height: 6px; border-radius: 999px;
  background: rgba(255,255,255,.1);
  overflow: hidden;
  margin-bottom: 6px;
}
.cjs-ws-tier-bar-fill {
  height: 100%; border-radius: 999px;
  background: linear-gradient(90deg, var(--ws-red), var(--ws-gold));
}
.cjs-ws-tier-foot { font-size: 12px; color: rgba(255,255,255,.6); }
@media (max-width: 900px) { .cjs-ws-tiers-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .cjs-ws-tiers-grid { grid-template-columns: 1fr; } }

/* =================== Categories pill cloud =================== */
.cjs-ws-cats { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 6px; }
.cjs-ws-cat-pill {
  display: inline-flex; align-items: center; gap: 8px;
  background: #F8FAFC;
  color: var(--ws-navy);
  border: 1px solid var(--ws-line);
  border-radius: 999px;
  padding: 7px 14px 7px 12px;
  font-size: 13.5px;
  font-weight: 600;
  transition: background .15s, border-color .15s, color .15s;
}
.cjs-ws-cat-pill::before {
  content: '';
  width: 6px; height: 6px; border-radius: 50%;
  background: linear-gradient(135deg, var(--ws-red), var(--ws-gold));
}
.cjs-ws-cat-pill:hover { background: var(--ws-navy); color: #fff; border-color: var(--ws-navy); }

/* =================== Callout =================== */
.cjs-ws-callout {
  background: linear-gradient(135deg, #FFFBEB, #FEF3C7);
  border: 1px solid #FDE68A;
  border-left: 4px solid var(--ws-gold);
  border-radius: 10px;
  padding: 16px 18px;
  margin: 18px 0 0;
  color: #78350F;
  font-size: 14.5px;
  line-height: 1.55;
}
.cjs-ws-callout strong { color: #92400E; }

/* =================== FAQ =================== */
.cjs-ws-faq details {
  background: #fff;
  border: 1px solid var(--ws-line);
  border-radius: 10px;
  padding: 0;
  margin-bottom: 10px;
  transition: background .15s, border-color .15s, box-shadow .15s;
}
.cjs-ws-faq details[open] { border-color: rgba(205,30,36,.32); box-shadow: var(--ws-shadow-sm); }
.cjs-ws-faq summary {
  cursor: pointer;
  padding: 16px 22px;
  font-weight: 700;
  font-size: 15.5px;
  color: var(--ws-navy);
  list-style: none;
  position: relative;
  padding-right: 50px;
}
.cjs-ws-faq summary::-webkit-details-marker { display: none; }
.cjs-ws-faq summary::after {
  content: '+';
  position: absolute;
  right: 22px; top: 50%; transform: translateY(-50%);
  width: 26px; height: 26px;
  border-radius: 50%;
  background: rgba(205,30,36,.1);
  color: var(--ws-red);
  font-size: 18px; line-height: 24px;
  text-align: center;
  font-weight: 600;
  transition: transform .2s, background .15s;
}
.cjs-ws-faq details[open] summary::after { content: '−'; background: var(--ws-red); color: #fff; }
.cjs-ws-faq details p {
  padding: 0 22px 18px;
  margin: 0;
  font-size: 14.5px;
  color: #475569;
  line-height: 1.6;
}

/* =================== Trustpilot wrapper =================== */
.cjs-ws-trust {
  background: #fff;
  border: 1px solid var(--ws-line);
  border-radius: var(--ws-radius);
  padding: 26px 28px;
  margin: 0 0 18px;
  text-align: center;
  box-shadow: var(--ws-shadow-sm);
}
.cjs-ws-trust .cjs-ws-trust-label {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; font-weight: 700;
  color: var(--ws-muted);
  letter-spacing: .08em; text-transform: uppercase;
  margin-bottom: 12px;
}
.cjs-ws-trust .cjs-ws-trust-label::before,
.cjs-ws-trust .cjs-ws-trust-label::after {
  content: ''; width: 28px; height: 1px; background: var(--ws-line);
}

/* =================== Final CTA =================== */
.cjs-ws-final-cta {
  background:
    radial-gradient(ellipse at 12% 90%, rgba(245,158,11,.18), transparent 50%),
    radial-gradient(ellipse at 92% 10%, rgba(205,30,36,.22), transparent 55%),
    linear-gradient(135deg, var(--ws-navy) 0%, var(--ws-navy-deep) 100%);
  color: #fff;
  border-radius: 20px;
  padding: 48px 40px;
  text-align: center;
  margin-top: 22px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--ws-shadow-lg);
}
.cjs-ws-final-cta::before {
  content: '';
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24'><circle cx='1' cy='1' r='1' fill='rgba(255,255,255,0.04)'/></svg>");
  pointer-events: none;
}
.cjs-ws-final-cta > * { position: relative; z-index: 1; }
.cjs-ws-final-cta-eyebrow {
  display: inline-block;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.78);
  font-size: 11px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px;
  margin-bottom: 14px;
}
.cjs-ws-final-cta h2 {
  color: #fff;
  font-size: clamp(24px, 3.4vw, 36px);
  font-weight: 800;
  margin: 0 0 10px;
  letter-spacing: -.02em;
}
.cjs-ws-final-cta p {
  color: rgba(255,255,255,.82);
  font-size: 16px;
  max-width: 620px;
  margin: 0 auto 22px;
}
.cjs-ws-final-cta-ctas { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.cjs-ws-final-cta-note {
  display: block; margin-top: 16px;
  color: rgba(255,255,255,.55);
  font-size: 13px;
}

.cjs-ws-signoff {
  text-align: center;
  margin-top: 22px;
  font-size: 13px;
  color: #9CA3AF;
}

/* =================== RTL (Hebrew) =================== */
.cjs-ws[dir="rtl"] { text-align: right; }
/* Re-centre blocks that are centered in LTR */
.cjs-ws[dir="rtl"] .cjs-ws-platforms,
.cjs-ws[dir="rtl"] .cjs-ws-trust,
.cjs-ws[dir="rtl"] .cjs-ws-trust .cjs-ws-trust-label,
.cjs-ws[dir="rtl"] .cjs-ws-final-cta,
.cjs-ws[dir="rtl"] .cjs-ws-final-cta-ctas,
.cjs-ws[dir="rtl"] .cjs-ws-signoff { text-align: center; }
.cjs-ws[dir="rtl"] .cjs-ws-final-cta p { margin: 0 auto 22px; }
.cjs-ws[dir="rtl"] .cjs-ws-tiers-section > p { margin-left: auto; margin-right: 0; }
.cjs-ws[dir="rtl"] .cjs-ws-hero .cjs-ws-sub { margin-left: auto; margin-right: 0; }
/* Mirror the absolutely-positioned step number to the left edge in RTL */
.cjs-ws[dir="rtl"] .cjs-ws-step { text-align: right; }
.cjs-ws[dir="rtl"] .cjs-ws-step::before { right: auto; left: 16px; }
/* Mirror the FAQ +/- marker and its padding in RTL */
.cjs-ws[dir="rtl"] .cjs-ws-faq summary { padding-right: 22px; padding-left: 50px; }
.cjs-ws[dir="rtl"] .cjs-ws-faq summary::after { right: auto; left: 22px; }
/* Mirror the audience-list check ticks in RTL */
.cjs-ws[dir="rtl"] .cjs-ws-audience-card li { padding: 4px 26px 4px 0; }
.cjs-ws[dir="rtl"] .cjs-ws-audience-card li::before { left: auto; right: 0; }
/* Mirror the platform-strip divider in RTL */
.cjs-ws[dir="rtl"] .cjs-ws-platforms-label { padding-right: 0; padding-left: 8px; margin-right: 0; margin-left: 8px; border-right: 0; border-left: 1px solid var(--ws-line); }
/* Mirror the stat accent bar to the right edge in RTL */
.cjs-ws[dir="rtl"] .cjs-stat { text-align: right; }
.cjs-ws[dir="rtl"] .cjs-stat::before { left: auto; right: 0; }

/* ---------------------------------------------------------------------------
   RTL support (Hebrew). Added for the localised variants. The hero/stat/tier
   grids stay centred; body text and list bullets flip to the right.
--------------------------------------------------------------------------- */
.cjs-ws[dir="rtl"] { text-align: right; }
.cjs-ws[dir="rtl"] .cjs-ws-hero-grid,
.cjs-ws[dir="rtl"] .cjs-ws-stats,
.cjs-ws[dir="rtl"] .cjs-ws-why,
.cjs-ws[dir="rtl"] .cjs-ws-steps,
.cjs-ws[dir="rtl"] .cjs-ws-tiers-grid { direction: rtl; }
.cjs-ws[dir="rtl"] .cjs-ws-section ul,
.cjs-ws[dir="rtl"] .cjs-ws-audience-card ul { padding-right: 22px; padding-left: 0; }
.cjs-ws[dir="rtl"] .cjs-stat,
.cjs-ws[dir="rtl"] .cjs-ws-step,
.cjs-ws[dir="rtl"] .cjs-ws-final-cta,
.cjs-ws[dir="rtl"] .cjs-ws-trust,
.cjs-ws[dir="rtl"] .cjs-ws-signoff { text-align: center; }
