/**
 * Business landing — distinctive visual system (nons.co.il /for-business/*)
 * Concept: "cockpit" — deep ink + electric blue + brand-red spark, bento + timeline
 */
.biz-landing {
  --biz-red: #e11d48;
  --biz-red-soft: #fff1f2;
  --biz-accent: #2563eb;
  --biz-accent-glow: #60a5fa;
  --biz-accent-dark: #1e3a8a;
  --biz-ink: #0f172a;
  --biz-ink-soft: #1e293b;
  --biz-muted: #64748b;
  --biz-surface: #f8fafc;
  --biz-radius: 18px;
  --biz-radius-lg: 24px;
  --biz-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
  --biz-font: 'Heebo', system-ui, sans-serif;
  direction: rtl;
  text-align: right;
  font-family: var(--biz-font);
  background-color: #f1f5f9;
  background-image:
    radial-gradient(ellipse 120% 80% at 100% -20%, rgba(37, 99, 235, 0.11), transparent 55%),
    radial-gradient(ellipse 90% 60% at 0% 100%, rgba(225, 29, 72, 0.07), transparent 50%),
    linear-gradient(180deg, #f8fafc 0%, #eef2ff 35%, #f1f5f9 100%);
  background-attachment: fixed;
}

.biz-landing::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: 0.35;
  background-image: radial-gradient(circle at 1px 1px, rgba(15, 23, 42, 0.06) 1px, transparent 0);
  background-size: 28px 28px;
}

.biz-landing-header {
  position: sticky;
  top: 0;
  z-index: 200;
  border-bottom: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px) saturate(1.2);
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.04);
}

.biz-landing-header__inner {
  max-width: 1140px;
}

.biz-landing-header__nav a {
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #334155;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
}

.biz-landing-header__nav a:hover {
  background: linear-gradient(135deg, #eff6ff, #fff);
  color: #1d4ed8;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(37, 99, 235, 0.12);
}

.biz-landing-wrap {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  margin: 0 auto;
  padding: 1.35rem 1.15rem 3.5rem;
}

.biz-landing-crumb {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #64748b;
  margin-bottom: 1.1rem;
}

.biz-landing-crumb a {
  color: #1d4ed8;
}

/* —— Hero —— */
.biz-landing-hero {
  position: relative;
  margin: 0 0 2.75rem;
  border-radius: var(--biz-radius-lg);
  overflow: hidden;
  isolation: isolate;
  background: #0b1220;
  box-shadow:
    0 28px 60px rgba(15, 23, 42, 0.28),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  color: #fff;
}

.biz-landing-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 90% 70% at 100% 0%, rgba(96, 165, 250, 0.35), transparent 55%),
    radial-gradient(ellipse 60% 50% at 0% 100%, rgba(225, 29, 72, 0.22), transparent 50%),
    linear-gradient(145deg, #0f172a 0%, #1e3a8a 42%, #172554 100%);
  pointer-events: none;
}

.biz-landing-hero::after {
  content: '';
  position: absolute;
  width: 320px;
  height: 320px;
  left: -80px;
  bottom: -120px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.biz-landing-hero__spark {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--biz-red);
  box-shadow: 0 0 24px 6px rgba(225, 29, 72, 0.55);
  z-index: 3;
}

.biz-landing-hero__grid {
  display: grid;
  gap: 1.35rem;
  align-items: center;
  padding: 1.65rem 1.45rem;
}

@media (min-width: 768px) {
  .biz-landing-hero__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    padding: 2rem 1.85rem;
    gap: 1.75rem;
  }
}

.biz-landing-hero__copy {
  position: relative;
  z-index: 2;
}

.biz-landing-hero__visual {
  position: relative;
  z-index: 2;
  border-radius: 16px;
  overflow: hidden;
  transform: rotate(-1.5deg);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}

@media (min-width: 768px) {
  .biz-landing-hero__visual {
    transform: rotate(-2deg) translateY(-4px);
  }
}

.biz-landing-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.biz-landing-hero .biz-landing-free-badge {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #9f1239;
  font-size: 0.82rem;
  letter-spacing: 0.01em;
  margin-bottom: 0.9rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.biz-landing-hero h1 {
  color: #fff;
  font-size: clamp(1.7rem, 4.5vw, 2.55rem);
  font-weight: 800;
  line-height: 1.18;
  letter-spacing: -0.025em;
  margin-bottom: 0.9rem;
}

.biz-landing-hero .biz-landing-lead {
  color: rgba(226, 232, 240, 0.94);
  font-size: clamp(1rem, 2.2vw, 1.14rem);
  line-height: 1.65;
  margin-bottom: 1.35rem;
  max-width: 36rem;
}

.biz-landing-hero .biz-landing-cta__primary {
  background: linear-gradient(135deg, #fff 0%, #f8fafc 100%);
  color: #1e3a8a !important;
  border: none;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
}

.biz-landing-hero .biz-landing-cta__primary:hover {
  background: #fff;
  transform: translateY(-2px);
}

.biz-landing-hero .biz-landing-cta__secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #fff !important;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(6px);
}

/* —— Sections —— */
.biz-landing-section {
  margin-bottom: 2.5rem;
  padding: 1.5rem 1.35rem;
  border-radius: var(--biz-radius-lg);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: var(--biz-shadow);
  backdrop-filter: blur(8px);
}

.biz-landing-section--alt {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(239, 246, 255, 0.85) 100%);
  border-color: rgba(191, 219, 254, 0.5);
}

.biz-landing-kicker {
  display: inline-block;
  margin: 0 0 0.5rem;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  background: var(--biz-red-soft);
  color: #be123c;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.biz-landing-body {
  font-size: 1.06rem;
  line-height: 1.72;
  color: var(--biz-ink-soft);
}

.biz-landing-body p {
  margin: 0 0 1rem;
}

.biz-landing-body h2 {
  font-size: clamp(1.35rem, 3vw, 1.65rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--biz-ink);
  margin: 0 0 1rem;
  padding: 0;
  border: none;
}

.biz-landing-body h2::after {
  display: none;
}

.biz-landing-section .biz-landing-body > h2:first-child {
  margin-top: 0;
}

.biz-landing-body h3 {
  font-weight: 700;
  color: #1e293b;
}

/* Feature list */
.biz-landing-body > ul:not(.biz-landing-grid),
.biz-landing-section ul:not(.biz-landing-grid):not(.biz-landing-steps) {
  list-style: none;
  padding: 0;
  margin: 0 0 1.25rem;
  display: grid;
  gap: 0.55rem;
}

.biz-landing-body > ul:not(.biz-landing-grid) li,
.biz-landing-section ul:not(.biz-landing-grid):not(.biz-landing-steps) li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.85rem 1rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04);
}

.biz-landing-body > ul:not(.biz-landing-grid) li::before,
.biz-landing-section ul:not(.biz-landing-grid):not(.biz-landing-steps) li::before {
  content: '';
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  box-shadow: 0 4px 12px rgba(34, 197, 94, 0.35);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='white' d='M4.5 8.2 2.3 6l-.8.8 3 3 5.5-5.5-.8-.8z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.75rem;
}

/* Steps timeline — fixes RTL clip */
.biz-landing-steps {
  list-style: none;
  margin: 1.25rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.85rem;
  counter-reset: biz-step;
}

@media (min-width: 768px) {
  .biz-landing-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

.biz-landing-steps li {
  counter-increment: biz-step;
  position: relative;
  margin: 0;
  padding: 1.1rem 1rem 1rem;
  padding-block-start: 2.65rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  overflow: visible;
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.biz-landing-steps li::before {
  content: counter(biz-step);
  position: absolute;
  top: 0.85rem;
  inset-inline-end: 1rem;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: linear-gradient(135deg, #1d4ed8, #3b82f6);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.35);
}

.biz-landing-steps li::after {
  content: '';
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  width: 4px;
  height: 100%;
  border-radius: 0 16px 16px 0;
  background: linear-gradient(180deg, var(--biz-red), var(--biz-accent));
  opacity: 0.85;
}

/* Legacy ol fallback */
.biz-landing-body > ol:not(.biz-landing-steps) {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
  display: grid;
  gap: 0.85rem;
}

@media (min-width: 768px) {
  .biz-landing-body > ol:not(.biz-landing-steps) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.biz-landing-body > ol:not(.biz-landing-steps) li {
  counter-increment: biz-step;
  position: relative;
  padding: 1rem 1rem 1rem;
  padding-block-start: 2.6rem;
  margin: 0;
  min-width: 0;
  overflow-wrap: anywhere;
}

/* Bento grid */
.biz-landing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}

.biz-landing-grid--bento {
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .biz-landing-grid--bento {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .biz-landing-grid--bento {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .biz-landing-grid--bento > li:nth-child(1) { grid-column: span 7; }
  .biz-landing-grid--bento > li:nth-child(2) { grid-column: span 5; }
  .biz-landing-grid--bento > li:nth-child(3) { grid-column: span 5; }
  .biz-landing-grid--bento > li:nth-child(4) { grid-column: span 7; }
  .biz-landing-grid--bento > li:nth-child(5) { grid-column: span 6; }
  .biz-landing-grid--bento > li:nth-child(6) { grid-column: span 6; }
}

.biz-landing-grid li,
.biz-landing-card {
  position: relative;
  background: linear-gradient(160deg, #fff 0%, #f8fafc 100%);
  border: 1px solid rgba(226, 232, 240, 0.9);
  border-radius: var(--biz-radius);
  padding: 1.25rem 1.2rem 1.15rem;
  text-align: right;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  list-style: none;
  overflow: hidden;
  min-width: 0;
}

.biz-landing-grid li::before,
.biz-landing-card::before {
  content: '';
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--biz-accent), var(--biz-red));
  opacity: 0.75;
}

.biz-landing-grid li:hover,
.biz-landing-card:hover {
  transform: translateY(-4px);
  border-color: #bfdbfe;
  box-shadow: 0 18px 40px rgba(37, 99, 235, 0.14);
}

.biz-landing-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.75rem;
  border-radius: 14px;
  background: linear-gradient(145deg, #1e3a8a, #2563eb);
  color: #fff;
  font-size: 1.25rem;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.3);
}

.biz-landing-grid strong,
.biz-landing-card strong {
  display: block;
  font-size: 1.08rem;
  font-weight: 800;
  margin-bottom: 0.45rem;
  color: var(--biz-ink);
  letter-spacing: -0.01em;
}

.biz-landing-grid strong a,
.biz-landing-card strong a {
  color: inherit;
  text-decoration: none;
  background: linear-gradient(transparent 70%, rgba(37, 99, 235, 0.15) 0);
}

.biz-landing-grid strong a:hover,
.biz-landing-card strong a:hover {
  color: #1d4ed8;
}

/* SEO block */
.biz-landing-seo {
  margin-top: 2rem;
  padding: 1.5rem 1.35rem;
  border-radius: var(--biz-radius-lg);
  background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
  box-shadow: var(--biz-shadow);
}

.biz-landing-seo h2,
.biz-landing-seo h3 {
  color: #f8fafc;
}

.biz-landing-seo p,
.biz-landing-seo li {
  color: #cbd5e1;
}

.biz-landing-seo a {
  color: #93c5fd;
}

/* FAQ */
.biz-landing-faq {
  margin-top: 0;
}

.biz-landing-faq details {
  margin-bottom: 0.65rem;
  padding: 0.9rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.biz-landing-faq details[open] {
  border-color: #93c5fd;
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.1);
}

.biz-landing-faq summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-weight: 700;
  color: var(--biz-ink);
  cursor: pointer;
}

.biz-landing-faq summary::-webkit-details-marker {
  display: none;
}

.biz-landing-faq summary::after {
  content: '+';
  flex-shrink: 0;
  width: 1.65rem;
  height: 1.65rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: linear-gradient(135deg, #eff6ff, #dbeafe);
  color: #1d4ed8;
  font-weight: 800;
}

.biz-landing-faq details[open] summary::after {
  content: '−';
  background: linear-gradient(135deg, #1d4ed8, #3b82f6);
  color: #fff;
}

/* CTA */
.biz-landing-free-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #ecfdf5, #d1fae5);
  border: 1px solid #6ee7b7;
  color: #065f46;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
}

.biz-landing-cta a {
  border-radius: 12px;
  font-weight: 800;
  transition: transform 0.15s, box-shadow 0.2s;
}

.biz-landing-cta__primary {
  background: linear-gradient(135deg, #1e3a8a, #2563eb);
  color: #fff !important;
  box-shadow: 0 10px 28px rgba(37, 99, 235, 0.35);
}

.biz-landing-cta__secondary {
  background: #fff;
  color: #1e40af !important;
  border: 2px solid rgba(37, 99, 235, 0.2);
}

.biz-landing-cta-bar {
  position: relative;
  z-index: 1;
  margin: 2rem auto;
  max-width: 1040px;
  padding: 1.35rem 1.25rem;
  border-radius: var(--biz-radius-lg);
  background: linear-gradient(135deg, #0f172a 0%, #1e3a8a 55%, #312e81 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  direction: rtl;
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
  color: #fff;
}

.biz-landing-cta-bar p {
  margin: 0 0 1rem;
  font-weight: 700;
  font-size: 1.08rem;
  color: #e2e8f0;
}

.biz-landing-cta-bar .biz-landing-cta__primary {
  background: #fff;
  color: #1e3a8a !important;
}

.biz-landing-cta-bar .biz-landing-cta__secondary {
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.35);
}

.biz-landing-related {
  position: relative;
  z-index: 1;
  max-width: 1040px;
  margin: 2rem auto 0;
  padding: 1.35rem 1.15rem;
  border-radius: var(--biz-radius-lg);
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #e2e8f0;
  box-shadow: var(--biz-shadow);
}

/* Pricing full bleed */
.biz-landing-pricing {
  position: relative;
  z-index: 1;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-top: 2.5rem;
  padding: 0;
  box-sizing: border-box;
}

body.biz-landing .biz-landing-pricing .nons-saas-pricing {
  width: 100%;
  max-width: none;
  margin: 0;
  border-radius: 0;
}

body.biz-landing .biz-landing-pricing .nons-saas-pricing .container {
  max-width: min(1320px, calc(100vw - 28px));
  padding-inline: clamp(12px, 2vw, 24px);
}

@media (min-width: 1101px) {
  body.biz-landing .biz-landing-pricing .nons-saas-plan__features li {
    font-size: 0.78rem;
    line-height: 1.38;
  }
}

@media (max-width: 767.98px) {
  .biz-landing-hero__grid {
    padding: 1.25rem 1rem;
  }

  .biz-landing-hero__visual {
    order: -1;
    transform: none;
  }

  .biz-landing-hero .biz-landing-cta {
    flex-direction: column;
  }

  .biz-landing-hero .biz-landing-cta a {
    width: 100%;
  }

  .biz-landing-section {
    padding: 1.15rem 1rem;
  }
}
