/* Sabiq public landing — spacious solid-color experience inspired by modern Arabic SaaS sites */
:root {
  --landing-primary: #4666ff;
  --landing-primary-dark: #2f4fe3;
  --landing-hero: #f7f7f8;
  --landing-section: #f2f2f4;
  --landing-surface: #ffffff;
  --landing-ink: #1d1d1f;
  --landing-muted: #6e6e73;
  --landing-line: #e2e2e5;
  --landing-mint: #e8fbf6;
  --landing-mint-strong: #50e3c2;
  --landing-shadow-soft: 0 18px 48px rgba(29, 29, 31, 0.08);
  --landing-shadow-card: 0 12px 32px rgba(29, 29, 31, 0.07);
}

/* ==========================================================
   PRICING V7 — final authoritative pricing experience
   ========================================================== */
body.landing-salla #pricing {
  position: relative;
  overflow: hidden;
  padding: clamp(82px, 8vw, 126px) 0 !important;
  background: #f6f8fb !important;
  color: #172033;
}

body.landing-salla #pricing::before,
body.landing-salla #pricing::after {
  display: none !important;
}

body.landing-salla #pricing .container {
  width: min(1440px, calc(100% - 48px));
  max-width: 1440px;
}

body.landing-salla #pricing .section-label {
  margin-bottom: 18px;
}

body.landing-salla #pricing .section-label .badge {
  padding: 9px 15px;
  border: 0 !important;
  border-radius: 999px;
  background: #e9edf4 !important;
  color: #465166 !important;
  box-shadow: none !important;
  font-size: .78rem;
  font-weight: 700;
}

body.landing-salla #pricing .section-title {
  width: min(760px, 100%);
  max-width: 760px !important;
  margin-inline: auto;
  color: #151b27 !important;
  font-size: clamp(2.55rem, 4.25vw, 4.65rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -.045em;
  text-align: center;
}

body.landing-salla #pricing .section-title .gradient-text {
  display: inline;
  padding: 0 !important;
  background: none !important;
  color: #6875cc !important;
  -webkit-text-fill-color: currentColor !important;
  box-shadow: none !important;
}

body.landing-salla #pricing .section-sub {
  width: min(600px, 100%);
  max-width: 600px !important;
  margin: 20px auto 0;
  color: #667085 !important;
  font-size: 1rem;
  line-height: 1.9;
  text-align: center;
}

body.landing-salla #pricing .pricing-toggle {
  width: fit-content;
  max-width: 100%;
  margin: 30px auto 54px !important;
  padding: 7px 10px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(30, 41, 59, .08) !important;
}

body.landing-salla #pricing .pricing-toggle > span:not(.pricing-saving-note) {
  color: #596579 !important;
  font-size: .88rem;
  font-weight: 700;
}

body.landing-salla #pricing .pricing-toggle > span.active {
  color: #172033 !important;
}

body.landing-salla #pricing .toggle-switch {
  width: 52px;
  height: 30px;
  border: 0 !important;
  background: #202834 !important;
  box-shadow: none !important;
}

body.landing-salla #pricing .toggle-switch::after {
  width: 22px;
  height: 22px;
  background: #fff !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .18);
}

body.landing-salla #pricing .pricing-saving-note {
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef3ff !important;
  color: #6574c7 !important;
  font-size: .7rem;
  font-weight: 700;
}

body.landing-salla #pricing .pricing-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 20px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
}

body.landing-salla #pricing .pricing-card {
  position: relative !important;
  isolation: isolate;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0;
  min-height: 600px !important;
  padding: 25px 23px 22px !important;
  gap: 21px !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 28px !important;
  background: #fff !important;
  color: #172033 !important;
  box-shadow: 0 20px 52px rgba(37, 48, 68, .09) !important;
  transform: none;
}

body.landing-salla #pricing .pricing-card::before,
body.landing-salla #pricing .pricing-card::after {
  pointer-events: none;
}

body.landing-salla #pricing .pricing-card::before {
  content: '';
  position: absolute;
  z-index: -1;
  inset: auto -42px -70px auto;
  width: 175px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(137, 137, 246, .08);
  filter: blur(2px);
}

body.landing-salla #pricing .pricing-card-layout {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column !important;
  grid-template-columns: none !important;
  gap: 22px !important;
  min-width: 0;
}

body.landing-salla #pricing .pricing-card-offer {
  order: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  min-width: 0;
  padding: 0 0 22px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(23, 32, 51, .09) !important;
  text-align: start !important;
}

body.landing-salla #pricing .pricing-card-benefits {
  order: 2 !important;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  padding: 0 !important;
}

body.landing-salla #pricing .pricing-card-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f1f3f7 !important;
  color: #667085 !important;
  font-size: .7rem;
  font-weight: 750;
  line-height: 1.3;
}

body.landing-salla #pricing .pricing-plan {
  color: #172033 !important;
  font-size: 1.28rem !important;
  font-weight: 800 !important;
  line-height: 1.35;
}

body.landing-salla #pricing .pricing-price {
  direction: ltr;
  display: flex !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  width: 100%;
  min-height: 74px;
  margin-top: 9px;
  padding: 0 !important;
  white-space: nowrap;
}

body.landing-salla #pricing .pricing-amount {
  color: #101722 !important;
  font-size: clamp(2.7rem, 3.4vw, 3.75rem) !important;
  font-weight: 850 !important;
  letter-spacing: -.055em;
  line-height: 1;
}

body.landing-salla #pricing .pricing-currency {
  color: #101722 !important;
  font-size: 1.35rem !important;
  font-weight: 800 !important;
}

body.landing-salla #pricing .pricing-period {
  margin-inline-start: 7px;
  color: #7b8494 !important;
  font-size: .72rem !important;
  font-weight: 650;
}

body.landing-salla #pricing .pricing-desc {
  min-height: 47px;
  margin: 4px 0 0 !important;
  color: #707b8d !important;
  font-size: .83rem !important;
  line-height: 1.7;
}

body.landing-salla #pricing .pricing-includes {
  margin-bottom: 14px;
  color: #273147 !important;
  font-size: .78rem !important;
  font-weight: 800 !important;
}

body.landing-salla #pricing .pricing-features {
  display: grid !important;
  gap: 11px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.landing-salla #pricing .pricing-feat {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 9px !important;
  color: #465166 !important;
  font-size: .77rem !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
}

body.landing-salla #pricing .feat-check {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  background: #edf1f5 !important;
  color: #283347 !important;
  font-size: .68rem !important;
}

body.landing-salla #pricing .pricing-btn {
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 56px !important;
  margin-top: auto !important;
  padding: 12px 18px !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 999px !important;
  background: #161d28 !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: .9rem !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

body.landing-salla #pricing .pricing-btn::after {
  content: '‹';
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-inline-start: auto;
  border-radius: 50%;
  background: rgba(255, 255, 255, .13);
  color: currentColor;
  font-size: 1.35rem;
  line-height: 1;
}

body.landing-salla #pricing .pricing-btn:hover {
  transform: translateY(-2px) !important;
  filter: brightness(1.03);
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] {
  background:
    radial-gradient(circle at 100% 100%, rgba(137, 137, 246, .24), transparent 43%),
    linear-gradient(145deg, #f2f8ff 0%, #edeeff 100%) !important;
  box-shadow: 0 26px 68px rgba(95, 111, 190, .19) !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus']::before {
  inset: auto -55px -62px auto;
  width: 230px;
  background: rgba(149, 213, 246, .25);
  filter: blur(8px);
}

body.landing-salla #pricing .pricing-popular {
  position: static !important;
  align-self: flex-start;
  order: -1;
  margin: 0 !important;
  padding: 7px 11px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .74) !important;
  color: #4e5b84 !important;
  box-shadow: none !important;
  font-size: .7rem !important;
  font-weight: 800 !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-card-eyebrow {
  background: rgba(255, 255, 255, .66) !important;
  color: #6373bd !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-amount,
body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-currency {
  color: #6373c5 !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-btn {
  background: linear-gradient(135deg, #95d5f6, #8989f6) !important;
  color: #111827 !important;
  box-shadow: 0 13px 28px rgba(101, 122, 211, .24) !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] {
  background:
    radial-gradient(circle at 92% 105%, rgba(141, 162, 246, .44), transparent 38%),
    radial-gradient(circle at 0 0, rgba(149, 213, 246, .12), transparent 36%),
    #111827 !important;
  color: #f7f9fc !important;
  box-shadow: 0 24px 62px rgba(10, 17, 31, .22) !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro']::before {
  display: none;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-card-offer {
  border-bottom-color: rgba(255, 255, 255, .12) !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] :is(.pricing-plan, .pricing-includes, .pricing-feat, .pricing-amount, .pricing-currency) {
  color: #f7f9fc !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] :is(.pricing-card-eyebrow, .pricing-period, .pricing-desc) {
  color: #b6c0d2 !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-card-eyebrow,
body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .feat-check {
  background: rgba(255, 255, 255, .09) !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .feat-check {
  color: #b8c5ff !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-btn {
  background: #8da2f6 !important;
  color: #101522 !important;
  box-shadow: 0 12px 28px rgba(104, 124, 219, .24) !important;
}

body.landing-salla #pricing .pricing-payment-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: fit-content;
  max-width: 100%;
  margin: 30px auto 0;
  padding: 10px 14px;
  border: 0 !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, .72) !important;
  color: #7a8494 !important;
  box-shadow: none !important;
  font-size: .76rem;
}

@media (min-width: 1181px) {
  body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] {
    transform: translateY(-12px) !important;
  }

  body.landing-salla #pricing .pricing-card[data-plan-tier='plus']:hover {
    transform: translateY(-16px) !important;
  }
}

html:not(.light) body.landing-salla #pricing {
  background:
    radial-gradient(circle at 52% 30%, rgba(70, 102, 255, .14), transparent 30%),
    radial-gradient(circle at 12% 25%, rgba(80, 111, 255, .15), transparent 11%),
    #101522 !important;
  color: #f7f9fc;
}

html:not(.light) body.landing-salla #pricing .section-title {
  color: #f5f7fb !important;
}

html:not(.light) body.landing-salla #pricing .section-sub {
  color: #9ca8ba !important;
}

html:not(.light) body.landing-salla #pricing .section-label .badge,
html:not(.light) body.landing-salla #pricing .pricing-toggle {
  background: #1a2132 !important;
  color: #d9dfeb !important;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .2) !important;
}

html:not(.light) body.landing-salla #pricing .pricing-toggle > span:not(.pricing-saving-note) {
  color: #b7c0d0 !important;
}

html:not(.light) body.landing-salla #pricing .pricing-toggle > span.active {
  color: #fff !important;
}

html:not(.light) body.landing-salla #pricing .pricing-saving-note {
  background: rgba(141, 162, 246, .12) !important;
  color: #aebcff !important;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) {
  background: #171c2e !important;
  color: #f5f7fb !important;
  box-shadow: 0 21px 54px rgba(0, 0, 0, .2) !important;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-card-offer {
  border-bottom-color: rgba(255, 255, 255, .1) !important;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) :is(.pricing-plan, .pricing-includes, .pricing-feat, .pricing-amount, .pricing-currency) {
  color: #f5f7fb !important;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) :is(.pricing-card-eyebrow, .pricing-period, .pricing-desc) {
  color: #9ca8ba !important;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-card-eyebrow,
html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .feat-check {
  background: rgba(255, 255, 255, .08) !important;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-btn {
  background: #f3f5f8 !important;
  color: #111827 !important;
}

html:not(.light) body.landing-salla #pricing .pricing-payment-note {
  background: rgba(255, 255, 255, .06) !important;
  color: #98a4b7 !important;
}

@media (max-width: 1180px) {
  body.landing-salla #pricing .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 920px !important;
  }

  body.landing-salla #pricing .pricing-card {
    min-height: 555px !important;
  }
}

@media (max-width: 680px) {
  body.landing-salla #pricing {
    padding: 72px 0 84px !important;
  }

  body.landing-salla #pricing .container {
    width: min(100% - 28px, 520px);
  }

  body.landing-salla #pricing .section-label {
    margin-bottom: 14px;
  }

  body.landing-salla #pricing .section-title {
    width: min(330px, 100%);
    font-size: clamp(2.1rem, 10.4vw, 3rem) !important;
    line-height: 1.2 !important;
    letter-spacing: -.035em;
  }

  body.landing-salla #pricing .section-sub {
    width: min(345px, 100%);
    margin-top: 16px;
    font-size: .88rem;
    line-height: 1.8;
  }

  body.landing-salla #pricing .pricing-toggle {
    margin: 25px auto 38px !important;
    padding: 6px 8px !important;
    gap: 8px;
  }

  body.landing-salla #pricing .pricing-toggle > span:not(.pricing-saving-note) {
    font-size: .78rem;
  }

  body.landing-salla #pricing .pricing-saving-note {
    display: none;
  }

  body.landing-salla #pricing .pricing-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 18px !important;
    max-width: 500px !important;
  }

  body.landing-salla #pricing .pricing-card,
  body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] {
    min-height: 0 !important;
    padding: 24px 21px 21px !important;
    gap: 19px !important;
    border-radius: 26px !important;
    transform: none !important;
  }

  body.landing-salla #pricing .pricing-card-layout {
    gap: 20px !important;
  }

  body.landing-salla #pricing .pricing-card-offer {
    padding-bottom: 20px !important;
  }

  body.landing-salla #pricing .pricing-price {
    min-height: 66px;
  }

  body.landing-salla #pricing .pricing-amount {
    font-size: clamp(2.75rem, 15vw, 3.75rem) !important;
  }

  body.landing-salla #pricing .pricing-desc {
    min-height: 0;
  }

  body.landing-salla #pricing .pricing-features {
    gap: 10px !important;
  }

  body.landing-salla #pricing .pricing-feat {
    font-size: .8rem !important;
  }

  body.landing-salla #pricing .pricing-btn {
    min-height: 56px !important;
  }

  body.landing-salla #pricing .pricing-payment-note {
    width: 100%;
    margin-top: 24px;
    font-size: .69rem;
  }
}

html:not(.light) {
  --landing-hero: #000000;
  --landing-section: #101010;
  --landing-surface: #1d1d1f;
  --landing-ink: #ffffff;
  --landing-muted: #a1a1a6;
  --landing-line: #3a3a3c;
  --landing-mint: #163c35;
  --landing-mint-strong: #50e3c2;
  --landing-shadow-soft: 0 18px 48px rgba(0, 0, 0, 0.2);
  --landing-shadow-card: 0 12px 32px rgba(0, 0, 0, 0.16);
}

html {
  scroll-padding-top: 92px;
}

body.landing-salla {
  background: var(--landing-surface);
  color: var(--landing-ink);
}

body.landing-salla::before,
body.landing-salla .hero-orb,
body.landing-salla #hero::after,
body.landing-salla .solution-card::after,
body.landing-salla .feature-card::before,
body.landing-salla .steps-shell::before,
body.landing-salla .cta-bg,
body.landing-salla .cta-box::before {
  display: none;
}

body.landing-salla .container {
  width: min(100%, 1320px);
  max-width: 1320px;
  padding-inline: 34px;
}

body.landing-salla .gradient-text {
  color: var(--landing-primary);
  background: none;
  -webkit-text-fill-color: currentColor;
}

body.landing-salla .btn,
body.landing-salla .nav-icon-btn,
body.landing-salla .nav-link,
body.landing-salla .pricing-toggle,
body.landing-salla .toggle-switch,
body.landing-salla .pricing-popular,
body.landing-salla .social-btn {
  background-image: none;
}

body.landing-salla .btn {
  min-height: 50px;
  padding: 12px 25px;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

body.landing-salla .btn-primary {
  color: #fff;
  background: var(--landing-primary);
  box-shadow: 0 10px 24px rgba(81, 69, 220, 0.2);
}

body.landing-salla .btn-primary:hover {
  background: var(--landing-primary-dark);
  box-shadow: 0 13px 28px rgba(81, 69, 220, 0.24);
  transform: translateY(-2px);
}

body.landing-salla .btn-ghost {
  color: var(--landing-ink);
  background: transparent;
  border-color: color-mix(in srgb, var(--landing-ink) 22%, transparent);
  backdrop-filter: none;
}

body.landing-salla .btn-ghost:hover {
  background: color-mix(in srgb, var(--landing-surface) 65%, transparent);
}

/* Header */
body.landing-salla #navbar {
  padding: 0;
  background: var(--landing-hero);
  border-bottom: 1px solid color-mix(in srgb, var(--landing-primary) 10%, transparent);
}

body.landing-salla #navbar.scrolled {
  background: var(--landing-surface);
  border-bottom: 1px solid var(--landing-line);
  box-shadow: 0 8px 28px rgba(38, 31, 111, 0.06);
}

body.landing-salla #navbar .nav-inner,
body.landing-salla #navbar.scrolled .nav-inner {
  min-height: 78px;
  padding: 10px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body.landing-salla .nav-logo-icon {
  color: #fff;
  background: var(--landing-primary);
  box-shadow: none;
}

body.landing-salla .nav-logo-icon.has-site-logo {
  background: transparent;
  box-shadow: none;
}

body.landing-salla .nav-links {
  gap: 6px;
}

body.landing-salla .nav-link {
  color: var(--landing-muted);
  background: transparent;
  font-size: 0.9rem;
}

body.landing-salla .nav-link:hover {
  color: var(--landing-primary);
  background: color-mix(in srgb, var(--landing-primary) 7%, transparent);
}

body.landing-salla .nav-icon-btn {
  color: var(--landing-ink);
  background: transparent;
  border-color: color-mix(in srgb, var(--landing-ink) 16%, transparent);
  backdrop-filter: none;
}

body.landing-salla .nav-icon-btn:hover {
  color: var(--landing-primary);
  background: var(--landing-surface);
}

body.landing-salla .nav-actions #nav-login-btn {
  background: transparent;
}

/* Hero */
body.landing-salla #hero {
  min-height: auto;
  padding: 142px 0 76px;
  background: var(--landing-hero);
}

body.landing-salla .hero-content {
  display: flex;
  flex-direction: column;
  gap: 56px;
  text-align: center;
}

body.landing-salla .hero-copy {
  width: min(100%, 940px);
  margin-inline: auto;
}

body.landing-salla .hero-badge {
  margin-bottom: 27px;
}

body.landing-salla .hero-badge .badge {
  padding: 9px 16px;
  color: var(--landing-primary-dark);
  background: var(--landing-surface);
  border: 1px solid color-mix(in srgb, var(--landing-primary) 18%, transparent);
  box-shadow: none;
  backdrop-filter: none;
}

body.landing-salla .hero-badge .badge::before {
  background: var(--landing-mint-strong);
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--landing-mint-strong) 12%, transparent);
}

body.landing-salla .hero-title {
  max-width: 980px;
  margin: 0 auto 22px;
  color: var(--landing-ink);
  font-size: clamp(3.25rem, 7vw, 6.1rem);
  line-height: 1.08;
}

body.landing-salla .hero-sub {
  max-width: 820px;
  margin: 0 auto 31px;
  color: var(--landing-muted);
  font-size: clamp(1rem, 1.7vw, 1.28rem);
  line-height: 1.95;
}

body.landing-salla .hero-cta {
  justify-content: center;
}

body.landing-salla .hero-cta .btn {
  min-width: 180px;
  justify-content: center;
}

body.landing-salla .hero-proof {
  justify-content: center;
  color: var(--landing-muted);
}

body.landing-salla .hero-proof-icons span {
  background: var(--landing-primary);
  border-color: var(--landing-hero);
}

body.landing-salla .hero-stats {
  justify-content: center;
  gap: 10px;
  margin-top: 31px;
}

body.landing-salla .hero-stats > div {
  min-width: 132px;
  padding: 12px 16px;
  background: color-mix(in srgb, var(--landing-surface) 80%, transparent);
  border: 1px solid color-mix(in srgb, var(--landing-primary) 12%, transparent);
  border-radius: 12px;
}

body.landing-salla .hero-visual {
  width: min(100%, 1040px);
  min-height: auto;
  margin-inline: auto;
}

body.landing-salla .product-stage {
  width: 100%;
  max-width: 1040px;
  padding: 15px;
  background: #dcd8ff;
  border: 1px solid #c9c3ff;
  border-radius: 26px;
  box-shadow: 0 28px 60px rgba(49, 46, 129, 0.15);
  transform: none;
}

body.landing-salla .product-stage-real {
  padding: 13px;
  overflow: hidden;
}

body.landing-salla .product-stage-real .product-window,
body.landing-salla .product-stage-real ~ .stage-float {
  display: none;
}

body.landing-salla .landing-real-interface-picture,
body.landing-salla .landing-real-interface {
  display: block;
  width: 100%;
}

body.landing-salla .landing-real-interface-picture {
  overflow: hidden;
  background: var(--landing-surface);
  border-radius: 16px;
}

body.landing-salla .landing-real-interface {
  height: auto;
  object-fit: cover;
}

html:not(.light) body.landing-salla .product-stage {
  background: #2a2742;
  border-color: #403b60;
}

body.landing-salla .product-window {
  background: var(--landing-surface);
  border-color: var(--landing-line);
  border-radius: 18px;
  box-shadow: none;
}

body.landing-salla .product-topbar {
  background: var(--landing-section);
}

body.landing-salla .product-brand-mark,
body.landing-salla .product-side-item.active,
body.landing-salla .mockup-prog-fill {
  color: #fff;
  background: var(--landing-primary);
}

body.landing-salla .product-sidebar {
  background: var(--landing-section);
}

body.landing-salla .product-metric,
body.landing-salla .product-panel {
  background: var(--landing-surface);
  border-color: var(--landing-line);
}

body.landing-salla .product-ring {
  background: var(--landing-section);
  border: 8px solid var(--landing-mint-strong);
}

body.landing-salla .product-ring::after {
  background: var(--landing-surface);
}

body.landing-salla .stage-float {
  background: var(--landing-surface);
  border-color: var(--landing-line);
  box-shadow: var(--landing-shadow-card);
  backdrop-filter: none;
}

/* Trust row */
body.landing-salla #trust-strip {
  padding: 26px 0 72px;
  background: var(--landing-surface);
}

body.landing-salla .trust-shell {
  padding: 26px 28px;
  background: var(--landing-surface);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.landing-salla .trust-label {
  color: var(--landing-ink);
}

body.landing-salla .trust-item {
  min-height: 64px;
  padding: 12px 14px;
  color: var(--landing-muted);
  background: var(--landing-section);
  border-radius: 13px;
}

body.landing-salla .trust-item svg {
  width: 20px;
  height: 20px;
  color: var(--landing-primary);
}

/* Real product tour */
body.landing-salla #product-tour {
  padding: 118px 0;
  overflow: hidden;
  background: var(--landing-section);
}

body.landing-salla #product-tour .section-title {
  max-width: 880px;
}

body.landing-salla .product-tour-stack {
  display: grid;
  gap: 30px;
  margin-top: 64px;
}

body.landing-salla .product-tour-row {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(460px, 1.12fr);
  align-items: stretch;
  min-height: 650px;
  overflow: hidden;
  background: #eeecff;
  border: 1px solid color-mix(in srgb, var(--landing-primary) 12%, transparent);
  border-radius: 28px;
}

body.landing-salla .product-tour-row.tour-worship {
  background: #e9e7ff;
}

body.landing-salla .product-tour-row.tour-wallet {
  background: #e8f7f2;
  border-color: color-mix(in srgb, var(--landing-mint-strong) 16%, transparent);
}

html:not(.light) body.landing-salla .product-tour-row,
html:not(.light) body.landing-salla .product-tour-row.tour-worship {
  background: #25223b;
  border-color: #3c3758;
}

html:not(.light) body.landing-salla .product-tour-row.tour-wallet {
  background: #17332f;
  border-color: #275248;
}

body.landing-salla .product-tour-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 58px;
}

body.landing-salla .product-tour-row.is-reverse .product-tour-copy {
  order: 2;
}

body.landing-salla .product-tour-row.is-reverse .product-tour-media {
  order: 1;
}

body.landing-salla .product-tour-number {
  position: absolute;
  inset-inline-end: 34px;
  top: 26px;
  color: color-mix(in srgb, var(--landing-primary) 18%, transparent);
  font-size: 5.4rem;
  font-weight: 800;
  line-height: 1;
}

body.landing-salla .product-tour-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 22px;
  color: #fff;
  background: var(--landing-primary);
  border-radius: 16px;
  place-items: center;
}

body.landing-salla .tour-wallet .product-tour-icon {
  background: var(--landing-mint-strong);
}

body.landing-salla .product-tour-icon svg {
  width: 25px;
  height: 25px;
}

body.landing-salla .product-tour-kicker {
  margin-bottom: 10px;
  color: var(--landing-primary);
  font-size: 0.88rem;
  font-weight: 750;
}

body.landing-salla .tour-wallet .product-tour-kicker {
  color: var(--landing-mint-strong);
}

body.landing-salla .product-tour-copy h3 {
  max-width: 520px;
  margin: 0 0 18px;
  color: var(--landing-ink);
  font-size: clamp(2rem, 3.6vw, 3.35rem);
  line-height: 1.22;
  letter-spacing: -0.035em;
}

body.landing-salla .product-tour-copy > p {
  max-width: 540px;
  margin: 0;
  color: var(--landing-muted);
  font-size: 1rem;
  line-height: 1.95;
}

body.landing-salla .product-tour-points {
  display: grid;
  gap: 11px;
  margin: 25px 0 30px;
  padding: 0;
  list-style: none;
}

body.landing-salla .product-tour-points li {
  position: relative;
  padding-inline-start: 25px;
  color: var(--landing-ink);
  font-size: 0.88rem;
  font-weight: 650;
}

body.landing-salla .product-tour-points li::before {
  position: absolute;
  inset-inline-start: 0;
  top: 0.34em;
  width: 14px;
  height: 14px;
  content: "";
  background: var(--landing-primary);
  border: 4px solid color-mix(in srgb, var(--landing-primary) 18%, var(--landing-surface));
  border-radius: 50%;
}

body.landing-salla .tour-wallet .product-tour-points li::before {
  background: var(--landing-mint-strong);
  border-color: color-mix(in srgb, var(--landing-mint-strong) 18%, var(--landing-surface));
}

body.landing-salla .product-tour-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 11px 18px;
  color: #fff;
  background: var(--landing-primary);
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 750;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

body.landing-salla .tour-wallet .product-tour-cta {
  background: var(--landing-mint-strong);
}

body.landing-salla .product-tour-cta:hover {
  color: #fff;
  background: var(--landing-primary-dark);
  transform: translateY(-2px);
}

body.landing-salla .product-tour-media {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-width: 0;
  padding: 46px 52px 0;
  overflow: hidden;
  background: color-mix(in srgb, var(--landing-surface) 68%, transparent);
  border-inline-start: 1px solid color-mix(in srgb, var(--landing-primary) 10%, transparent);
}

body.landing-salla .product-tour-row.is-reverse .product-tour-media {
  border-inline: 0 1px solid color-mix(in srgb, var(--landing-primary) 10%, transparent);
}

body.landing-salla .tour-wallet .product-tour-media {
  border-color: color-mix(in srgb, var(--landing-mint-strong) 12%, transparent);
}

body.landing-salla .product-tour-device {
  position: relative;
  z-index: 2;
  width: min(100%, 385px);
  height: 600px;
  overflow: hidden;
  background: #fff;
  border: 9px solid #fff;
  border-bottom: 0;
  border-radius: 34px 34px 0 0;
  box-shadow: 0 26px 54px rgba(34, 28, 96, 0.17);
}

body.landing-salla .product-tour-device img {
  display: block;
  width: 100%;
  height: auto;
}

body.landing-salla .product-tour-note {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 4px;
  min-width: 200px;
  padding: 15px 17px;
  color: var(--landing-ink);
  background: var(--landing-surface);
  border: 1px solid var(--landing-line);
  border-radius: 14px;
  box-shadow: var(--landing-shadow-card);
}

body.landing-salla .product-tour-note strong {
  font-size: 0.86rem;
}

body.landing-salla .product-tour-note span {
  color: var(--landing-muted);
  font-size: 0.69rem;
}

body.landing-salla .product-tour-note.note-top {
  inset-inline-end: 24px;
  top: 82px;
}

body.landing-salla .product-tour-note.note-bottom {
  inset-inline-start: 22px;
  bottom: 76px;
}

/* Sections */
body.landing-salla #solutions,
body.landing-salla #features,
body.landing-salla #how-it-works,
body.landing-salla #pricing {
  padding: 116px 0;
}

body.landing-salla #solutions,
body.landing-salla #how-it-works {
  background: var(--landing-surface);
}

body.landing-salla #features,
body.landing-salla #pricing {
  background: var(--landing-section);
}

body.landing-salla .section-label .badge {
  color: var(--landing-primary);
  background: color-mix(in srgb, var(--landing-primary) 8%, var(--landing-surface));
  border: 0;
}

body.landing-salla .section-title {
  max-width: 900px;
  margin-inline: auto;
  color: var(--landing-ink);
  font-size: clamp(2.45rem, 5vw, 4.35rem);
  line-height: 1.18;
}

body.landing-salla .section-sub {
  max-width: 760px;
  color: var(--landing-muted);
  font-size: 1.05rem;
}

body.landing-salla .solutions-grid {
  gap: 22px;
}

body.landing-salla .solutions-grid:has(.solution-card[hidden]) {
  grid-template-columns: 1fr;
}

body.landing-salla .solutions-grid:has(.solution-card[hidden]) .solution-card:not([hidden]) {
  width: min(100%, 920px);
  margin-inline: auto;
}

body.landing-salla .solution-card {
  min-height: 430px;
  padding: 38px;
  background: #f0eeff;
  border: 0;
  border-radius: 22px;
  box-shadow: none;
  backdrop-filter: none;
}

body.landing-salla .solution-card.company {
  background: var(--landing-mint);
}

html:not(.light) body.landing-salla .solution-card {
  background: #25223b;
}

html:not(.light) body.landing-salla .solution-card.company {
  background: #15352f;
}

body.landing-salla .solution-icon,
body.landing-salla .solution-card.company .solution-icon {
  color: #fff;
  background: var(--landing-primary);
  box-shadow: none;
}

body.landing-salla .solution-card.company .solution-icon {
  background: var(--landing-mint-strong);
}

body.landing-salla .solution-title {
  color: var(--landing-ink);
  font-size: 1.7rem;
}

body.landing-salla .solution-desc {
  color: var(--landing-muted);
  font-size: 0.94rem;
}

body.landing-salla .solution-list li {
  color: var(--landing-ink);
}

body.landing-salla .feature-card {
  min-height: 260px;
  padding: 30px;
  background: var(--landing-surface);
  border: 0;
  border-radius: 18px;
  box-shadow: none;
}

body.landing-salla .feature-card:hover {
  box-shadow: var(--landing-shadow-card);
  transform: translateY(-4px);
}

body.landing-salla .feature-icon {
  border-radius: 12px;
}

body.landing-salla .feature-title {
  color: var(--landing-ink);
  font-size: 1.14rem;
}

body.landing-salla .feature-desc {
  color: var(--landing-muted);
  font-size: 0.88rem;
}

body.landing-salla .steps-shell {
  gap: 18px;
}

body.landing-salla .step-card {
  min-height: 240px;
  padding: 34px 26px;
  background: var(--landing-section);
  border-radius: 18px;
}

body.landing-salla .step-number {
  color: #fff;
  background: var(--landing-primary);
  border: 0;
  box-shadow: none;
}

body.landing-salla .step-title {
  color: var(--landing-ink);
  font-size: 1.08rem;
}

body.landing-salla .step-desc {
  color: var(--landing-muted);
  font-size: 0.88rem;
}

body.landing-salla .pricing-toggle {
  background: var(--landing-surface);
  border: 1px solid var(--landing-line);
}

body.landing-salla .toggle-switch,
body.landing-salla .toggle-switch::after {
  background: var(--landing-primary);
}

body.landing-salla .pricing-card,
body.landing-salla .pricing-card.featured {
  min-height: 520px;
  padding: 36px;
  background: var(--landing-surface);
  border: 1px solid var(--landing-line);
  border-radius: 20px;
  box-shadow: none;
}

body.landing-salla .pricing-card.featured {
  border: 2px solid var(--landing-primary);
  transform: translateY(-7px);
}

body.landing-salla .pricing-card.featured:hover {
  transform: translateY(-9px);
}

body.landing-salla .pricing-popular {
  background: var(--landing-primary);
}

body.landing-salla .pricing-plan,
body.landing-salla .pricing-amount {
  color: var(--landing-ink);
}

/* CTA and footer */
body.landing-salla #cta {
  padding: 92px 0;
  background: var(--landing-surface);
}

body.landing-salla .cta-box {
  max-width: 1160px;
  padding: 70px clamp(28px, 7vw, 88px);
  color: #fff;
  background: var(--landing-primary-dark);
  border: 0;
  border-radius: 24px;
  box-shadow: none;
}

body.landing-salla .cta-sub {
  color: rgba(255, 255, 255, 0.74);
}

body.landing-salla .cta-box .btn-primary {
  color: var(--landing-primary-dark);
  background: #fff;
}

body.landing-salla .cta-box .btn-ghost {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.42);
}

body.landing-salla #footer {
  padding-top: 76px;
  color: #f5f3ff;
  background: #17143f;
}

body.landing-salla #footer .footer-col-title,
body.landing-salla #footer .nav-logo,
body.landing-salla #footer a {
  color: #fff;
}

body.landing-salla #footer p,
body.landing-salla #footer li a,
body.landing-salla #footer .footer-bottom {
  color: #b9b5d1;
}

body.landing-salla #footer .social-btn {
  color: #fff;
  background: #252153;
  border-color: #39346c;
}

/* Mobile section dock */
.landing-mobile-dock {
  display: none;
}

@media (max-width: 1040px) {
  body.landing-salla .hero-title {
    font-size: clamp(3rem, 8vw, 5.2rem);
  }

  body.landing-salla .stage-float {
    display: none;
  }

  body.landing-salla .product-tour-row {
    grid-template-columns: minmax(0, 0.94fr) minmax(390px, 1.06fr);
  }

  body.landing-salla .product-tour-copy {
    padding: 42px;
  }

  body.landing-salla .product-tour-note {
    display: none;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 76px;
  }

  body.landing-salla {
    padding-bottom: calc(82px + env(safe-area-inset-bottom, 0px));
  }

  body.landing-salla .container {
    padding-inline: 16px;
  }

  body.landing-salla #navbar {
    padding: 0;
  }

  body.landing-salla #navbar .nav-inner,
  body.landing-salla #navbar.scrolled .nav-inner {
    min-height: 68px;
    gap: 9px;
    padding: 7px 0;
    background: transparent;
    border: 0;
    border-radius: 0;
  }

  body.landing-salla .nav-logo {
    order: 1;
    margin-inline-end: auto;
  }

  body.landing-salla .nav-actions {
    order: 2;
    margin: 0;
    gap: 7px;
  }

  body.landing-salla .nav-mobile-toggle,
  body.landing-salla .nav-links {
    display: none !important;
  }

  body.landing-salla .nav-actions .nav-register-btn {
    display: inline-flex;
    min-height: 39px;
    padding: 7px 12px !important;
    font-size: 0.72rem;
  }

  body.landing-salla .nav-actions #landing-lang-btn {
    display: inline-flex;
    width: 39px;
    height: 39px;
  }

  body.landing-salla #navbar .nav-logo-icon.has-site-logo {
    width: 76px;
    height: 42px;
    flex-basis: 76px;
  }

  body.landing-salla #hero {
    padding: 103px 0 52px;
  }

  body.landing-salla .hero-content {
    gap: 38px;
  }

  body.landing-salla .hero-badge {
    margin-bottom: 19px;
  }

  body.landing-salla .hero-badge .badge {
    padding: 7px 11px;
    font-size: 0.67rem;
  }

  body.landing-salla .hero-title {
    font-size: clamp(2.55rem, 13vw, 3.65rem);
    line-height: 1.13;
  }

  body.landing-salla .hero-sub {
    margin-bottom: 25px;
    font-size: 0.92rem;
    line-height: 1.85;
  }

  body.landing-salla .hero-cta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }

  body.landing-salla .hero-cta .btn {
    width: 100%;
    min-width: 0;
    min-height: 47px;
    padding-inline: 10px;
    font-size: 0.82rem;
  }

  body.landing-salla .hero-proof {
    margin-top: 18px;
    font-size: 0.67rem;
  }

  body.landing-salla .hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
  }

  body.landing-salla .hero-stats > div {
    min-width: 0;
    padding: 10px 5px;
  }

  body.landing-salla .product-stage {
    width: calc(100% + 12px);
    margin-inline: -6px;
    padding: 6px;
    border-radius: 17px;
  }

  body.landing-salla .product-stage-real {
    padding: 5px;
  }

  body.landing-salla .landing-real-interface-picture {
    aspect-ratio: 1.485 / 1;
    border-radius: 12px;
  }

  body.landing-salla .landing-real-interface {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  body.landing-salla .product-window {
    border-radius: 12px;
  }

  body.landing-salla .product-layout {
    grid-template-columns: 42px 1fr;
  }

  body.landing-salla .product-main {
    padding: 10px;
  }

  body.landing-salla .product-topbar {
    min-height: 42px;
    padding: 7px 9px;
  }

  body.landing-salla .product-metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  body.landing-salla .product-grid {
    grid-template-columns: 1fr;
  }

  body.landing-salla .product-grid .product-panel:last-child {
    display: none;
  }

  body.landing-salla #trust-strip {
    padding: 18px 0 56px;
  }

  body.landing-salla .trust-shell {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 0;
  }

  body.landing-salla .trust-label {
    padding: 0 4px 8px;
  }

  body.landing-salla .trust-item {
    min-height: 76px;
    padding: 12px 10px;
    justify-content: flex-start;
    font-size: 0.66rem;
  }

  body.landing-salla #product-tour {
    padding: 72px 0;
  }

  body.landing-salla .product-tour-stack {
    gap: 18px;
    margin-top: 38px;
  }

  body.landing-salla .product-tour-row,
  body.landing-salla .product-tour-row.is-reverse {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 20px;
  }

  body.landing-salla .product-tour-row.is-reverse .product-tour-copy,
  body.landing-salla .product-tour-row.is-reverse .product-tour-media {
    order: initial;
  }

  body.landing-salla .product-tour-copy {
    padding: 34px 25px 30px;
  }

  body.landing-salla .product-tour-number {
    inset-inline-end: 19px;
    top: 18px;
    font-size: 4rem;
  }

  body.landing-salla .product-tour-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 14px;
  }

  body.landing-salla .product-tour-copy h3 {
    max-width: 92%;
    margin-bottom: 14px;
    font-size: 1.86rem;
    line-height: 1.3;
  }

  body.landing-salla .product-tour-copy > p {
    font-size: 0.88rem;
    line-height: 1.85;
  }

  body.landing-salla .product-tour-points {
    gap: 9px;
    margin: 20px 0 25px;
  }

  body.landing-salla .product-tour-points li {
    font-size: 0.78rem;
  }

  body.landing-salla .product-tour-media,
  body.landing-salla .product-tour-row.is-reverse .product-tour-media {
    min-height: 510px;
    padding: 26px 22px 0;
    border: 0;
    border-top: 1px solid color-mix(in srgb, var(--landing-primary) 10%, transparent);
  }

  body.landing-salla .product-tour-device {
    width: min(100%, 330px);
    height: 490px;
    border-width: 7px;
    border-bottom: 0;
    border-radius: 26px 26px 0 0;
  }

  body.landing-salla #solutions,
  body.landing-salla #features,
  body.landing-salla #how-it-works,
  body.landing-salla #pricing {
    padding: 82px 0;
  }

  body.landing-salla .section-title {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  body.landing-salla .section-sub {
    margin-bottom: 34px;
    font-size: 0.9rem;
  }

  body.landing-salla .solution-card {
    min-height: 0;
    padding: 27px 21px;
    border-radius: 17px;
  }

  body.landing-salla .solution-title {
    font-size: 1.4rem;
  }

  body.landing-salla .solution-list {
    grid-template-columns: 1fr;
  }

  body.landing-salla .feature-card,
  body.landing-salla .feature-card:first-child,
  body.landing-salla .feature-card:nth-child(5),
  body.landing-salla .feature-card:nth-child(6) {
    grid-column: span 12;
    min-height: 0;
    padding: 23px;
    border-radius: 16px;
  }

  body.landing-salla .steps-shell {
    gap: 10px;
  }

  body.landing-salla .step-card {
    min-height: 0;
    grid-template-columns: 48px 1fr;
    padding: 20px;
    text-align: start;
  }

  body.landing-salla .step-number {
    width: 48px;
    height: 48px;
  }

  body.landing-salla .pricing-card,
  body.landing-salla .pricing-card.featured {
    min-height: 0;
    padding: 27px 22px;
    border-radius: 17px;
    transform: none;
  }

  body.landing-salla #cta {
    padding: 64px 0;
  }

  body.landing-salla .cta-box {
    padding: 44px 20px;
    border-radius: 18px;
  }

  body.landing-salla #footer {
    padding-top: 58px;
  }

  .landing-mobile-dock {
    position: fixed;
    z-index: 140;
    inset-inline: 10px;
    bottom: calc(9px + env(safe-area-inset-bottom, 0px));
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    min-height: 66px;
    padding: 7px;
    background: var(--landing-surface);
    border: 1px solid var(--landing-line);
    border-radius: 18px;
    box-shadow: 0 16px 38px rgba(28, 23, 89, 0.18);
  }

  .landing-mobile-dock a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    min-width: 0;
    color: var(--landing-muted);
    border-radius: 13px;
    font-size: 0.63rem;
    font-weight: 600;
  }

  .landing-mobile-dock a svg {
    width: 19px;
    height: 19px;
  }

  .landing-mobile-dock a.active,
  .landing-mobile-dock a[aria-current="page"] {
    color: var(--landing-primary);
    background: color-mix(in srgb, var(--landing-primary) 10%, var(--landing-surface));
  }
}

/* =========================================================
   PRICING V6 — authoritative pricing experience
   Keep this layer last: legacy pricing themes live above it.
   ========================================================= */
body.landing-salla #pricing {
  position: relative !important;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(76px, 8vw, 124px) 0 !important;
  background:
    radial-gradient(circle at 8% 18%, rgba(149, 213, 246, .22), transparent 25%),
    radial-gradient(circle at 92% 5%, rgba(137, 137, 246, .16), transparent 27%),
    #f7f8fb !important;
}

body.landing-salla #pricing::before,
body.landing-salla #pricing::after {
  display: none !important;
}

body.landing-salla #pricing .container {
  width: min(calc(100% - 48px), 1540px) !important;
  max-width: none !important;
  margin-inline: auto;
}

body.landing-salla #pricing .section-label {
  margin: 0 auto 18px !important;
  text-align: center;
}

body.landing-salla #pricing .section-label .badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 8px 16px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(29, 39, 57, .065) !important;
  color: #394357 !important;
  box-shadow: none !important;
  font-size: .82rem !important;
  font-weight: 700 !important;
}

body.landing-salla #pricing .section-title {
  max-width: 780px !important;
  margin: 0 auto !important;
  color: #111827 !important;
  font-size: clamp(2.4rem, 4.6vw, 4.75rem) !important;
  font-weight: 800 !important;
  line-height: 1.14 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
}

body.landing-salla #pricing .gradient-text {
  display: inline !important;
  padding: 0 .08em !important;
  border-radius: 0 !important;
  background: linear-gradient(135deg, #5d6ad8, #7b61d9) !important;
  color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

body.landing-salla #pricing .section-sub {
  max-width: 650px !important;
  margin: 18px auto 0 !important;
  color: #667085 !important;
  font-size: clamp(.96rem, 1.25vw, 1.08rem) !important;
  line-height: 1.9 !important;
  text-align: center !important;
}

body.landing-salla #pricing .pricing-toggle {
  display: grid !important;
  grid-template-columns: auto auto auto;
  align-items: center;
  justify-content: center;
  gap: 12px !important;
  width: fit-content !important;
  margin: 28px auto 44px !important;
  padding: 8px 12px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .76) !important;
  box-shadow: 0 12px 30px rgba(31, 41, 55, .07) !important;
}

body.landing-salla #pricing .pricing-toggle-label {
  color: #667085 !important;
  font-size: .88rem !important;
  font-weight: 700 !important;
}

body.landing-salla #pricing .pricing-toggle-label.active {
  color: #111827 !important;
}

body.landing-salla #pricing .pricing-switch {
  width: 54px !important;
  height: 30px !important;
  padding: 3px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #d9dee8 !important;
  box-shadow: inset 0 0 0 1px rgba(17, 24, 39, .04) !important;
}

body.landing-salla #pricing .pricing-switch::after {
  width: 24px !important;
  height: 24px !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: 0 3px 8px rgba(17, 24, 39, .18) !important;
}

body.landing-salla #pricing .pricing-switch.yearly {
  background: linear-gradient(135deg, #95d5f6, #8989f6) !important;
}

body.landing-salla #pricing .pricing-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  gap: 16px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.landing-salla #pricing .pricing-card,
body.landing-salla #pricing .pricing-card.featured {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  min-height: 590px !important;
  margin: 0 !important;
  padding: 28px !important;
  gap: 22px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 30px !important;
  background: rgba(255, 255, 255, .93) !important;
  box-shadow: 0 22px 60px rgba(25, 36, 58, .08) !important;
  color: #172033 !important;
  transform: none !important;
}

body.landing-salla #pricing .pricing-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: #dfe5ee;
}

body.landing-salla #pricing .pricing-card::after {
  content: none !important;
}

body.landing-salla #pricing .pricing-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 28px 72px rgba(25, 36, 58, .12) !important;
}

body.landing-salla #pricing .pricing-card-layout {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
  gap: 22px !important;
  min-width: 0 !important;
}

body.landing-salla #pricing .pricing-card-offer {
  order: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  grid-column: auto !important;
  grid-row: auto !important;
  min-height: 190px !important;
  padding: 0 0 22px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(23, 32, 51, .1) !important;
}

body.landing-salla #pricing .pricing-card-benefits {
  order: 2 !important;
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  grid-column: auto !important;
  grid-row: auto !important;
  min-width: 0 !important;
}

body.landing-salla #pricing .pricing-card-eyebrow {
  display: inline-flex !important;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  margin-bottom: 9px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f0f3f8;
  color: #6b7280;
  font-size: .72rem;
  font-weight: 700;
}

body.landing-salla #pricing .pricing-plan {
  display: block !important;
  width: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #172033 !important;
  font-size: 1.26rem !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
}

body.landing-salla #pricing .pricing-price {
  display: flex !important;
  align-items: flex-end !important;
  gap: 5px !important;
  min-height: 70px !important;
  margin: auto 0 0 !important;
  padding: 16px 0 0 !important;
}

body.landing-salla #pricing .pricing-amount {
  color: #111827 !important;
  font-size: clamp(2.8rem, 4vw, 4.15rem) !important;
  font-weight: 800 !important;
  line-height: .95 !important;
  letter-spacing: -.035em !important;
}

body.landing-salla #pricing .pricing-currency {
  padding-bottom: 5px !important;
  color: #111827 !important;
  font-size: 1.42rem !important;
  font-weight: 800 !important;
}

body.landing-salla #pricing .pricing-period,
body.landing-salla #pricing .pricing-desc {
  color: #667085 !important;
}

body.landing-salla #pricing .pricing-period {
  margin-top: 8px !important;
  font-size: .82rem !important;
  font-weight: 600 !important;
}

body.landing-salla #pricing .pricing-desc {
  min-height: 48px !important;
  margin: 10px 0 0 !important;
  font-size: .84rem !important;
  line-height: 1.75 !important;
}

body.landing-salla #pricing .pricing-includes {
  margin: 0 0 13px !important;
  color: #344054 !important;
  font-size: .83rem !important;
  font-weight: 800 !important;
}

body.landing-salla #pricing .pricing-features {
  display: grid !important;
  gap: 11px !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.landing-salla #pricing .pricing-feat {
  display: grid !important;
  grid-template-columns: 20px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 9px !important;
  color: #344054 !important;
  font-size: .82rem !important;
  font-weight: 600 !important;
  line-height: 1.65 !important;
}

body.landing-salla #pricing .pricing-feat i,
body.landing-salla #pricing .pricing-feat svg {
  width: 18px !important;
  height: 18px !important;
  margin-top: 3px !important;
  color: #3f8a72 !important;
}

body.landing-salla #pricing .pricing-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 58px !important;
  margin-top: auto !important;
  padding: 13px 22px !important;
  border: 0 !important;
  border-radius: 18px !important;
  background: #1d2739 !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: .95rem !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

body.landing-salla #pricing .pricing-btn::after {
  content: none !important;
}

body.landing-salla #pricing .pricing-btn:hover {
  filter: brightness(1.06);
  transform: translateY(-2px);
}

body.landing-salla #pricing .pricing-popular {
  position: absolute !important;
  inset: 18px auto auto 18px !important;
  z-index: 2;
  display: inline-flex !important;
  align-items: center;
  min-height: 31px;
  padding: 6px 11px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .78) !important;
  color: #3a4460 !important;
  box-shadow: 0 8px 18px rgba(35, 43, 70, .08) !important;
  font-size: .7rem !important;
  font-weight: 800 !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] {
  background:
    radial-gradient(circle at 100% 0, rgba(149, 213, 246, .48), transparent 34%),
    linear-gradient(145deg, #eefaff 0%, #ececff 58%, #fff 100%) !important;
  box-shadow: 0 26px 72px rgba(95, 112, 203, .17) !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus']::before {
  background: linear-gradient(90deg, #95d5f6, #8989f6) !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-card-eyebrow {
  background: rgba(137, 137, 246, .11) !important;
  color: #565fc2 !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-amount,
body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-currency {
  color: #5865ce !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-btn {
  background: linear-gradient(135deg, #95d5f6, #8989f6) !important;
  color: #10172a !important;
  box-shadow: 0 14px 30px rgba(113, 131, 224, .25) !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] {
  background:
    radial-gradient(circle at 90% 100%, rgba(141, 162, 246, .34), transparent 35%),
    linear-gradient(150deg, #111827 0%, #172033 62%, #202947 100%) !important;
  box-shadow: 0 27px 76px rgba(17, 24, 39, .22) !important;
  color: #fff !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro']::before {
  background: rgb(141, 162, 246) !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-card-offer {
  border-bottom-color: rgba(255, 255, 255, .12) !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-card-eyebrow {
  background: rgba(255, 255, 255, .09) !important;
  color: #b9c5ff !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-plan,
body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-amount,
body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-currency,
body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-includes,
body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-feat {
  color: #fff !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-period,
body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-desc {
  color: rgba(255, 255, 255, .7) !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-feat i,
body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-feat svg {
  color: #9de3d1 !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-btn {
  background: rgb(141, 162, 246) !important;
  color: #0e1525 !important;
  box-shadow: 0 14px 30px rgba(141, 162, 246, .24) !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='company']::before {
  background: #93c9f6 !important;
}

body.landing-salla #pricing .pricing-payment-note {
  max-width: 820px !important;
  margin: 28px auto 0 !important;
  color: #7b8494 !important;
  font-size: .78rem !important;
  line-height: 1.8 !important;
  text-align: center !important;
}

html:not(.light) body.landing-salla #pricing {
  background:
    radial-gradient(circle at 8% 18%, rgba(70, 102, 255, .19), transparent 27%),
    radial-gradient(circle at 92% 5%, rgba(137, 137, 246, .14), transparent 28%),
    #0b101c !important;
}

html:not(.light) body.landing-salla #pricing .section-title {
  color: #f7f9fc !important;
}

html:not(.light) body.landing-salla #pricing .gradient-text {
  background: linear-gradient(135deg, #95d5f6, #aaa8ff) !important;
  color: transparent !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
}

html:not(.light) body.landing-salla #pricing .section-sub,
html:not(.light) body.landing-salla #pricing .pricing-payment-note {
  color: #99a4b7 !important;
}

html:not(.light) body.landing-salla #pricing .section-label .badge,
html:not(.light) body.landing-salla #pricing .pricing-toggle {
  background: rgba(255, 255, 255, .055) !important;
  color: #c7cedb !important;
  box-shadow: none !important;
}

html:not(.light) body.landing-salla #pricing .pricing-toggle-label {
  color: #9da8ba !important;
}

html:not(.light) body.landing-salla #pricing .pricing-toggle-label.active {
  color: #fff !important;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) {
  background: #171c2e !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .2) !important;
  color: #f7f9fc !important;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-card-offer {
  border-bottom-color: rgba(255, 255, 255, .1) !important;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-card-eyebrow {
  background: rgba(255, 255, 255, .07) !important;
  color: #aeb8c9 !important;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-plan,
html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-amount,
html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-currency,
html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-includes,
html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-feat {
  color: #f7f9fc !important;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-period,
html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-desc {
  color: #9da8ba !important;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-btn {
  background: #f3f5f8 !important;
  color: #111827 !important;
}

html:not(.light) body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] {
  background:
    radial-gradient(circle at 100% 0, rgba(149, 213, 246, .25), transparent 36%),
    linear-gradient(145deg, #20354b 0%, #313354 62%, #252a43 100%) !important;
  color: #fff !important;
}

html:not(.light) body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-card-offer {
  border-bottom-color: rgba(255, 255, 255, .12) !important;
}

html:not(.light) body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-card-eyebrow {
  background: rgba(255, 255, 255, .08) !important;
  color: #b9dffa !important;
}

html:not(.light) body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-plan,
html:not(.light) body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-amount,
html:not(.light) body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-currency,
html:not(.light) body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-includes,
html:not(.light) body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-feat {
  color: #fff !important;
}

html:not(.light) body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-period,
html:not(.light) body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-desc {
  color: rgba(255, 255, 255, .7) !important;
}

@media (max-width: 1220px) {
  body.landing-salla #pricing .container {
    width: min(calc(100% - 40px), 980px) !important;
  }

  body.landing-salla #pricing .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 18px !important;
  }
}

@media (max-width: 680px) {
  body.landing-salla #pricing {
    padding: 64px 0 76px !important;
  }

  body.landing-salla #pricing .container {
    width: min(calc(100% - 28px), 560px) !important;
  }

  body.landing-salla #pricing .section-label {
    margin-bottom: 14px !important;
  }

  body.landing-salla #pricing .section-title {
    max-width: 340px !important;
    font-size: clamp(2.15rem, 10.4vw, 3.05rem) !important;
    line-height: 1.2 !important;
  }

  body.landing-salla #pricing .section-sub {
    max-width: 340px !important;
    margin-top: 15px !important;
    font-size: .88rem !important;
    line-height: 1.8 !important;
  }

  body.landing-salla #pricing .pricing-toggle {
    gap: 9px !important;
    margin: 23px auto 30px !important;
    padding: 7px 10px !important;
  }

  body.landing-salla #pricing .pricing-toggle-label {
    font-size: .8rem !important;
  }

  body.landing-salla #pricing .pricing-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  body.landing-salla #pricing .pricing-card,
  body.landing-salla #pricing .pricing-card.featured {
    min-height: 0 !important;
    padding: 24px 21px !important;
    gap: 19px !important;
    border-radius: 25px !important;
  }

  body.landing-salla #pricing .pricing-card-layout {
    gap: 19px !important;
  }

  body.landing-salla #pricing .pricing-card-offer {
    min-height: 0 !important;
    padding-bottom: 19px !important;
  }

  body.landing-salla #pricing .pricing-plan {
    font-size: 1.16rem !important;
  }

  body.landing-salla #pricing .pricing-price {
    min-height: 64px !important;
    padding-top: 15px !important;
  }

  body.landing-salla #pricing .pricing-amount {
    font-size: clamp(2.9rem, 15vw, 3.8rem) !important;
  }

  body.landing-salla #pricing .pricing-currency {
    font-size: 1.3rem !important;
  }

  body.landing-salla #pricing .pricing-desc {
    min-height: 0 !important;
  }

  body.landing-salla #pricing .pricing-btn {
    min-height: 56px !important;
    border-radius: 17px !important;
  }

  body.landing-salla #pricing .pricing-popular {
    inset: 15px auto auto 15px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.landing-salla #pricing .pricing-card,
  body.landing-salla #pricing .pricing-btn {
    transition: none !important;
  }

  body.landing-salla #pricing .pricing-card:hover,
  body.landing-salla #pricing .pricing-btn:hover {
    transform: none !important;
  }
}

/* ═══════════════════════════════════════════════════════════════
   PRICING V5 — SABIQ PLAN SELECTOR
   Final cascade layer: keeps admin-driven content while replacing
   the previous editorial pricing layout with a clear comparison.
═══════════════════════════════════════════════════════════════ */
body.landing-salla #pricing {
  --pricing-ink: #172033;
  --pricing-muted: #68748a;
  --pricing-soft: #f4f6fb;
  --pricing-brand-a: #95d5f6;
  --pricing-brand-b: #8989f6;
  padding: clamp(78px, 8vw, 118px) 0 !important;
  background:
    radial-gradient(circle at 8% 14%, rgba(149, 213, 246, .18), transparent 24%),
    radial-gradient(circle at 92% 8%, rgba(137, 137, 246, .13), transparent 24%),
    #f8f9fc !important;
}

body.landing-salla #pricing::before,
body.landing-salla #pricing::after {
  display: none !important;
}

body.landing-salla #pricing .container {
  width: min(100% - 40px, 1540px) !important;
  max-width: 1540px !important;
}

body.landing-salla #pricing .section-label {
  margin-bottom: 18px;
}

body.landing-salla #pricing .section-label .badge {
  min-height: 38px;
  padding: 8px 15px;
  border: 0 !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82) !important;
  color: #536078 !important;
  box-shadow: 0 10px 30px rgba(31, 42, 67, .07) !important;
  backdrop-filter: blur(12px);
}

body.landing-salla #pricing .section-title {
  width: min(100%, 820px) !important;
  max-width: 820px !important;
  margin: 0 auto !important;
  color: var(--pricing-ink) !important;
  font-size: clamp(2.35rem, 4.2vw, 4.65rem) !important;
  font-weight: 850;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-align: center;
}

body.landing-salla #pricing .gradient-text {
  display: inline !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background: linear-gradient(135deg, #6aaed8, #7778e9) !important;
  color: #7778e9 !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  box-shadow: none !important;
  -webkit-box-decoration-break: slice !important;
  box-decoration-break: slice !important;
}

body.landing-salla #pricing .section-sub {
  width: min(100%, 650px);
  max-width: 650px !important;
  margin: 18px auto 0 !important;
  color: var(--pricing-muted) !important;
  font-size: 1rem !important;
  line-height: 1.85;
  text-align: center;
}

body.landing-salla #pricing .pricing-toggle {
  width: max-content !important;
  margin: 30px auto 42px !important;
  padding: 7px 12px !important;
  gap: 10px !important;
  border: 0 !important;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82) !important;
  box-shadow: 0 14px 38px rgba(31, 42, 67, .08) !important;
  backdrop-filter: blur(12px);
}

body.landing-salla #pricing .pricing-toggle-label {
  min-width: 48px;
  color: #8490a5;
  font-size: .88rem;
  font-weight: 700;
  text-align: center;
}

body.landing-salla #pricing .pricing-toggle-label.active {
  color: var(--pricing-ink);
}

body.landing-salla #pricing .toggle-switch {
  width: 52px !important;
  height: 29px !important;
  border: 0 !important;
  background: linear-gradient(135deg, var(--pricing-brand-a), var(--pricing-brand-b)) !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2) !important;
}

body.landing-salla #pricing .toggle-switch::after {
  top: 4px !important;
  inset-inline-start: 4px !important;
  width: 21px !important;
  height: 21px !important;
  background: #fff !important;
  box-shadow: 0 3px 8px rgba(35, 46, 72, .22) !important;
}

body.landing-salla #pricing .toggle-switch.yearly::after {
  inset-inline-start: calc(100% - 25px) !important;
}

body.landing-salla #pricing .pricing-saving-note {
  position: absolute;
  top: calc(100% + 7px);
  inset-inline: 0;
  color: #6f7b91 !important;
  font-size: .72rem !important;
}

body.landing-salla #pricing .pricing-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch;
  gap: 18px !important;
  width: 100%;
  max-width: 1480px !important;
  margin: 0 auto !important;
}

body.landing-salla #pricing .pricing-card,
body.landing-salla #pricing .pricing-card.featured {
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: 610px !important;
  padding: 28px 25px 24px !important;
  gap: 24px !important;
  border: 0 !important;
  border-radius: 30px !important;
  background: rgba(255, 255, 255, .94) !important;
  box-shadow: 0 20px 55px rgba(32, 43, 68, .09) !important;
  overflow: hidden;
  transform: none !important;
  transition: transform .28s ease, box-shadow .28s ease !important;
}

body.landing-salla #pricing .pricing-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 28px 68px rgba(32, 43, 68, .14) !important;
}

body.landing-salla #pricing .pricing-card-layout {
  display: flex !important;
  flex: 1;
  flex-direction: column;
  gap: 25px !important;
  direction: rtl;
}

body.landing-salla #pricing .pricing-card-offer,
body.landing-salla #pricing .pricing-card-benefits {
  grid-column: auto !important;
  grid-row: auto !important;
}

body.landing-salla #pricing .pricing-card-offer {
  order: 1;
  min-height: 205px;
  padding: 0 0 24px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(29, 39, 62, .09) !important;
  align-items: flex-start !important;
}

body.landing-salla #pricing .pricing-card-benefits {
  order: 2;
}

body.landing-salla #pricing .pricing-card-eyebrow {
  display: block;
  margin-bottom: 9px;
  color: #7c879c;
  font-size: .76rem;
  font-weight: 700;
}

body.landing-salla #pricing .pricing-plan {
  min-height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--pricing-ink) !important;
  font-size: 1.28rem !important;
  font-weight: 850;
}

body.landing-salla #pricing .pricing-price {
  justify-content: flex-start !important;
  margin-top: 23px !important;
  padding: 0 !important;
  direction: ltr;
}

body.landing-salla #pricing .pricing-amount {
  color: var(--pricing-ink) !important;
  font-size: clamp(3.05rem, 3.8vw, 4.35rem) !important;
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .95;
}

body.landing-salla #pricing .pricing-currency {
  color: var(--pricing-ink) !important;
  font-size: 1.65rem !important;
  font-weight: 850;
}

body.landing-salla #pricing .pricing-period,
body.landing-salla #pricing .pricing-desc {
  color: #7a8599 !important;
}

body.landing-salla #pricing .pricing-desc {
  margin-top: 12px !important;
  font-size: .83rem !important;
  line-height: 1.65;
}

body.landing-salla #pricing .pricing-includes {
  margin-bottom: 15px !important;
  color: var(--pricing-ink) !important;
  font-size: .85rem !important;
  font-weight: 850;
}

body.landing-salla #pricing .pricing-features {
  gap: 11px !important;
}

body.landing-salla #pricing .pricing-feat {
  gap: 9px !important;
  color: #4d596e !important;
  font-size: .81rem !important;
  line-height: 1.55 !important;
}

body.landing-salla #pricing .feat-check {
  width: 19px !important;
  height: 19px !important;
  background: #eef1f7 !important;
  color: #5c6b84 !important;
  font-size: .62rem !important;
}

body.landing-salla #pricing .pricing-btn {
  min-height: 58px !important;
  margin-top: auto;
  padding: 12px 19px !important;
  border: 0 !important;
  border-radius: 18px !important;
  background: #1d2739 !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: .9rem;
  font-weight: 850;
}

body.landing-salla #pricing .pricing-btn::after {
  content: none !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 255, 255, .32), transparent 30%),
    linear-gradient(150deg, #a8ddf7 0%, #8b90f4 100%) !important;
  color: #111a2b;
  box-shadow: 0 25px 68px rgba(110, 131, 221, .28) !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus']::after,
body.landing-salla #pricing .pricing-card[data-plan-tier='pro']::after {
  content: none !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-popular {
  position: absolute !important;
  top: 20px !important;
  inset-inline-end: 20px !important;
  transform: none !important;
  padding: 7px 11px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .68) !important;
  color: #293555 !important;
  box-shadow: 0 8px 24px rgba(49, 61, 98, .12) !important;
  font-size: .72rem !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-card-eyebrow {
  padding-inline-end: 98px;
  color: rgba(23, 32, 51, .7) !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] :is(.pricing-plan, .pricing-includes, .pricing-feat, .pricing-amount, .pricing-currency) {
  color: #172033 !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] :is(.pricing-period, .pricing-desc) {
  color: rgba(23, 32, 51, .7) !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-card-offer {
  border-bottom-color: rgba(23, 32, 51, .13) !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .feat-check {
  background: rgba(255, 255, 255, .62) !important;
  color: #263453 !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-btn {
  background: #172033 !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(28, 38, 62, .23) !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] {
  background:
    radial-gradient(circle at 100% 100%, rgba(137, 137, 246, .34), transparent 42%),
    linear-gradient(155deg, #182238, #0c1322 76%) !important;
  color: #fff;
  box-shadow: 0 25px 68px rgba(20, 29, 49, .24) !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] :is(.pricing-plan, .pricing-includes, .pricing-feat, .pricing-amount, .pricing-currency) {
  color: #fff !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] :is(.pricing-card-eyebrow, .pricing-period, .pricing-desc) {
  color: rgba(255, 255, 255, .67) !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-card-offer {
  border-bottom-color: rgba(255, 255, 255, .12) !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .feat-check {
  background: rgba(255, 255, 255, .1) !important;
  color: #b9c8ff !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-btn {
  background: linear-gradient(135deg, var(--pricing-brand-a), var(--pricing-brand-b)) !important;
  color: #11182a !important;
  box-shadow: 0 14px 32px rgba(111, 126, 224, .24) !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='company'] {
  background:
    radial-gradient(circle at 90% 10%, rgba(149, 213, 246, .13), transparent 32%),
    #fff !important;
}

body.landing-salla #pricing .pricing-payment-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 27px auto 0;
  color: #7a8598;
  font-size: .78rem;
}

html:not(.light) body.landing-salla #pricing {
  --pricing-ink: #f4f7ff;
  --pricing-muted: #9aa7be;
  background:
    radial-gradient(circle at 8% 14%, rgba(71, 114, 178, .2), transparent 25%),
    radial-gradient(circle at 92% 8%, rgba(105, 94, 191, .17), transparent 25%),
    #0b101c !important;
}

html:not(.light) body.landing-salla #pricing .section-label .badge,
html:not(.light) body.landing-salla #pricing .pricing-toggle {
  background: rgba(24, 31, 49, .84) !important;
  color: #b3bfd1 !important;
  box-shadow: 0 14px 38px rgba(0, 0, 0, .18) !important;
}

html:not(.light) body.landing-salla #pricing .pricing-toggle-label.active {
  color: #f5f7fd;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) {
  background: #171c2e !important;
  box-shadow: 0 22px 62px rgba(0, 0, 0, .22) !important;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) :is(.pricing-plan, .pricing-includes, .pricing-feat, .pricing-amount, .pricing-currency) {
  color: #f4f7ff !important;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) :is(.pricing-card-eyebrow, .pricing-period, .pricing-desc) {
  color: #9aa7be !important;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-card-offer {
  border-bottom-color: rgba(255, 255, 255, .09) !important;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .feat-check {
  background: rgba(255, 255, 255, .08) !important;
  color: #b4c3df !important;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-btn {
  background: #f1f4fa !important;
  color: #152033 !important;
}

@media (max-width: 1220px) {
  body.landing-salla #pricing .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 920px !important;
  }

  body.landing-salla #pricing .pricing-card,
  body.landing-salla #pricing .pricing-card.featured {
    min-height: 570px !important;
  }
}

@media (max-width: 680px) {
  body.landing-salla #pricing {
    padding: 68px 0 78px !important;
  }

  body.landing-salla #pricing .container {
    width: min(100% - 24px, 1540px) !important;
  }

  body.landing-salla #pricing .section-label {
    margin-bottom: 14px;
  }

  body.landing-salla #pricing .section-title {
    width: min(100%, 360px) !important;
    font-size: clamp(2.05rem, 10vw, 3rem) !important;
    line-height: 1.18 !important;
  }

  body.landing-salla #pricing .section-sub {
    width: min(100%, 340px);
    margin-top: 15px !important;
    font-size: .86rem !important;
  }

  body.landing-salla #pricing .pricing-toggle {
    margin: 24px auto 36px !important;
  }

  body.landing-salla #pricing .pricing-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 16px !important;
    max-width: 430px !important;
  }

  body.landing-salla #pricing .pricing-card,
  body.landing-salla #pricing .pricing-card.featured {
    min-height: 0 !important;
    padding: 24px 21px 20px !important;
    border-radius: 25px !important;
  }

  body.landing-salla #pricing .pricing-card-offer {
    min-height: 0;
  }

  body.landing-salla #pricing .pricing-amount {
    font-size: clamp(3rem, 17vw, 4.2rem) !important;
  }

  body.landing-salla #pricing .pricing-btn {
    min-height: 56px !important;
    border-radius: 17px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.landing-salla #pricing .pricing-card {
    transition: none !important;
  }
}

/* ═══════════════════════════════════════════════
   PRICING EXPERIENCE V4 — CLEAR PLAN COMPARISON
═══════════════════════════════════════════════ */
body.landing-salla #pricing {
  padding: 104px 0 116px;
  background:
    radial-gradient(circle at 50% 0%, rgba(149, 213, 246, .13), transparent 28%),
    #f6f7f9;
}

body.landing-salla #pricing::before,
body.landing-salla #pricing::after {
  display: none !important;
}

body.landing-salla #pricing .container {
  max-width: 1510px;
}

body.landing-salla #pricing .section-label .badge {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #657080;
  font-size: .78rem;
  letter-spacing: .02em;
}

body.landing-salla #pricing .section-title {
  max-width: 820px;
  margin-top: 15px;
  color: #12161d;
  font-size: clamp(2.65rem, 5vw, 4.8rem);
  line-height: 1.12;
}

body.landing-salla #pricing .gradient-text {
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #68717d;
}

body.landing-salla #pricing .section-sub {
  max-width: 650px;
  margin-top: 18px;
  color: #697382;
  font-size: .99rem;
  line-height: 1.85;
}

body.landing-salla #pricing .pricing-toggle {
  margin: 30px auto 48px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(32, 43, 58, .07);
  gap: 11px;
}

body.landing-salla #pricing .pricing-toggle > span:not(.pricing-saving-note) {
  color: #384351;
  font-size: .86rem;
  font-weight: 750;
}

body.landing-salla #pricing .toggle-switch {
  width: 54px;
  height: 30px;
  background: linear-gradient(135deg, #95d5f6, #8989f6);
  box-shadow: none;
}

body.landing-salla #pricing .toggle-switch::after {
  width: 22px;
  height: 22px;
  box-shadow: 0 2px 8px rgba(30, 46, 74, .24);
}

body.landing-salla #pricing .toggle-switch.yearly::after {
  inset-inline-start: calc(100% - 26px);
}

body.landing-salla #pricing .pricing-saving-note {
  flex-basis: auto;
  padding: 5px 9px;
  border-radius: 999px;
  background: #edf4ff;
  color: #5d6f94;
  font-size: .68rem;
}

body.landing-salla #pricing .pricing-grid {
  max-width: 1460px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: stretch;
  gap: 16px;
}

body.landing-salla #pricing .pricing-card {
  min-height: 610px;
  padding: 27px 25px 24px;
  border: 0 !important;
  border-radius: 28px !important;
  background: #fff;
  box-shadow: 0 18px 48px rgba(24, 35, 51, .07);
  gap: 21px;
  transition: transform .24s ease, box-shadow .24s ease;
}

body.landing-salla #pricing .pricing-card:hover {
  transform: translateY(-5px) !important;
  box-shadow: 0 25px 60px rgba(24, 35, 51, .11);
}

body.landing-salla #pricing .pricing-card-layout {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0;
  direction: rtl;
}

body.landing-salla #pricing .pricing-card-offer {
  order: 1;
  min-height: 216px;
  padding: 0 0 23px;
  border: 0;
  border-bottom: 1px solid rgba(26, 34, 46, .1);
  align-items: stretch;
}

body.landing-salla #pricing .pricing-card-benefits {
  order: 2;
  flex: 1;
  padding-top: 22px;
}

body.landing-salla #pricing .pricing-card-eyebrow {
  display: block;
  min-height: 1.55em;
  margin-bottom: 7px;
  color: #798391;
  font-size: .7rem;
  font-weight: 650;
  line-height: 1.55;
}

body.landing-salla #pricing .pricing-plan {
  display: block;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #18202a;
  font-size: 1.26rem;
  font-weight: 850;
  line-height: 1.4;
}

body.landing-salla #pricing .pricing-price {
  margin-top: 18px;
  padding-top: 0;
  justify-content: flex-start;
  gap: 3px;
}

body.landing-salla #pricing .pricing-amount {
  font-size: clamp(3.05rem, 4vw, 4.25rem);
  letter-spacing: -.045em;
}

body.landing-salla #pricing .pricing-currency {
  font-size: 1.48rem;
}

body.landing-salla #pricing .pricing-period {
  color: #7e8792;
  font-size: .72rem;
}

body.landing-salla #pricing .pricing-desc {
  min-height: 3.4em;
  margin-top: 12px;
  color: #6c7683;
  font-size: .79rem;
  line-height: 1.7;
}

body.landing-salla #pricing .pricing-includes {
  margin-bottom: 15px;
  color: #222a34;
  font-size: .84rem;
  font-weight: 800;
}

body.landing-salla #pricing .pricing-features {
  gap: 11px;
}

body.landing-salla #pricing .pricing-feat {
  gap: 8px;
  color: #46505d;
  font-size: .78rem;
  line-height: 1.55;
}

body.landing-salla #pricing .feat-check {
  width: 19px;
  height: 19px;
  background: #202a35;
  font-size: .62rem;
}

body.landing-salla #pricing .pricing-btn {
  min-height: 55px;
  margin-top: auto;
  padding-inline: 22px 60px;
  font-size: .86rem;
}

body.landing-salla #pricing .pricing-btn::after {
  inset-inline-end: 7px;
  width: 41px;
  height: 41px;
  font-size: 1.35rem;
}

body.landing-salla #pricing .pricing-payment-note {
  max-width: 760px;
  margin: 25px auto 0;
  color: #828b97;
  font-size: .72rem;
  line-height: 1.7;
  text-align: center;
}

/* The recommended plan owns the strongest contrast and action. */
body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] {
  z-index: 2;
  background:
    radial-gradient(circle at 92% 106%, rgba(137, 137, 246, .7), transparent 40%),
    radial-gradient(circle at 15% -8%, rgba(149, 213, 246, .22), transparent 36%),
    #081116;
  box-shadow: 0 27px 70px rgba(5, 15, 22, .22);
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus']::after {
  display: none;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-popular {
  position: absolute !important;
  top: 18px !important;
  inset-inline-end: 18px !important;
  padding: 6px 10px;
  border: 0;
  background: rgba(255, 255, 255, .11);
  color: #dcecff;
  font-size: .68rem;
  backdrop-filter: blur(10px);
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-card-eyebrow {
  padding-inline-end: 94px;
  color: #9eb2c2;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-card-offer {
  border-bottom-color: rgba(255, 255, 255, .13);
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-plan {
  border: 0;
  background: transparent;
  color: #fff;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-includes,
body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-feat {
  color: #f5f8fb;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .feat-check {
  background: #93c9f6;
  color: #091216;
}

/* Pro is premium but calmer than Plus, so the hierarchy stays obvious. */
body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] {
  background:
    radial-gradient(circle at 100% 100%, rgba(137, 137, 246, .24), transparent 46%),
    #e9edfa;
  color: #172034;
  box-shadow: 0 20px 52px rgba(62, 75, 118, .11);
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro']::after {
  display: none;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-card-offer {
  border-bottom-color: rgba(36, 49, 82, .12);
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-plan {
  border: 0;
  background: transparent;
  color: #172034;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-card-eyebrow,
body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-period,
body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-desc {
  color: #68738c;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-includes,
body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-feat,
body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-amount,
body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-currency {
  color: #172034;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .feat-check {
  background: #6777bd;
  color: #fff;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-btn {
  background: #1d263a !important;
  color: #fff !important;
  box-shadow: none !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='company'] {
  background: #efefec;
  box-shadow: 0 18px 48px rgba(34, 36, 31, .07);
}

html:not(.light) body.landing-salla #pricing {
  background:
    radial-gradient(circle at 50% 0%, rgba(84, 112, 217, .16), transparent 30%),
    #0b0f19;
}

html:not(.light) body.landing-salla #pricing .section-label .badge,
html:not(.light) body.landing-salla #pricing .section-sub,
html:not(.light) body.landing-salla #pricing .pricing-payment-note {
  color: #96a1b3;
}

html:not(.light) body.landing-salla #pricing .pricing-toggle {
  background: #171c2e;
  box-shadow: 0 14px 34px rgba(0, 0, 0, .23);
}

html:not(.light) body.landing-salla #pricing .pricing-toggle > span:not(.pricing-saving-note) {
  color: #d8deea;
}

html:not(.light) body.landing-salla #pricing .pricing-saving-note {
  background: rgba(149, 213, 246, .1);
  color: #a9cdea;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']) {
  background: #171c2e;
  box-shadow: 0 20px 56px rgba(0, 0, 0, .22);
}

html:not(.light) body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] {
  background:
    radial-gradient(circle at 100% 100%, rgba(137, 137, 246, .18), transparent 45%),
    #1a2136;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']) .pricing-card-offer {
  border-bottom-color: rgba(255, 255, 255, .1);
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']) .pricing-plan,
html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']) .pricing-includes,
html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']) .pricing-feat,
html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']) .pricing-amount,
html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']) .pricing-currency {
  color: #f6f8fc;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']) .pricing-card-eyebrow,
html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']) .pricing-period,
html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']) .pricing-desc {
  color: #9ca8bb;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']) .pricing-btn {
  background: #f3f6fa !important;
  color: #101723 !important;
}

@media (min-width: 1181px) {
  body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] {
    transform: translateY(-12px) !important;
  }

  body.landing-salla #pricing .pricing-card[data-plan-tier='plus']:hover {
    transform: translateY(-17px) !important;
  }
}

@media (max-width: 1180px) {
  body.landing-salla #pricing .pricing-grid {
    max-width: 920px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (max-width: 680px) {
  body.landing-salla #pricing {
    padding: 72px 0 84px;
  }

  body.landing-salla #pricing .section-title {
    max-width: 340px;
    font-size: clamp(2.25rem, 11vw, 3.2rem);
    line-height: 1.18;
  }

  body.landing-salla #pricing .section-sub {
    max-width: 340px;
    font-size: .88rem;
  }

  body.landing-salla #pricing .pricing-toggle {
    margin: 25px auto 35px;
  }

  body.landing-salla #pricing .pricing-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  body.landing-salla #pricing .pricing-card {
    min-height: 0;
    padding: 24px 21px 21px;
    border-radius: 25px !important;
    gap: 19px;
  }

  body.landing-salla #pricing .pricing-card-offer {
    min-height: 0;
  }

  body.landing-salla #pricing .pricing-amount {
    font-size: 3.55rem;
  }

  body.landing-salla #pricing .pricing-desc {
    min-height: 0;
  }

  body.landing-salla #pricing .pricing-feat {
    font-size: .81rem;
  }
}

@media (max-width: 390px) {
  body.landing-salla .nav-actions {
    gap: 5px;
  }

  body.landing-salla .nav-actions #landing-lang-btn,
  body.landing-salla .nav-actions #landing-theme-btn {
    display: inline-flex;
    width: 34px;
    height: 34px;
  }

  body.landing-salla .nav-actions #nav-login-btn {
    display: inline-flex;
    min-height: 34px;
    padding: 6px 9px !important;
    font-size: .7rem;
  }

  body.landing-salla .hero-title {
    font-size: 2.45rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.landing-salla *,
  body.landing-salla *::before,
  body.landing-salla *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}

/* Registered user reviews */
body.landing-salla #testimonials.reviews-section {
  padding: 104px 0;
  background: var(--landing-section);
}

body.landing-salla .reviews-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 38px;
}

body.landing-salla .reviews-heading .section-label,
body.landing-salla .reviews-heading .section-title,
body.landing-salla .reviews-heading .section-sub {
  margin-inline: 0;
  text-align: start;
}

body.landing-salla .reviews-heading .section-sub {
  max-width: 700px;
}

body.landing-salla .reviews-summary {
  flex: 0 0 auto;
  min-width: 168px;
  padding: 20px 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 2px 10px;
  background: var(--landing-surface);
  border-radius: 18px;
  box-shadow: var(--landing-shadow-card);
}

body.landing-salla .reviews-summary[hidden] { display: none; }
body.landing-salla .reviews-summary strong { grid-row: span 2; font-size: 2rem; line-height: 1; color: var(--landing-ink); }
body.landing-salla .reviews-summary-stars { color: #e8a916; letter-spacing: 1px; font-size: .8rem; }
body.landing-salla .reviews-summary small { color: var(--landing-muted); font-size: .78rem; }

body.landing-salla .reviews-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  align-items: start;
  gap: 24px;
}

body.landing-salla .reviews-public-panel,
body.landing-salla .review-compose-card {
  background: var(--landing-surface);
  border-radius: 24px;
  box-shadow: var(--landing-shadow-card);
}

body.landing-salla .reviews-public-panel { padding: 22px; min-height: 350px; }
body.landing-salla .reviews-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }

body.landing-salla .review-card {
  min-width: 0;
  min-height: 190px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  color: var(--landing-ink);
  background: color-mix(in srgb, var(--landing-section) 74%, var(--landing-surface));
  border-radius: 18px;
}

body.landing-salla .review-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
body.landing-salla .review-stars { direction: ltr; display: inline-flex; white-space: nowrap; letter-spacing: 2px; font-style: normal; }
body.landing-salla .review-stars b { color: #e8a916; font-weight: 400; }
body.landing-salla .review-stars i { color: color-mix(in srgb, var(--landing-muted) 24%, transparent); font-style: normal; }
body.landing-salla .review-verified { padding: 6px 9px; color: var(--landing-mint-strong); background: var(--landing-mint); border-radius: 20px; font-size: .68rem; font-weight: 700; }
body.landing-salla .review-card blockquote { margin: 22px 0; color: var(--landing-ink); line-height: 1.9; font-size: .95rem; white-space: pre-wrap; overflow-wrap: anywhere; }
body.landing-salla .review-author { margin-top: auto; padding-top: 14px; color: var(--landing-muted); font-size: .88rem; }
body.landing-salla .review-author::before { content: '— '; color: var(--landing-primary); }

body.landing-salla .reviews-loading,
body.landing-salla .reviews-empty {
  grid-column: 1 / -1;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--landing-muted);
}

body.landing-salla .reviews-empty { flex-direction: column; gap: 12px; }
body.landing-salla .reviews-empty span { width: 54px; height: 54px; display: grid; place-items: center; color: var(--landing-primary); background: color-mix(in srgb, var(--landing-primary) 10%, transparent); border-radius: 18px; font-size: 1.8rem; }

body.landing-salla .review-compose-card {
  position: sticky;
  top: 100px;
  padding: 30px;
}

body.landing-salla .review-compose-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 22px;
  color: #fff;
  background: var(--landing-primary);
  border-radius: 16px;
}

body.landing-salla .review-compose-icon svg { width: 25px; height: 25px; }
body.landing-salla .review-compose-kicker { color: var(--landing-primary); font-size: .78rem; font-weight: 800; }
body.landing-salla .review-compose-card h3 { margin: 8px 0 9px; font-size: 1.35rem; color: var(--landing-ink); }
body.landing-salla .review-compose-card > p { margin: 0 0 24px; color: var(--landing-muted); line-height: 1.75; font-size: .86rem; }

body.landing-salla .landing-review-form { display: grid; gap: 18px; }
body.landing-salla .review-rating-field { margin: 0; padding: 0; border: 0; }
body.landing-salla .review-rating-field legend,
body.landing-salla .review-text-field > span { margin-bottom: 9px; color: var(--landing-ink); font-size: .82rem; font-weight: 700; }
body.landing-salla .review-star-picker { direction: ltr; display: flex; justify-content: space-between; gap: 6px; }
body.landing-salla .review-star-picker button {
  width: 48px;
  height: 48px;
  padding: 0;
  color: color-mix(in srgb, var(--landing-muted) 25%, transparent);
  background: color-mix(in srgb, var(--landing-section) 80%, var(--landing-surface));
  border: 0;
  border-radius: 13px;
  cursor: pointer;
  font-size: 1.45rem;
  transition: transform .18s ease, color .18s ease, background .18s ease;
}
body.landing-salla .review-star-picker button:hover { transform: translateY(-2px); }
body.landing-salla .review-star-picker button.active { color: #e8a916; background: #fff7dc; }
html:not(.light) body.landing-salla .review-star-picker button.active { background: #3c3521; }
body.landing-salla .review-text-field { display: grid; }
body.landing-salla .review-text-field textarea {
  width: 100%;
  min-height: 122px;
  resize: vertical;
  padding: 14px 15px;
  color: var(--landing-ink);
  background: color-mix(in srgb, var(--landing-section) 80%, var(--landing-surface));
  border: 0;
  border-radius: 14px;
  outline: 2px solid transparent;
  font: inherit;
  line-height: 1.7;
}
body.landing-salla .review-text-field textarea:focus { outline-color: color-mix(in srgb, var(--landing-primary) 45%, transparent); }
body.landing-salla .review-text-field small { margin-top: 7px; color: var(--landing-muted); font-size: .7rem; text-align: end; }
body.landing-salla .review-form-error { min-height: 18px; color: #dc4c64; font-size: .78rem; }
body.landing-salla .review-submit-btn { width: 100%; justify-content: center; border: 0; cursor: pointer; }
body.landing-salla .review-submit-btn:disabled { opacity: .65; cursor: wait; }

body.landing-salla .review-login-state,
body.landing-salla .review-submitted-state { display: flex; flex-direction: column; align-items: stretch; gap: 12px; padding: 20px; background: color-mix(in srgb, var(--landing-section) 78%, var(--landing-surface)); border-radius: 16px; }
body.landing-salla .review-login-state strong,
body.landing-salla .review-submitted-state strong { color: var(--landing-ink); }
body.landing-salla .review-login-state span,
body.landing-salla .review-submitted-state small { color: var(--landing-muted); font-size: .78rem; line-height: 1.7; }
body.landing-salla .review-login-state .btn { margin-top: 5px; justify-content: center; }
body.landing-salla .review-status-icon { width: 42px; height: 42px; display: grid; place-items: center; color: var(--landing-primary); background: color-mix(in srgb, var(--landing-primary) 10%, transparent); border-radius: 13px; font-size: 1.1rem; font-weight: 800; }
body.landing-salla .review-submitted-state.status-published .review-status-icon { color: var(--landing-mint-strong); background: var(--landing-mint); }
body.landing-salla .review-submitted-state.status-rejected .review-status-icon { color: #dc4c64; background: color-mix(in srgb, #dc4c64 10%, transparent); }
body.landing-salla .review-submitted-state blockquote { margin: 2px 0; color: var(--landing-muted); line-height: 1.75; white-space: pre-wrap; overflow-wrap: anywhere; }

@media (max-width: 980px) {
  body.landing-salla .reviews-layout { grid-template-columns: 1fr; }
  body.landing-salla .review-compose-card { position: static; }
}

@media (max-width: 680px) {
  body.landing-salla #testimonials.reviews-section { padding: 66px 0; }
  body.landing-salla .reviews-heading { align-items: stretch; flex-direction: column; margin-bottom: 24px; }
  body.landing-salla .reviews-summary { width: 100%; }
  body.landing-salla .reviews-public-panel { padding: 10px; border-radius: 18px; }
  body.landing-salla .reviews-grid { grid-template-columns: 1fr; gap: 10px; }
  body.landing-salla .review-card { min-height: 170px; padding: 20px; }
  body.landing-salla .review-compose-card { padding: 24px 20px; border-radius: 18px; }
  body.landing-salla .review-star-picker button { width: 44px; height: 44px; }
}

/* ─────────────────────────────────────────────────────────────
   Landing brand system v3
   Deliberately varied section rhythm: warm paper, quiet sage,
   deep ink and sand. Purple remains a decision colour, not a wash.
───────────────────────────────────────────────────────────── */
:root {
  --landing-primary: #4666ff;
  --landing-primary-dark: #2f4fe3;
  --landing-hero: #fbfbfc;
  --landing-section: #f2f2f4;
  --landing-surface: #ffffff;
  --landing-ink: #1d1d1f;
  --landing-muted: #6e6e73;
  --landing-line: #e2e2e5;
  --landing-mint: #e8fbf6;
  --landing-mint-strong: #50e3c2;
  --landing-sand: #f7f3ed;
  --landing-sky: #f1f3ff;
  --landing-shadow-soft: 0 24px 70px rgba(29, 29, 31, .10);
  --landing-shadow-card: 0 12px 28px rgba(29, 29, 31, .07);
}

html:not(.light) {
  --landing-hero: #000000;
  --landing-section: #101010;
  --landing-surface: #1d1d1f;
  --landing-ink: #ffffff;
  --landing-muted: #a1a1a6;
  --landing-line: #3a3a3c;
  --landing-mint: #153b34;
  --landing-mint-strong: #50e3c2;
  --landing-sand: #252322;
  --landing-sky: #17171a;
  --landing-shadow-soft: 0 24px 70px rgba(0, 0, 0, .30);
  --landing-shadow-card: 0 12px 28px rgba(0, 0, 0, .20);
}

body.landing-salla {
  font-family: "Cairo", sans-serif;
  background: var(--landing-surface);
  letter-spacing: 0;
}

/* A reveal that can fail silently is worse than no reveal. Keep the page readable. */
body.landing-salla .reveal,
body.landing-salla .reveal.visible {
  opacity: 1;
  transform: none;
  transition: none;
}

body.landing-salla .section-title,
body.landing-salla .product-tour-copy h3,
body.landing-salla .cta-title {
  font-weight: 850;
  letter-spacing: -0.043em;
  text-wrap: balance;
}

body.landing-salla .section-title { line-height: 1.24; }
body.landing-salla .section-sub { line-height: 1.9; }

body.landing-salla .btn {
  border-radius: 13px;
  font-weight: 760;
}

body.landing-salla .btn-primary {
  background: #4666ff;
  color: #fff;
  box-shadow: 0 14px 28px rgba(70, 102, 255, .24);
}

body.landing-salla .btn-primary:hover {
  background: #2f4fe3;
  color: #fff;
  box-shadow: 0 18px 34px rgba(70, 102, 255, .3);
}

body.landing-salla .btn-ghost {
  color: #fff;
  border-color: #1d1d1f;
  background: #1d1d1f;
}

body.landing-salla .btn-text {
  min-width: auto;
  padding-inline: 10px;
  color: var(--landing-primary);
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.landing-salla .btn-text:hover {
  color: var(--landing-primary-dark);
  background: transparent;
  box-shadow: none;
}

/* Hero: editorial warm paper rather than a lavender slab. */
body.landing-salla #navbar,
body.landing-salla #hero { background: var(--landing-hero); }

body.landing-salla #navbar { border-bottom-color: color-mix(in srgb, var(--landing-ink) 9%, transparent); }
body.landing-salla #navbar.scrolled { background: color-mix(in srgb, var(--landing-surface) 93%, transparent); }

body.landing-salla #hero {
  position: relative;
  padding-top: 154px;
  padding-bottom: 90px;
  overflow: hidden;
}

body.landing-salla #hero::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent 49.85%, color-mix(in srgb, var(--landing-primary) 6%, transparent) 50%, transparent 50.15%) center / 100% 100%,
    linear-gradient(180deg, transparent 69%, color-mix(in srgb, var(--landing-ink) 6%, transparent) 69.2%, transparent 69.4%);
  opacity: .7;
}

body.landing-salla .hero-content { position: relative; gap: 62px; }

body.landing-salla .hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: var(--landing-primary-dark);
  font-size: .78rem;
  font-weight: 800;
}

body.landing-salla .hero-kicker::before {
  width: 38px;
  height: 2px;
  content: "";
  background: var(--landing-mint-strong);
}

body.landing-salla .hero-title {
  max-width: 900px;
  font-size: clamp(3.2rem, 7vw, 6.25rem);
  line-height: 1.12;
}

body.landing-salla .hero-title .gradient-text { color: var(--landing-primary-dark); }
body.landing-salla .hero-sub { max-width: 760px; font-size: clamp(1rem, 1.55vw, 1.2rem); }
body.landing-salla .hero-cta { gap: 13px; }
body.landing-salla .hero-cta .btn-primary { min-width: 194px; }
body.landing-salla .hero-cta .btn-ghost { min-width: 150px; }

body.landing-salla .hero-proof { margin-top: 22px; }
body.landing-salla .hero-proof-icons span {
  width: 25px;
  height: 25px;
  color: var(--landing-ink);
  background: var(--landing-sand);
  border-color: var(--landing-hero);
}

body.landing-salla .hero-stats > div {
  background: transparent;
  border-color: color-mix(in srgb, var(--landing-ink) 12%, transparent);
  border-radius: 4px;
}

/* The real interface sits inside a browser object with intentional depth. */
body.landing-salla .product-stage {
  position: relative;
  padding: 37px 14px 14px;
  overflow: visible;
  background: #24213e;
  border: 1px solid #3d3768;
  border-radius: 24px 24px 18px 18px;
  box-shadow: 0 34px 72px rgba(34, 28, 96, .22), 0 3px 0 rgba(255, 255, 255, .55) inset;
}

body.landing-salla .product-stage::before {
  position: absolute;
  z-index: 3;
  top: 16px;
  inset-inline-start: 20px;
  width: 9px;
  height: 9px;
  content: "";
  background: #f1897e;
  border-radius: 50%;
  box-shadow: 16px 0 #e9bc5b, 32px 0 #6ec39e;
}

body.landing-salla .landing-real-interface-picture {
  border-radius: 13px;
  box-shadow: 0 1px 0 rgba(255,255,255,.12) inset;
}

html:not(.light) body.landing-salla .product-stage {
  background: #0c0e18;
  border-color: #3d3c5d;
  box-shadow: 0 36px 80px rgba(0, 0, 0, .42), 0 1px 0 rgba(255,255,255,.08) inset;
}

/* Each product chapter has a distinct emotional tone instead of cloned cards. */
body.landing-salla #product-tour { background: var(--landing-surface); }
body.landing-salla .product-tour-stack { gap: 40px; }
body.landing-salla .product-tour-row {
  border-radius: 30px 8px 30px 8px;
  background: var(--landing-sand);
  border-color: color-mix(in srgb, #c68a45 22%, transparent);
  box-shadow: none;
}

body.landing-salla .product-tour-row.tour-worship {
  background: #20204a;
  border-color: #35356d;
  border-radius: 8px 30px 8px 30px;
}

body.landing-salla .product-tour-row.tour-wallet {
  background: var(--landing-mint);
  border-color: color-mix(in srgb, var(--landing-mint-strong) 24%, transparent);
}

body.landing-salla .product-tour-row.tour-worship .product-tour-copy h3,
body.landing-salla .product-tour-row.tour-worship .product-tour-copy > p,
body.landing-salla .product-tour-row.tour-worship .product-tour-points li { color: #fff; }
body.landing-salla .product-tour-row.tour-worship .product-tour-copy > p { color: rgba(255,255,255,.72); }
body.landing-salla .product-tour-row.tour-worship .product-tour-kicker { color: #9b94ff; }
body.landing-salla .product-tour-row.tour-worship .product-tour-media { background: rgba(255,255,255,.055); border-color: rgba(255,255,255,.11); }
body.landing-salla .product-tour-row.tour-worship .product-tour-note { color: #fff; background: #29285a; border-color: #45447e; }
body.landing-salla .product-tour-row.tour-worship .product-tour-note span { color: rgba(255,255,255,.64); }
body.landing-salla .product-tour-row.tour-worship .product-tour-icon { color: #201f49; background: #e7e4ff; border-radius: 18px 5px 18px 5px; }
body.landing-salla .product-tour-row.tour-calendar .product-tour-icon { color: #fff; background: #b5712d; border-radius: 5px 18px 5px 18px; }
body.landing-salla .tour-wallet .product-tour-icon { border-radius: 18px 18px 5px 18px; }

body.landing-salla .product-tour-number { color: color-mix(in srgb, var(--landing-ink) 8%, transparent); }
body.landing-salla .tour-worship .product-tour-number { color: rgba(255,255,255,.08); }
body.landing-salla .product-tour-media { background: rgba(255,255,255,.53); }
body.landing-salla .product-tour-device {
  height: 610px;
  padding-top: 13px;
  overflow: hidden;
  border: 7px solid #151526;
  border-bottom: 0;
  border-radius: 40px 40px 0 0;
  box-shadow: 0 30px 60px rgba(23,20,63,.25);
}

body.landing-salla .product-tour-device::before {
  position: absolute;
  z-index: 5;
  top: 5px;
  left: 50%;
  width: 76px;
  height: 5px;
  content: "";
  background: #303044;
  border-radius: 20px;
  transform: translateX(-50%);
}

body.landing-salla .product-tour-cta { border-radius: 6px 14px 14px 14px; }
body.landing-salla .tour-wallet .product-tour-cta { background: var(--landing-mint-strong); }

/* Sections have alternate material and layout, rather than repeated white cards. */
body.landing-salla #solutions { background: var(--landing-sand); }
body.landing-salla #features { background: var(--landing-sky); }
body.landing-salla #how-it-works { color: #fff; background: #1d1d41; }
body.landing-salla #how-it-works .section-title,
body.landing-salla #how-it-works .step-title { color: #fff; }
body.landing-salla #how-it-works .section-sub,
body.landing-salla #how-it-works .step-desc { color: rgba(255,255,255,.7); }
body.landing-salla #how-it-works .section-label .badge { color: #c9c3ff; background: transparent; }
body.landing-salla #how-it-works .gradient-text { color: #bdb6ff; }
body.landing-salla #pricing { background: var(--landing-surface); }

body.landing-salla .section-label .badge {
  padding: 0;
  color: var(--landing-primary-dark);
  background: transparent;
  border-radius: 0;
  font-weight: 800;
}

body.landing-salla .section-label .badge::before { display: none; }
body.landing-salla .section-label { margin-bottom: 16px; }

body.landing-salla .solution-card {
  min-height: 452px;
  padding: 42px;
  background: #fffaf3;
  border: 1px solid rgba(137, 89, 41, .17);
  border-radius: 30px 8px 30px 8px;
}

body.landing-salla .solution-card.company {
  color: #fff;
  background: #252250;
  border-color: #252250;
  border-radius: 8px 30px 8px 30px;
}

body.landing-salla .solution-card.company .solution-title,
body.landing-salla .solution-card.company .solution-desc,
body.landing-salla .solution-card.company .solution-list li,
body.landing-salla .solution-card.company .solution-link { color: #fff; }
body.landing-salla .solution-card.company .solution-desc { color: rgba(255,255,255,.72); }
body.landing-salla .solution-icon { color: #7e4e1e; background: #f5e7d4; border-radius: 16px 4px 16px 4px; }
body.landing-salla .solution-card.company .solution-icon { color: #252250; background: #b8f1df; border-radius: 4px 16px 4px 16px; }
body.landing-salla .solution-link { color: var(--landing-primary-dark); }
body.landing-salla .solution-list li::before { color: var(--landing-mint-strong); }

body.landing-salla .features-grid { gap: 14px; }
body.landing-salla .feature-card {
  min-height: 252px;
  background: transparent;
  border: 1px solid color-mix(in srgb, var(--landing-ink) 11%, transparent);
  border-radius: 18px;
}
body.landing-salla .feature-card:nth-child(1) { background: #fff; border-radius: 26px 6px 26px 6px; }
body.landing-salla .feature-card:nth-child(2) { background: #e5f0ed; border-radius: 6px 26px 6px 26px; }
body.landing-salla .feature-card:nth-child(3) { background: #f6efe4; border-radius: 26px 26px 6px 26px; }
body.landing-salla .feature-card:nth-child(4) { background: #252250; border-color: #252250; border-radius: 6px 26px 26px 26px; }
body.landing-salla .feature-card:nth-child(4) .feature-title,
body.landing-salla .feature-card:nth-child(4) .feature-desc { color: #fff; }
body.landing-salla .feature-card:nth-child(4) .feature-desc { color: rgba(255,255,255,.72); }
body.landing-salla .feature-card:nth-child(5) { background: #fff; border-radius: 26px 6px 26px 6px; }
body.landing-salla .feature-icon { border-radius: 14px 5px 14px 5px; }
body.landing-salla .feature-card:nth-child(1) .feature-icon { color: #4666ff; background: #eef0ff !important; }
body.landing-salla .feature-card:nth-child(2) .feature-icon { color: #167c66; background: #d4eee5 !important; border-radius: 5px 14px 5px 14px; }
body.landing-salla .feature-card:nth-child(3) .feature-icon { color: #b5712d; background: #f6e7d1 !important; border-radius: 14px 14px 5px 14px; }
body.landing-salla .feature-card:nth-child(4) .feature-icon { color: #252250; background: #b8f1df !important; border-radius: 5px 14px 14px 14px; }
body.landing-salla .feature-card:nth-child(5) .feature-icon { color: #4666ff; background: #eef0ff !important; border-radius: 14px 5px 14px 14px; }
body.landing-salla .feature-tag { border-radius: 5px 12px 12px 12px; }

body.landing-salla .steps-shell {
  position: relative;
  gap: 0;
  max-width: 1040px;
  margin-inline: auto;
  background: transparent;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 8px 28px 8px 28px;
  overflow: hidden;
}
body.landing-salla .step-card {
  min-height: 250px;
  background: transparent;
  border-radius: 0;
}
body.landing-salla .step-card + .step-card { border-inline-start: 1px solid rgba(255,255,255,.16); }
body.landing-salla .step-number { color: #1d1d41; background: #b8f1df; border-radius: 5px 15px 5px 15px; }

body.landing-salla .pricing-card { border-radius: 8px 24px 8px 24px; }
body.landing-salla .pricing-card.featured { background: #f6f4ff; border-color: var(--landing-primary); border-radius: 24px 8px 24px 8px; }
html:not(.light) body.landing-salla .pricing-card.featured { background: #272344; }

body.landing-salla #testimonials.reviews-section { background: var(--landing-sand); }
body.landing-salla .reviews-public-panel { border-radius: 8px 24px 8px 24px; box-shadow: none; }
body.landing-salla .review-compose-card { border-radius: 24px 8px 24px 8px; box-shadow: none; }
body.landing-salla .review-card { background: #fffaf3; border-radius: 16px 4px 16px 4px; }

body.landing-salla #cta { background: var(--landing-surface); }
body.landing-salla .cta-box { border-radius: 34px 8px 34px 8px; background: #202048; }

html:not(.light) body.landing-salla #solutions,
html:not(.light) body.landing-salla #testimonials.reviews-section { background: var(--landing-sand); }
html:not(.light) body.landing-salla #features { background: var(--landing-sky); }
html:not(.light) body.landing-salla .feature-card:nth-child(1),
html:not(.light) body.landing-salla .feature-card:nth-child(5),
html:not(.light) body.landing-salla .solution-card { background: #22212f; border-color: #3a3749; }
html:not(.light) body.landing-salla .feature-card:nth-child(2) { background: #1b332e; border-color: #2d554a; }
html:not(.light) body.landing-salla .feature-card:nth-child(3) { background: #332c22; border-color: #5a4933; }
html:not(.light) body.landing-salla .feature-card:nth-child(4),
html:not(.light) body.landing-salla .solution-card.company { background: #252250; }
html:not(.light) body.landing-salla .review-card { background: #242130; }
html:not(.light) body.landing-salla .product-tour-row { background: #2b251f; border-color: #554535; }
html:not(.light) body.landing-salla .product-tour-row.tour-worship { background: #20204a; border-color: #35356d; }
html:not(.light) body.landing-salla .product-tour-row.tour-wallet { background: #18352f; border-color: #2c5a4e; }

@media (max-width: 760px) {
  body.landing-salla .container { padding-inline: 20px; }
  body.landing-salla #hero { padding-top: 122px; padding-bottom: 65px; }
  body.landing-salla #hero::before { background: linear-gradient(180deg, transparent 58%, color-mix(in srgb, var(--landing-ink) 6%, transparent) 58.15%, transparent 58.3%); }
  body.landing-salla .hero-content { gap: 42px; }
  body.landing-salla .hero-kicker { margin-bottom: 17px; font-size: .73rem; }
  body.landing-salla .hero-title { font-size: clamp(2.65rem, 12vw, 3.75rem); line-height: 1.18; }
  body.landing-salla .hero-sub { margin-bottom: 25px; line-height: 1.85; }
  body.landing-salla .hero-cta { display: grid; grid-template-columns: 1fr; width: min(100%, 350px); margin-inline: auto; }
  body.landing-salla .hero-cta .btn { width: 100%; }
  body.landing-salla .hero-cta .btn-text { min-height: 42px; }
  body.landing-salla .hero-stats { display: none; }
  body.landing-salla .product-stage { padding: 30px 8px 8px; border-radius: 17px 17px 12px 12px; }
  body.landing-salla .product-stage::before { top: 12px; inset-inline-start: 15px; transform: scale(.75); transform-origin: right center; }
  body.landing-salla #product-tour,
  body.landing-salla #solutions,
  body.landing-salla #features,
  body.landing-salla #how-it-works,
  body.landing-salla #pricing { padding: 76px 0; }
  body.landing-salla .section-title { font-size: clamp(2.1rem, 9vw, 2.8rem); line-height: 1.3; }
  body.landing-salla .product-tour-stack { gap: 22px; margin-top: 35px; }
  body.landing-salla .product-tour-row,
  body.landing-salla .product-tour-row.tour-worship,
  body.landing-salla .product-tour-row.tour-wallet { border-radius: 22px 5px 22px 5px; }
  body.landing-salla .product-tour-copy { padding: 34px 24px 31px; }
  body.landing-salla .product-tour-copy h3 { font-size: 2rem; line-height: 1.28; }
  body.landing-salla .product-tour-number { top: 18px; inset-inline-end: 18px; font-size: 3.9rem; }
  body.landing-salla .product-tour-media { min-height: 450px; padding: 30px 22px 0; }
  body.landing-salla .product-tour-device { width: min(100%, 280px); height: 430px; border-width: 6px; border-radius: 30px 30px 0 0; }
  body.landing-salla .product-tour-note { display: none; }
  body.landing-salla .solution-card { min-height: 0; padding: 30px 25px; border-radius: 22px 5px 22px 5px; }
  body.landing-salla .feature-card { min-height: 0; padding: 25px 21px; }
  body.landing-salla .steps-shell { display: grid; grid-template-columns: 1fr; border-radius: 5px 22px 5px 22px; }
  body.landing-salla .step-card { min-height: 0; padding: 27px 23px; }
  body.landing-salla .step-card + .step-card { border-inline-start: 0; border-top: 1px solid rgba(255,255,255,.16); }
  body.landing-salla .pricing-card.featured { transform: none; }
}

/* Apple-like landing controls: one quiet primary action, clean navigation,
   and fully rounded calls to action across the public page. */
body.landing-salla #navbar,
body.landing-salla #navbar.scrolled {
  border-bottom: 0;
  box-shadow: none;
}

body.landing-salla #navbar .nav-inner,
body.landing-salla #navbar.scrolled .nav-inner {
  border: 0;
  box-shadow: none;
}

body.landing-salla .btn,
body.landing-salla .product-tour-cta,
body.landing-salla .solution-link {
  border-radius: 999px;
}

body.landing-salla .btn-primary {
  background: #2f2f31;
  box-shadow: 0 10px 22px rgba(47, 47, 49, .18);
}

body.landing-salla .btn-primary:hover {
  background: #111113;
  box-shadow: 0 14px 28px rgba(17, 17, 19, .24);
}

body.landing-salla .nav-actions {
  gap: 9px;
}

body.landing-salla .nav-actions .btn {
  min-height: 44px;
}

/* Light landing surfaces — keep true white areas quiet, and unify every
   intentionally coloured card/section into one calm branded canvas. */
html.light body.landing-salla {
  --landing-section: #eeeef9;
  --landing-sand: #eeeef9;
  --landing-sky: #eeeef9;
  --landing-mint: #eeeef9;
}

html.light body.landing-salla #solutions,
html.light body.landing-salla #features,
html.light body.landing-salla #how-it-works,
html.light body.landing-salla #testimonials.reviews-section,
html.light body.landing-salla #footer {
  color: var(--landing-ink);
  background: #eeeef9;
}

html.light body.landing-salla .product-tour-row,
html.light body.landing-salla .product-tour-row.tour-worship,
html.light body.landing-salla .product-tour-row.tour-wallet,
html.light body.landing-salla .solution-card,
html.light body.landing-salla .solution-card.company,
html.light body.landing-salla .feature-card:nth-child(2),
html.light body.landing-salla .feature-card:nth-child(3),
html.light body.landing-salla .feature-card:nth-child(4),
html.light body.landing-salla .step-card,
html.light body.landing-salla .pricing-card.featured,
html.light body.landing-salla .review-card,
html.light body.landing-salla .cta-box {
  color: var(--landing-ink);
  background: #eeeef9;
}

/* No visible outlines on landing cards; white cards intentionally remain white. */
html.light body.landing-salla .hero-stats > div,
html.light body.landing-salla .product-tour-row,
html.light body.landing-salla .product-tour-media,
html.light body.landing-salla .product-tour-note,
html.light body.landing-salla .solution-card,
html.light body.landing-salla .feature-card,
html.light body.landing-salla .steps-shell,
html.light body.landing-salla .step-card,
html.light body.landing-salla .pricing-card,
html.light body.landing-salla .reviews-public-panel,
html.light body.landing-salla .review-compose-card,
html.light body.landing-salla .review-card,
html.light body.landing-salla .cta-box {
  border: 0;
}

html.light body.landing-salla .product-tour-row.tour-worship .product-tour-copy h3,
html.light body.landing-salla .product-tour-row.tour-worship .product-tour-copy > p,
html.light body.landing-salla .product-tour-row.tour-worship .product-tour-points li,
html.light body.landing-salla #how-it-works .section-title,
html.light body.landing-salla #how-it-works .step-title,
html.light body.landing-salla .feature-card:nth-child(4) .feature-title,
html.light body.landing-salla .feature-card:nth-child(4) .feature-desc,
html.light body.landing-salla .solution-card.company .solution-title,
html.light body.landing-salla .solution-card.company .solution-desc,
html.light body.landing-salla .solution-card.company .solution-list li,
html.light body.landing-salla .solution-card.company .solution-link,
html.light body.landing-salla .cta-title,
html.light body.landing-salla #footer .footer-col-title,
html.light body.landing-salla #footer .nav-logo,
html.light body.landing-salla #footer a {
  color: var(--landing-ink);
}

html.light body.landing-salla .product-tour-row.tour-worship .product-tour-copy > p,
html.light body.landing-salla #how-it-works .section-sub,
html.light body.landing-salla #how-it-works .step-desc,
html.light body.landing-salla .feature-card:nth-child(4) .feature-desc,
html.light body.landing-salla .solution-card.company .solution-desc,
html.light body.landing-salla .cta-sub,
html.light body.landing-salla #footer p,
html.light body.landing-salla #footer li a {
  color: var(--landing-muted);
}

html.light body.landing-salla .product-tour-row.tour-worship .product-tour-note {
  color: var(--landing-ink);
  background: #fff;
}

html.light body.landing-salla .product-tour-row.tour-worship .product-tour-note span {
  color: var(--landing-muted);
}

html.light body.landing-salla .cta-box .btn-primary {
  color: #fff;
  background: #2f2f31;
}

html.light body.landing-salla .cta-box .btn-ghost {
  color: var(--landing-ink);
  border-color: color-mix(in srgb, var(--landing-ink) 28%, transparent);
}

/* Mint is the clear action colour; purple remains an assistant/detail accent. */
body.landing-salla .btn-primary,
html.light body.landing-salla .cta-box .btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #95d5f6, #8989f6);
  box-shadow: 0 12px 26px rgba(70, 102, 255, .26);
}

body.landing-salla .btn-primary:hover,
html.light body.landing-salla .cta-box .btn-primary:hover {
  color: #fff;
  background: linear-gradient(135deg, #86c9f1, #7979ec);
  box-shadow: 0 16px 30px rgba(70, 102, 255, .34);
}

html:not(.light) body.landing-salla .btn-ghost {
  color: #fff;
  border-color: #3a3a3c;
  background: #3a3a3c;
}

/* Public header — clear three-part layout: brand, navigation, then actions.
   It intentionally stays quiet so the landing content remains the focal point. */
body.landing-salla #navbar,
body.landing-salla #navbar.scrolled {
  background: color-mix(in srgb, var(--landing-surface) 96%, transparent);
  border-bottom: 1px solid color-mix(in srgb, var(--landing-ink) 9%, transparent);
  box-shadow: none;
  backdrop-filter: blur(18px);
}

body.landing-salla #navbar .nav-inner,
body.landing-salla #navbar.scrolled .nav-inner {
  display: grid;
  grid-template-columns: minmax(132px, 1fr) auto minmax(284px, 1fr);
  min-height: 96px;
  padding: 0;
}

body.landing-salla .nav-logo {
  justify-self: start;
  min-width: 116px;
}

body.landing-salla .nav-logo-icon.has-site-logo {
  width: 116px;
  height: 58px;
  flex-basis: 116px;
}

body.landing-salla .nav-links {
  justify-self: center;
  gap: 24px;
  white-space: nowrap;
}

body.landing-salla .nav-link {
  padding: 10px 0;
  color: color-mix(in srgb, var(--landing-ink) 82%, var(--landing-muted));
  font-size: .94rem;
  font-weight: 720;
}

body.landing-salla .nav-link::after {
  display: block;
  width: 0;
  height: 2px;
  margin: 5px auto -7px;
  content: '';
  background: var(--landing-primary);
  transition: width .2s ease;
}

body.landing-salla .nav-link:hover {
  color: var(--landing-primary);
  background: transparent;
}

body.landing-salla .nav-link:hover::after { width: 18px; }

body.landing-salla .nav-actions {
  justify-self: end;
  gap: 18px;
}

body.landing-salla .nav-actions .btn {
  min-height: 42px;
  padding: 8px 4px !important;
  font-size: .92rem;
  font-weight: 720;
}

body.landing-salla .nav-actions #nav-login-btn {
  color: var(--landing-ink);
  border: 0;
  background: transparent;
}

body.landing-salla .nav-actions #nav-login-btn:hover {
  color: var(--landing-primary);
  background: transparent;
}

body.landing-salla .nav-actions .nav-contact-btn {
  min-width: 126px;
  padding: 9px 20px !important;
  color: #fff;
  background: var(--landing-primary);
  box-shadow: 0 9px 20px color-mix(in srgb, var(--landing-primary) 23%, transparent);
}

body.landing-salla .nav-actions .nav-contact-btn:hover {
  background: var(--landing-primary-dark);
  box-shadow: 0 12px 25px color-mix(in srgb, var(--landing-primary) 30%, transparent);
}

body.landing-salla .nav-icon-btn {
  width: auto;
  height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
}

body.landing-salla .nav-icon-btn:hover {
  color: var(--landing-primary);
  background: transparent;
  transform: none;
}

body.landing-salla .nav-icon-btn svg { width: 19px; height: 19px; }

body.landing-salla .nav-language-btn {
  gap: 7px;
  color: var(--landing-muted);
  font-size: .86rem;
  font-weight: 750;
}

body.landing-salla .nav-language-label { line-height: 1; }

html:not(.light) body.landing-salla #navbar,
html:not(.light) body.landing-salla #navbar.scrolled {
  background: color-mix(in srgb, #101010 95%, transparent);
  border-bottom-color: rgba(255,255,255,.1);
}

@media (max-width: 1120px) {
  body.landing-salla #navbar .nav-inner,
  body.landing-salla #navbar.scrolled .nav-inner {
    grid-template-columns: minmax(92px, 1fr) auto minmax(238px, 1fr);
  }
  body.landing-salla .nav-links { gap: 16px; }
  body.landing-salla .nav-actions { gap: 12px; }
  body.landing-salla .nav-actions .nav-contact-btn { min-width: 112px; padding-inline: 14px !important; }
}

@media (max-width: 860px) {
  body.landing-salla #navbar .nav-inner,
  body.landing-salla #navbar.scrolled .nav-inner {
    grid-template-columns: auto 1fr auto;
    min-height: 74px;
    gap: 14px;
  }
  body.landing-salla .nav-links {
    position: static;
    display: flex;
    justify-self: center;
    flex-direction: row;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
  }
  body.landing-salla .nav-link { font-size: .8rem; }
  body.landing-salla .nav-actions { gap: 10px; }
  body.landing-salla .nav-actions .nav-contact-btn { display: none; }
  body.landing-salla .nav-mobile-toggle { display: none !important; }
}

@media (max-width: 760px) {
  body.landing-salla #navbar .nav-inner,
  body.landing-salla #navbar.scrolled .nav-inner {
    display: flex;
    min-height: 68px;
    gap: 10px;
  }
  body.landing-salla .nav-logo { margin-inline-end: auto; }
  body.landing-salla #navbar .nav-logo-icon.has-site-logo {
    width: 86px;
    height: 46px;
    flex-basis: 86px;
  }
  body.landing-salla .nav-links { display: none !important; }
  body.landing-salla .nav-actions { gap: 10px; }
  body.landing-salla .nav-actions #nav-login-btn {
    display: inline-flex;
    min-height: 38px;
    padding: 6px 2px !important;
    font-size: .8rem;
  }
  body.landing-salla .nav-actions #landing-lang-btn,
  body.landing-salla .nav-actions #landing-theme-btn {
    display: inline-flex;
    width: auto;
    height: 38px;
  }
  body.landing-salla .nav-actions .nav-contact-btn { display: none; }
}

@media (max-width: 390px) {
  body.landing-salla .nav-actions { gap: 7px; }
  body.landing-salla #navbar .nav-logo-icon.has-site-logo { width: 76px; height: 42px; flex-basis: 76px; }
  body.landing-salla .nav-language-label { display: none; }
}

/* Landing opening — an intentional, product-led stage rather than a generic
   hero slab. The rings connect Sabiq's own areas without borrowing third-party
   product marks. */
body.landing-salla #navbar,
body.landing-salla #navbar.scrolled {
  padding: 14px 0 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

body.landing-salla #navbar .nav-inner,
body.landing-salla #navbar.scrolled .nav-inner {
  min-height: 66px;
  padding: 0 20px;
  background: color-mix(in srgb, var(--landing-surface) 94%, transparent);
  border: 1px solid color-mix(in srgb, var(--landing-ink) 10%, transparent);
  border-radius: 20px;
  box-shadow: 0 12px 30px color-mix(in srgb, var(--landing-ink) 7%, transparent);
  backdrop-filter: blur(18px);
}

body.landing-salla #navbar.scrolled .nav-inner {
  box-shadow: 0 14px 34px color-mix(in srgb, var(--landing-ink) 11%, transparent);
}

body.landing-salla #navbar .nav-logo-icon.has-site-logo {
  width: 104px;
  height: 48px;
  flex-basis: 104px;
}

body.landing-salla #navbar .nav-links { gap: 28px; }
body.landing-salla #navbar .nav-link { font-size: .86rem; }
body.landing-salla #navbar .nav-actions { gap: 13px; }
body.landing-salla #navbar .nav-actions .nav-contact-btn {
  min-width: 116px;
  border-radius: 13px;
}

body.landing-salla #hero {
  min-height: 0;
  padding: 144px 0 102px;
  isolation: isolate;
  background:
    radial-gradient(circle at 50% 83%, rgba(149, 213, 246, .24), transparent 20%),
    var(--landing-hero);
}

body.landing-salla #hero::before {
  z-index: -1;
  background: linear-gradient(90deg, transparent 49.94%, color-mix(in srgb, var(--landing-ink) 5%, transparent) 50%, transparent 50.06%);
  opacity: .42;
}

body.landing-salla .hero-content {
  z-index: 2;
  gap: 48px;
}

body.landing-salla .hero-copy {
  position: relative;
  z-index: 2;
  width: min(100%, 730px);
}

body.landing-salla .hero-title {
  max-width: 690px;
  margin-bottom: 16px;
  font-size: clamp(3.05rem, 5.2vw, 5.4rem);
  line-height: 1.16;
}

body.landing-salla .hero-sub {
  max-width: 630px;
  margin-bottom: 26px;
  font-size: clamp(.98rem, 1.2vw, 1.12rem);
  line-height: 1.9;
}

body.landing-salla .hero-cta { gap: 10px; }
body.landing-salla .hero-cta .btn {
  min-width: 158px;
  min-height: 46px;
  padding: 10px 20px;
  border-radius: 14px;
}
body.landing-salla .hero-proof { margin-top: 17px; }

body.landing-salla .hero-visual {
  position: relative;
  z-index: 2;
  width: min(100%, 980px);
}

body.landing-salla .product-stage {
  padding: 30px 10px 10px;
  border-color: color-mix(in srgb, var(--landing-primary) 24%, var(--landing-line));
  border-radius: 22px;
  box-shadow: 0 26px 60px rgba(33, 43, 102, .16), 0 1px 0 rgba(255,255,255,.74) inset;
}

.hero-orbit-system {
  position: absolute;
  z-index: 1;
  inset: 72px 0 auto;
  height: min(900px, 73vw);
  overflow: hidden;
  pointer-events: none;
}

.hero-orbit-ring {
  position: absolute;
  inset-inline-start: 50%;
  display: block;
  width: 56vw;
  aspect-ratio: 1;
  border: 1px solid color-mix(in srgb, var(--landing-ink) 8%, transparent);
  border-radius: 50%;
  transform: translateX(-50%);
}

.hero-orbit-ring--one { width: min(46vw, 680px); top: 28px; }
.hero-orbit-ring--two { width: min(68vw, 1010px); top: -82px; }
.hero-orbit-ring--three { width: min(90vw, 1320px); top: -190px; }

.hero-orbit-node {
  position: absolute;
  display: grid;
  width: 52px;
  height: 52px;
  color: var(--landing-primary);
  background: color-mix(in srgb, var(--landing-surface) 94%, transparent);
  border: 1px solid color-mix(in srgb, var(--landing-ink) 11%, transparent);
  border-radius: 17px;
  box-shadow: 0 12px 24px color-mix(in srgb, var(--landing-ink) 10%, transparent);
  place-items: center;
  animation: hero-node-float 6s ease-in-out infinite;
}

.hero-orbit-node svg { width: 22px; height: 22px; }
.hero-orbit-node--calendar { top: 12%; inset-inline-start: calc(50% - 342px); animation-delay: -1.5s; }
.hero-orbit-node--tasks { top: 30%; inset-inline-end: calc(50% - 350px); color: #4c83c5; animation-delay: -3.2s; }
.hero-orbit-node--wallet { top: 52%; inset-inline-start: calc(50% - 442px); color: #2f9c83; animation-delay: -2.4s; }
.hero-orbit-node--worship { top: 57%; inset-inline-end: calc(50% - 455px); color: #8a77d7; animation-delay: -4.6s; }
.hero-orbit-node--notes { top: 73%; inset-inline-start: calc(50% - 300px); color: #d2849c; animation-delay: -3.7s; }
.hero-orbit-node--goals { top: 76%; inset-inline-end: calc(50% - 295px); color: #d29c3c; animation-delay: -.7s; }

@keyframes hero-node-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-8px) rotate(2deg); }
}

html:not(.light) body.landing-salla #hero {
  background:
    radial-gradient(circle at 50% 82%, rgba(137, 137, 246, .18), transparent 22%),
    var(--landing-hero);
}

html:not(.light) body.landing-salla #navbar .nav-inner,
html:not(.light) body.landing-salla #navbar.scrolled .nav-inner {
  background: rgba(25, 25, 27, .92);
  border-color: rgba(255,255,255,.11);
}

html:not(.light) .hero-orbit-ring { border-color: rgba(255,255,255,.09); }
html:not(.light) .hero-orbit-node {
  background: rgba(29,29,31,.9);
  border-color: rgba(255,255,255,.13);
  box-shadow: 0 12px 28px rgba(0,0,0,.32);
}

@media (max-width: 760px) {
  body.landing-salla #navbar,
  body.landing-salla #navbar.scrolled { padding-top: 10px; }
  body.landing-salla #navbar .nav-inner,
  body.landing-salla #navbar.scrolled .nav-inner {
    min-height: 62px;
    padding-inline: 14px;
    border-radius: 17px;
  }
  body.landing-salla #hero { padding-top: 114px; padding-bottom: 72px; }
  body.landing-salla .hero-content { gap: 34px; }
  body.landing-salla .hero-title { max-width: 340px; font-size: clamp(2.5rem, 11vw, 3.45rem); }
  body.landing-salla .hero-sub { max-width: 345px; font-size: .94rem; }
  body.landing-salla .hero-cta { width: min(100%, 330px); }
  body.landing-salla .hero-visual { width: calc(100% + 12px); }
  body.landing-salla .product-stage { border-radius: 18px; }
  .hero-orbit-system { inset: 52px 0 auto; height: 600px; }
  .hero-orbit-ring--one { width: 106vw; top: 0; }
  .hero-orbit-ring--two { width: 142vw; top: -68px; }
  .hero-orbit-ring--three { width: 178vw; top: -155px; }
  .hero-orbit-node { width: 40px; height: 40px; border-radius: 14px; }
  .hero-orbit-node svg { width: 18px; height: 18px; }
  .hero-orbit-node--calendar { top: 10%; inset-inline-start: 7%; }
  .hero-orbit-node--tasks { top: 16%; inset-inline-end: 8%; }
  .hero-orbit-node--wallet { top: 42%; inset-inline-start: -2%; }
  .hero-orbit-node--worship { top: 48%; inset-inline-end: -2%; }
  .hero-orbit-node--notes,
  .hero-orbit-node--goals { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-orbit-node { animation: none; }
}

/* Hero refinement: keep the message central and the orbit subtle. */
body.landing-salla #navbar .nav-inner,
body.landing-salla #navbar.scrolled .nav-inner {
  border: 0;
}

body.landing-salla .hero-content {
  justify-content: center;
}

body.landing-salla .hero-copy {
  text-align: center;
}

body.landing-salla .hero-sub,
body.landing-salla .hero-cta,
body.landing-salla .hero-proof,
body.landing-salla .hero-stats {
  margin-inline: auto;
}

.hero-orbit-ring {
  border-width: 1.5px;
}

body.landing-salla .nav-actions .nav-contact-btn,
body.landing-salla .nav-actions .nav-contact-btn:hover {
  color: #fff;
  background: linear-gradient(135deg, #95d5f6, #8989f6);
  box-shadow: 0 12px 26px rgba(70, 102, 255, .26);
}

/* ═══════════════════════════════════════════════════════════════
   Connected hero — the product story is a living system, not a mockup
═══════════════════════════════════════════════════════════════ */
body.landing-salla #hero {
  padding: 132px 0 58px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(137, 137, 246, .13), transparent 29%),
    radial-gradient(circle at 13% 18%, rgba(149, 213, 246, .16), transparent 23%),
    var(--landing-hero, #fbfbfd);
}

body.landing-salla #hero .hero-orbit-system {
    display: none;
}

/* The connected map replaces the previous dashboard mock-up in the hero. */
body.landing-salla #hero .hero-visual {
    display: none !important;
}

body.landing-salla #hero .hero-content {
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}

body.landing-salla #hero .hero-copy {
  position: relative;
  z-index: 5;
  width: min(100%, 850px);
  margin-inline: auto;
}

body.landing-salla #hero .hero-title {
  max-width: 820px;
  margin: 0 auto;
  color: var(--landing-ink, #171a25);
  font-size: clamp(2.7rem, 5vw, 5rem);
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-align-last: center;
  text-wrap: balance;
}

body.landing-salla #hero .hero-title-accent {
  color: #7485ef;
  background: linear-gradient(135deg, #669fdc, #8989f6);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

body.landing-salla #hero .hero-sub {
  max-width: 760px;
  margin-top: 20px;
  font-size: clamp(1rem, 1.25vw, 1.16rem);
  line-height: 1.9;
}

body.landing-salla #hero .hero-cta {
  margin-top: 27px;
}

body.landing-salla #hero .hero-proof {
  margin-top: 16px;
}

body.landing-salla #hero .hero-stats {
  display: none;
}

body.landing-salla #hero .hero-after-network {
  position: relative;
  z-index: 5;
  width: min(100%, 760px);
  margin: 26px auto 0;
  text-align: center;
}

body.landing-salla #hero .hero-after-network .hero-cta,
body.landing-salla #hero .hero-after-network .hero-proof {
  justify-content: center;
}

.hero-network {
  position: relative;
  z-index: 2;
  width: min(100%, 1180px);
  height: 500px;
  margin: 32px auto 0;
  isolation: isolate;
}

.hero-network-orbit {
  position: absolute;
  z-index: -2;
  inset-inline-start: 50%;
  top: 50%;
  translate: -50% -50%;
  aspect-ratio: 1;
  border: 1px solid rgba(117, 135, 222, .11);
  border-radius: 50%;
  pointer-events: none;
}

[dir="rtl"] .hero-network-orbit { translate: 50% -50%; }
.hero-network-orbit--one { width: 410px; }
.hero-network-orbit--two { width: 650px; opacity: .7; }

.hero-network-lines {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  pointer-events: none;
}

.hero-network-lines--mobile { display: none; }

.hero-network-path {
  fill: none;
  stroke: url(#heroLineRight);
  stroke-width: 2;
  vector-effect: non-scaling-stroke;
  stroke-linecap: round;
  opacity: .72;
}

.hero-network-lines--mobile .hero-network-path {
  stroke: #899af2;
}

.hero-flow-particles circle {
  fill: #8fc9fa;
  stroke: #fff;
  stroke-width: 1.5;
  vector-effect: non-scaling-stroke;
}

.hero-network-card {
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  width: min(29%, 305px);
  min-height: 130px;
  padding: 20px;
  border-radius: 24px;
  color: #202534;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 18px 52px rgba(63, 73, 119, .1), inset 0 0 0 1px rgba(104, 117, 173, .09);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: translate .25s ease, box-shadow .25s ease;
}

.hero-network-card:hover {
  translate: 0 -4px;
  box-shadow: 0 24px 62px rgba(63, 73, 119, .15), inset 0 0 0 1px rgba(104, 117, 173, .13);
}

.hero-network-card::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border: 4px solid #8ca4f3;
  border-radius: 50%;
  background: #fff;
  translate: 0 -50%;
  box-shadow: 0 0 0 5px rgba(140, 164, 243, .12);
}

.hero-network-card--goals,
.hero-network-card--tasks { inset-inline-start: 0; }
.hero-network-card--analysis,
.hero-network-card--habits { inset-inline-end: 0; }
.hero-network-card--goals,
.hero-network-card--analysis { top: 40px; }
.hero-network-card--tasks,
.hero-network-card--habits { top: 320px; }
.hero-network-card--goals::after,
.hero-network-card--tasks::after { inset-inline-end: -6px; }
.hero-network-card--analysis::after,
.hero-network-card--habits::after { inset-inline-start: -6px; }

.hero-network-card-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 17px;
  color: #6679e7;
  background: linear-gradient(145deg, rgba(149, 213, 246, .26), rgba(137, 137, 246, .18));
}

.hero-network-card-icon svg { width: 27px; height: 27px; }
.hero-network-card h3 { margin: 0 0 5px; font-size: 1.05rem; font-weight: 800; line-height: 1.45; }
.hero-network-card p { margin: 0; color: #788195; font-size: .78rem; line-height: 1.7; }

.hero-network-tag {
  position: absolute;
  top: 50%;
  width: max-content;
  padding: 7px 14px;
  border-radius: 10px;
  color: #667186;
  background: rgba(255, 255, 255, .92);
  box-shadow: 0 8px 25px rgba(70, 82, 125, .07);
  translate: 0 -50%;
  font-size: .72rem;
  font-weight: 700;
}

.hero-network-card--goals .hero-network-tag,
.hero-network-card--tasks .hero-network-tag { inset-inline-end: -126px; }
.hero-network-card--analysis .hero-network-tag,
.hero-network-card--habits .hero-network-tag { inset-inline-start: -78px; }

.hero-network-core {
  position: absolute;
  z-index: 4;
  inset-inline-start: 50%;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 190px;
  min-height: 172px;
  padding: 20px;
  border-radius: 28px;
  color: #1d2331;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 25px 70px rgba(70, 82, 125, .15), inset 0 0 0 1px rgba(104, 117, 173, .1);
  translate: -50% -50%;
}

[dir="rtl"] .hero-network-core { translate: 50% -50%; }

.hero-network-logo {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 45px;
  margin-bottom: 9px;
}

.hero-network-logo i {
  display: block;
  width: 15px;
  height: 38px;
  border-radius: 4px 11px 4px 11px;
  background: #1d1d1f;
  rotate: 34deg;
}

.hero-network-core strong { font-size: 1.12rem; font-weight: 800; }
.hero-network-core small { margin-top: 4px; color: #7a8498; font-size: .72rem; }

.hero-network-outcome {
  position: absolute;
  z-index: 5;
  inset-inline-start: 50%;
  bottom: -6px;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 225px;
  padding: 11px 17px;
  border-radius: 14px;
  color: #596477;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 12px 35px rgba(70, 82, 125, .1), inset 0 0 0 1px rgba(104, 117, 173, .08);
  translate: -50% 0;
  font-size: .84rem;
  font-weight: 700;
}

[dir="rtl"] .hero-network-outcome { translate: 50% 0; }
.hero-network-outcome i { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: #fff; background: #1d1d1f; font-style: normal; }

html:not(.light) .hero-network-card,
html:not(.light) .hero-network-core,
html:not(.light) .hero-network-outcome,
html:not(.light) .hero-network-tag {
  color: #f7f8fc;
  background: rgba(28, 33, 52, .9);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .3), inset 0 0 0 1px rgba(255, 255, 255, .08);
}

html:not(.light) .hero-network-card h3,
html:not(.light) .hero-network-core strong { color: #fff; }
html:not(.light) .hero-network-card p,
html:not(.light) .hero-network-core small { color: #aeb7cb; }
html:not(.light) .hero-network-card::after { background: #1c2134; }
html:not(.light) .hero-network-logo i { background: #f7f8fc; }
html:not(.light) .hero-network-orbit { border-color: rgba(149, 213, 246, .1); }

@media (max-width: 980px) {
  .hero-network { height: 480px; }
  .hero-network-card { width: 30%; grid-template-columns: 44px minmax(0, 1fr); gap: 10px; padding: 16px; }
  .hero-network-card-icon { width: 43px; height: 43px; border-radius: 14px; }
  .hero-network-card-icon svg { width: 22px; height: 22px; }
  .hero-network-card h3 { font-size: .91rem; }
  .hero-network-card p { font-size: .68rem; }
  .hero-network-tag { display: none; }
  .hero-network-core { width: 170px; min-height: 156px; }
}

@media (max-width: 760px) {
  body.landing-salla #hero { padding: 108px 0 34px; }
  body.landing-salla #hero .hero-content { gap: 0; }
  body.landing-salla #hero .hero-copy { width: 100%; }
  body.landing-salla #hero .hero-title { max-width: 350px; font-size: clamp(1.95rem, 8.4vw, 2.5rem); line-height: 1.32; }
  body.landing-salla #hero .hero-sub { max-width: 350px; margin-top: 15px; font-size: .89rem; line-height: 1.8; }
  body.landing-salla #hero .hero-after-network { width: 100%; margin-top: 22px; }
  body.landing-salla #hero .hero-cta { margin-top: 0; }
  body.landing-salla #hero .hero-proof { max-width: 340px; }

  .hero-network {
    width: calc(100% + 8px);
    height: 660px;
    margin-top: 22px;
    margin-inline: -4px;
  }
  .hero-network-lines--desktop { display: none; }
  .hero-network-lines--mobile { display: block; }
  .hero-network-orbit--one { width: 300px; }
  .hero-network-orbit--two { width: 470px; }

  .hero-network-card {
    width: calc(50% - 8px);
    min-height: 128px;
    padding: 14px 12px;
    grid-template-columns: 39px minmax(0, 1fr);
    gap: 8px;
    border-radius: 20px;
  }
  .hero-network-card--goals,
  .hero-network-card--analysis { top: 18px; }
  .hero-network-card--tasks,
  .hero-network-card--habits { top: auto; bottom: 18px; }
  .hero-network-card--goals,
  .hero-network-card--tasks { inset-inline-start: 0; }
  .hero-network-card--analysis,
  .hero-network-card--habits { inset-inline-end: 0; }
  .hero-network-card::after { display: none; }
  .hero-network-card-icon { width: 39px; height: 39px; border-radius: 12px; }
  .hero-network-card-icon svg { width: 20px; height: 20px; }
  .hero-network-card h3 { margin-bottom: 3px; font-size: .8rem; line-height: 1.4; }
  .hero-network-card p { font-size: .62rem; line-height: 1.55; }

  .hero-network-core { top: 50%; width: 158px; min-height: 148px; border-radius: 25px; }
  .hero-network-logo { height: 40px; }
  .hero-network-logo i { width: 13px; height: 34px; }
  .hero-network-core strong { font-size: 1.02rem; }
  .hero-network-core small { max-width: 122px; text-align: center; line-height: 1.45; }
  .hero-network-outcome { bottom: -8px; min-width: 210px; justify-content: center; font-size: .76rem; }
}

@media (max-width: 390px) {
  .hero-network-card { grid-template-columns: 1fr; align-content: center; text-align: center; }
  .hero-network-card-icon { margin-inline: auto; }
  .hero-network-card p { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-flow-particles { display: none; }
  .hero-network-card { transition: none; }
}

/* ═══════════════════════════════════════════════
   PRICING — EDITORIAL PLAN CARDS
═══════════════════════════════════════════════ */
body.landing-salla #pricing {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
  background: linear-gradient(180deg, #fff 0%, #fbfcfd 100%);
}

body.landing-salla #pricing::before,
body.landing-salla #pricing::after {
  content: '';
  position: absolute;
  width: 155px;
  height: 155px;
  opacity: .6;
  pointer-events: none;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(135deg, rgba(145, 151, 160, .24), rgba(145, 151, 160, .03)) border-box;
  border: 1px solid transparent;
  border-radius: 28px 28px 6px 28px;
  box-shadow: 64px 62px 0 -1px #fff, 64px 62px 0 0 rgba(145, 151, 160, .16),
    -58px 95px 0 -1px #fff, -58px 95px 0 0 rgba(145, 151, 160, .12);
}

body.landing-salla #pricing::before { inset: 260px auto auto -50px; }
body.landing-salla #pricing::after { inset: 260px -50px auto auto; transform: scaleX(-1); }

body.landing-salla #pricing .container {
  position: relative;
  z-index: 1;
  max-width: 1380px;
}

body.landing-salla #pricing .section-label .badge {
  border: 1px solid rgba(18, 27, 35, .1);
  border-radius: 999px;
  background: rgba(255, 255, 255, .76);
  color: #606872;
  box-shadow: 0 8px 24px rgba(18, 27, 35, .04);
}

body.landing-salla #pricing .section-title {
  max-width: 980px;
  margin-inline: auto;
  color: #090a0b;
  font-size: clamp(3.2rem, 6.2vw, 6.25rem);
  line-height: 1.06;
  letter-spacing: 0;
}

body.landing-salla #pricing .gradient-text {
  display: inline;
  padding: .01em .13em .07em;
  border-radius: .12em;
  background: rgba(237, 239, 241, .96);
  color: #666c72;
  -webkit-text-fill-color: currentColor;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

body.landing-salla #pricing .section-sub {
  max-width: 760px;
  margin: 24px auto 0;
  color: #747b84;
  font-size: 1.06rem;
}

body.landing-salla #pricing .pricing-toggle {
  width: max-content;
  max-width: 100%;
  margin: 34px auto 54px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
}

body.landing-salla #pricing .toggle-switch {
  width: 58px;
  height: 32px;
  border-radius: 999px;
  background: #42484e;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .22);
}

body.landing-salla #pricing .toggle-switch::after {
  width: 24px;
  height: 24px;
  top: 4px;
  inset-inline-start: 4px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, .22);
}

body.landing-salla #pricing .toggle-switch.yearly::after { inset-inline-start: calc(100% - 28px); }

body.landing-salla #pricing .pricing-saving-note {
  flex: 0 0 100%;
  color: #8a9098;
  font-size: .78rem;
  text-align: center;
}

body.landing-salla #pricing .pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  max-width: 1240px;
  margin: 0 auto;
}

body.landing-salla #pricing .pricing-card {
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: 430px;
  padding: 34px 36px;
  border: 0 !important;
  border-radius: 34px !important;
  background: #fff;
  box-shadow: 0 20px 60px rgba(20, 28, 38, .08);
  display: flex;
  flex-direction: column;
  gap: 25px;
  overflow: hidden;
  transform: none !important;
  transition: transform .28s ease, box-shadow .28s ease;
}

body.landing-salla #pricing .pricing-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 28px 72px rgba(20, 28, 38, .12);
}

body.landing-salla #pricing .pricing-card[data-plan-tier='free'] { order: 1; }
body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] { order: 2; }
body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] { order: 3; }
body.landing-salla #pricing .pricing-card[data-plan-tier='company'] { order: 4; }

body.landing-salla #pricing .pricing-card-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(190px, .85fr);
  gap: 30px;
  flex: 1;
  direction: rtl;
}

body.landing-salla #pricing .pricing-card-benefits {
  grid-column: 1;
  grid-row: 1;
}

body.landing-salla #pricing .pricing-card-offer {
  grid-column: 2;
  grid-row: 1;
  padding-inline-start: 30px;
  border-inline-start: 1px solid rgba(17, 24, 39, .12);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

body.landing-salla #pricing .pricing-includes {
  display: block;
  margin-bottom: 17px;
  color: #20262c;
  font-size: 1.02rem;
  font-weight: 800;
}

body.landing-salla #pricing .pricing-features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 13px;
}

body.landing-salla #pricing .pricing-feat {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #343b43;
  font-size: .91rem;
  line-height: 1.62;
}

body.landing-salla #pricing .feat-check {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #3b4147;
  color: #fff;
  display: inline-grid;
  place-items: center;
  font-size: .7rem;
  font-weight: 900;
}

body.landing-salla #pricing .feat-check svg {
  width: 12px !important;
  height: 12px !important;
  color: currentColor !important;
}

body.landing-salla #pricing .pricing-plan {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 7px 14px;
  border: 0;
  border-radius: 999px;
  background: #f0f1f2;
  color: #252b31;
  font-size: .87rem;
  font-weight: 800;
}

body.landing-salla #pricing .pricing-price {
  width: 100%;
  margin-top: auto;
  padding-top: 30px;
  direction: ltr;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 2px;
}

body.landing-salla #pricing .pricing-currency {
  color: #0d1115;
  font-size: 2rem;
  font-weight: 850;
}

body.landing-salla #pricing .pricing-amount {
  color: #0d1115;
  font-size: clamp(3.2rem, 5vw, 5.15rem);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.05em;
}

body.landing-salla #pricing .pricing-period {
  color: #7a8189;
  font-size: .83rem;
  white-space: nowrap;
}

body.landing-salla #pricing .pricing-desc {
  margin: 15px 0 0;
  color: #6f767e;
  font-size: .9rem;
  line-height: 1.7;
}

body.landing-salla #pricing .pricing-btn {
  position: relative;
  width: 100%;
  min-height: 66px;
  padding-inline: 30px 72px;
  border: 0 !important;
  border-radius: 999px !important;
  background: #061417 !important;
  color: #fff !important;
  box-shadow: none !important;
  font-weight: 850;
  overflow: hidden;
}

body.landing-salla #pricing .pricing-btn::after {
  content: '‹';
  position: absolute;
  inset-inline-end: 9px;
  top: 50%;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 1.7rem;
  line-height: 1;
  transform: translateY(-50%);
  transition: transform .24s ease, background .24s ease;
}

body.landing-salla #pricing .pricing-btn:hover::after {
  background: rgba(255, 255, 255, .2);
  transform: translate(-3px, -50%);
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] {
  background:
    radial-gradient(circle at 96% 112%, rgba(141, 162, 246, .72), transparent 39%),
    linear-gradient(145deg, #071517, #02090b 72%);
  color: #fff;
  box-shadow: 0 26px 70px rgba(10, 23, 19, .24);
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus']::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 250px;
  height: 250px;
  inset: auto -70px -100px auto;
  border-radius: 50%;
  background: rgba(141, 162, 246, .3);
  filter: blur(38px);
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-popular {
  position: static !important;
  inset: auto !important;
  transform: none !important;
  align-self: flex-start;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 999px;
  background: rgba(255, 255, 255, .05);
  color: #fff;
  box-shadow: none;
  font-size: .84rem;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-card-offer {
  border-color: rgba(255, 255, 255, .3);
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-plan {
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .06);
  color: #fff;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-includes,
body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-feat { color: #fff; }

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .feat-check {
  background: #fff;
  color: #101b1c;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-period,
body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-desc {
  color: rgba(255, 255, 255, .75);
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-amount,
body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-currency { color: #93c9f6; }

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-btn {
  background: #93c9f6 !important;
  color: #091112 !important;
  box-shadow: 0 13px 32px rgba(147, 201, 246, .28) !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-btn::after {
  background: rgba(255, 255, 255, .3);
  color: #091112;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] {
  background:
    radial-gradient(circle at 94% 112%, rgba(141, 162, 246, .72), transparent 40%),
    linear-gradient(145deg, #111729, #05080f 74%);
  color: #fff;
  box-shadow: 0 26px 70px rgba(17, 23, 41, .26);
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro']::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 250px;
  height: 250px;
  inset: auto -70px -100px auto;
  border-radius: 50%;
  background: rgba(141, 162, 246, .3);
  filter: blur(38px);
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-card-offer {
  border-color: rgba(255, 255, 255, .3);
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-plan {
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .06);
  color: #fff;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-includes,
body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-feat,
body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-amount,
body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-currency { color: #fff; }

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .feat-check {
  background: #fff;
  color: #111729;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-period,
body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-desc {
  color: rgba(255, 255, 255, .76);
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-btn {
  background: rgb(141, 162, 246) !important;
  color: #0b1020 !important;
  box-shadow: 0 13px 32px rgba(141, 162, 246, .3) !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-btn::after {
  background: rgba(255, 255, 255, .3);
  color: #0b1020;
}

html:not(.light) body.landing-salla #pricing {
  background: #080d16;
}

html:not(.light) body.landing-salla #pricing::before,
html:not(.light) body.landing-salla #pricing::after { opacity: .13; }

html:not(.light) body.landing-salla #pricing .section-title { color: #f7f8fb; }
html:not(.light) body.landing-salla #pricing .section-sub { color: #9da7b8; }

html:not(.light) body.landing-salla #pricing .gradient-text {
  background: #202738;
  color: #aab4c3;
}

html:not(.light) body.landing-salla #pricing .section-label .badge {
  border-color: rgba(255, 255, 255, .08);
  background: rgba(255, 255, 255, .045);
  color: #aeb7c6;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) {
  background: #171c2e;
  box-shadow: 0 24px 64px rgba(0, 0, 0, .2);
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-card-offer {
  border-color: rgba(255, 255, 255, .1);
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-plan {
  background: rgba(255, 255, 255, .07);
  color: #f7f8fb;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-includes,
html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-feat,
html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-amount,
html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-currency {
  color: #f6f7fb;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-desc,
html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-period { color: #9ca6b7; }

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-btn {
  background: #f4f6f8 !important;
  color: #10151c !important;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-btn::after {
  background: #e0e5ea;
  color: #10151c;
}

@media (max-width: 1100px) {
  body.landing-salla #pricing .pricing-grid {
    grid-template-columns: minmax(0, 720px);
    justify-content: center;
  }
}

@media (max-width: 760px) {
  body.landing-salla #pricing { padding: 76px 0; }
  body.landing-salla #pricing::before,
  body.landing-salla #pricing::after { display: none; }

  body.landing-salla #pricing .section-title {
    max-width: 360px;
    font-size: clamp(2.4rem, 11.8vw, 3.75rem);
    line-height: 1.14;
  }

  body.landing-salla #pricing .section-sub {
    max-width: 350px;
    margin-top: 20px;
    font-size: .91rem;
    line-height: 1.85;
  }

  body.landing-salla #pricing .pricing-toggle { margin: 28px auto 38px; }
  body.landing-salla #pricing .pricing-grid { gap: 20px; }

  body.landing-salla #pricing .pricing-card {
    min-height: 0;
    padding: 24px 20px;
    border-radius: 27px !important;
    gap: 20px;
  }

  body.landing-salla #pricing .pricing-card-layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  body.landing-salla #pricing .pricing-card-offer {
    grid-column: 1;
    grid-row: 1;
    padding-inline-start: 0;
    padding-bottom: 22px;
    border-inline-start: 0;
    border-bottom: 1px solid rgba(17, 24, 39, .11);
  }

  body.landing-salla #pricing .pricing-card-benefits {
    grid-column: 1;
    grid-row: 2;
  }

  body.landing-salla #pricing .pricing-price { padding-top: 23px; }
  body.landing-salla #pricing .pricing-amount { font-size: clamp(3rem, 16vw, 4.3rem); }
  body.landing-salla #pricing .pricing-currency { font-size: 1.75rem; }
  body.landing-salla #pricing .pricing-feat { font-size: .88rem; }
  body.landing-salla #pricing .pricing-btn { min-height: 58px; }

  body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-card-offer,
  html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']) .pricing-card-offer {
    border-bottom-color: rgba(255, 255, 255, .12);
  }
}

/* ==========================================================
   PRICING V8 — authoritative cascade layer
   Keep this block last: it intentionally replaces legacy pricing skins.
   ========================================================== */
body.landing-salla #pricing {
  padding: clamp(78px, 8vw, 122px) 0 !important;
  overflow: hidden !important;
  background: #f6f8fb !important;
  color: #172033 !important;
}

body.landing-salla #pricing::before,
body.landing-salla #pricing::after { display: none !important; }

body.landing-salla #pricing .container {
  width: min(1440px, calc(100% - 48px)) !important;
  max-width: 1440px !important;
}

body.landing-salla #pricing .section-label { margin-bottom: 17px !important; }

body.landing-salla #pricing .section-label .badge {
  padding: 9px 15px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #e9edf4 !important;
  color: #465166 !important;
  box-shadow: none !important;
}

body.landing-salla #pricing .section-title {
  width: min(760px, 100%) !important;
  max-width: 760px !important;
  margin-inline: auto !important;
  color: #151b27 !important;
  font-size: clamp(2.55rem, 4.25vw, 4.65rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -.045em !important;
  text-align: center !important;
}

body.landing-salla #pricing .section-title .gradient-text {
  display: inline !important;
  padding: 0 !important;
  background: none !important;
  color: #6875cc !important;
  -webkit-text-fill-color: currentColor !important;
  box-shadow: none !important;
}

body.landing-salla #pricing .section-sub {
  width: min(600px, 100%) !important;
  max-width: 600px !important;
  margin: 20px auto 0 !important;
  color: #667085 !important;
  font-size: 1rem !important;
  line-height: 1.9 !important;
  text-align: center !important;
}

body.landing-salla #pricing .pricing-toggle {
  width: fit-content !important;
  max-width: 100% !important;
  margin: 30px auto 54px !important;
  padding: 7px 10px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #fff !important;
  box-shadow: 0 12px 30px rgba(30, 41, 59, .08) !important;
}

body.landing-salla #pricing .pricing-toggle > span:not(.pricing-saving-note) {
  color: #596579 !important;
  font-size: .88rem !important;
  font-weight: 700 !important;
}

body.landing-salla #pricing .pricing-toggle > span.active { color: #172033 !important; }

body.landing-salla #pricing .toggle-switch {
  width: 52px !important;
  height: 30px !important;
  border: 0 !important;
  background: #202834 !important;
  box-shadow: none !important;
}

body.landing-salla #pricing .toggle-switch::after {
  width: 22px !important;
  height: 22px !important;
  background: #fff !important;
}

body.landing-salla #pricing .pricing-saving-note {
  padding: 6px 10px !important;
  border-radius: 999px !important;
  background: #eef3ff !important;
  color: #6574c7 !important;
  font-size: .7rem !important;
}

body.landing-salla #pricing .pricing-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 20px !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 auto !important;
}

body.landing-salla #pricing .pricing-card,
body.landing-salla #pricing .pricing-card.featured {
  position: relative !important;
  isolation: isolate !important;
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  min-height: 600px !important;
  margin: 0 !important;
  padding: 25px 23px 22px !important;
  gap: 21px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 28px !important;
  background: #fff !important;
  color: #172033 !important;
  box-shadow: 0 20px 52px rgba(37, 48, 68, .09) !important;
  transform: none !important;
}

body.landing-salla #pricing .pricing-card-layout {
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  grid-template-columns: none !important;
  gap: 22px !important;
  min-width: 0 !important;
}

body.landing-salla #pricing .pricing-card-offer {
  order: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  min-width: 0 !important;
  padding: 0 0 22px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(23, 32, 51, .09) !important;
  text-align: start !important;
}

body.landing-salla #pricing .pricing-card-benefits {
  order: 2 !important;
  display: flex !important;
  flex: 1 1 auto !important;
  flex-direction: column !important;
  min-width: 0 !important;
  padding: 0 !important;
}

body.landing-salla #pricing .pricing-card-eyebrow {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 28px !important;
  margin-bottom: 12px !important;
  padding: 5px 10px !important;
  border-radius: 999px !important;
  background: #f1f3f7 !important;
  color: #667085 !important;
  font-size: .7rem !important;
  font-weight: 750 !important;
}

body.landing-salla #pricing .pricing-plan {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  color: #172033 !important;
  font-size: 1.28rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

body.landing-salla #pricing .pricing-price {
  direction: ltr !important;
  display: flex !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  width: 100% !important;
  min-height: 74px !important;
  margin-top: 9px !important;
  padding: 0 !important;
  white-space: nowrap !important;
}

body.landing-salla #pricing .pricing-amount {
  color: #101722 !important;
  font-size: clamp(2.7rem, 3.4vw, 3.75rem) !important;
  font-weight: 850 !important;
  letter-spacing: -.055em !important;
  line-height: 1 !important;
}

body.landing-salla #pricing .pricing-currency {
  color: #101722 !important;
  font-size: 1.35rem !important;
  font-weight: 800 !important;
}

body.landing-salla #pricing .pricing-period {
  margin-inline-start: 7px !important;
  color: #7b8494 !important;
  font-size: .72rem !important;
}

body.landing-salla #pricing .pricing-desc {
  min-height: 47px !important;
  margin: 4px 0 0 !important;
  color: #707b8d !important;
  font-size: .83rem !important;
  line-height: 1.7 !important;
}

body.landing-salla #pricing .pricing-includes {
  margin: 0 0 14px !important;
  color: #273147 !important;
  font-size: .78rem !important;
  font-weight: 800 !important;
}

body.landing-salla #pricing .pricing-features {
  display: grid !important;
  gap: 11px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.landing-salla #pricing .pricing-feat {
  display: grid !important;
  grid-template-columns: 22px minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 9px !important;
  color: #465166 !important;
  font-size: .77rem !important;
  font-weight: 600 !important;
  line-height: 1.55 !important;
}

body.landing-salla #pricing .feat-check {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  background: #edf1f5 !important;
  color: #283347 !important;
}

body.landing-salla #pricing .pricing-btn {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 56px !important;
  margin-top: auto !important;
  padding: 12px 18px !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #161d28 !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: .9rem !important;
  font-weight: 800 !important;
}

body.landing-salla #pricing .pricing-btn::after {
  content: '‹' !important;
  display: inline-grid !important;
  place-items: center !important;
  width: 34px !important;
  height: 34px !important;
  margin-inline-start: auto !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, .13) !important;
  color: currentColor !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] {
  background: radial-gradient(circle at 100% 100%, rgba(137, 137, 246, .24), transparent 43%), linear-gradient(145deg, #f2f8ff 0%, #edeeff 100%) !important;
  box-shadow: 0 26px 68px rgba(95, 111, 190, .19) !important;
}

body.landing-salla #pricing .pricing-popular {
  position: static !important;
  align-self: flex-start !important;
  order: -1 !important;
  margin: 0 !important;
  padding: 7px 11px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .74) !important;
  color: #4e5b84 !important;
  box-shadow: none !important;
  font-size: .7rem !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-card-eyebrow {
  background: rgba(255, 255, 255, .66) !important;
  color: #6373bd !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] :is(.pricing-amount, .pricing-currency) { color: #6373c5 !important; }

body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] .pricing-btn {
  background: linear-gradient(135deg, #95d5f6, #8989f6) !important;
  color: #111827 !important;
  box-shadow: 0 13px 28px rgba(101, 122, 211, .24) !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] {
  background: radial-gradient(circle at 92% 105%, rgba(141, 162, 246, .44), transparent 38%), radial-gradient(circle at 0 0, rgba(149, 213, 246, .12), transparent 36%), #111827 !important;
  color: #f7f9fc !important;
  box-shadow: 0 24px 62px rgba(10, 17, 31, .22) !important;
}

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-card-offer { border-bottom-color: rgba(255, 255, 255, .12) !important; }
body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] :is(.pricing-plan, .pricing-includes, .pricing-feat, .pricing-amount, .pricing-currency) { color: #f7f9fc !important; }
body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] :is(.pricing-card-eyebrow, .pricing-period, .pricing-desc) { color: #b6c0d2 !important; }
body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] :is(.pricing-card-eyebrow, .feat-check) { background: rgba(255, 255, 255, .09) !important; }
body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .feat-check { color: #b8c5ff !important; }

body.landing-salla #pricing .pricing-card[data-plan-tier='pro'] .pricing-btn {
  background: #8da2f6 !important;
  color: #101522 !important;
  box-shadow: 0 12px 28px rgba(104, 124, 219, .24) !important;
}

body.landing-salla #pricing .pricing-payment-note {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 30px auto 0 !important;
  padding: 10px 14px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .72) !important;
  color: #7a8494 !important;
  box-shadow: none !important;
  font-size: .76rem !important;
}

html:not(.light) body.landing-salla #pricing {
  background: radial-gradient(circle at 52% 30%, rgba(70, 102, 255, .14), transparent 30%), radial-gradient(circle at 12% 25%, rgba(80, 111, 255, .15), transparent 11%), #101522 !important;
  color: #f7f9fc !important;
}

html:not(.light) body.landing-salla #pricing .section-title { color: #f5f7fb !important; }
html:not(.light) body.landing-salla #pricing .section-sub { color: #9ca8ba !important; }
html:not(.light) body.landing-salla #pricing :is(.section-label .badge, .pricing-toggle) { background: #1a2132 !important; color: #d9dfeb !important; box-shadow: 0 14px 34px rgba(0, 0, 0, .2) !important; }
html:not(.light) body.landing-salla #pricing .pricing-toggle > span:not(.pricing-saving-note) { color: #b7c0d0 !important; }
html:not(.light) body.landing-salla #pricing .pricing-toggle > span.active { color: #fff !important; }

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) {
  background: #171c2e !important;
  color: #f5f7fb !important;
  box-shadow: 0 21px 54px rgba(0, 0, 0, .2) !important;
}

html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-card-offer { border-bottom-color: rgba(255, 255, 255, .1) !important; }
html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) :is(.pricing-plan, .pricing-includes, .pricing-feat, .pricing-amount, .pricing-currency) { color: #f5f7fb !important; }
html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) :is(.pricing-card-eyebrow, .pricing-period, .pricing-desc) { color: #9ca8ba !important; }
html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) :is(.pricing-card-eyebrow, .feat-check) { background: rgba(255, 255, 255, .08) !important; }
html:not(.light) body.landing-salla #pricing .pricing-card:not([data-plan-tier='plus']):not([data-plan-tier='pro']) .pricing-btn { background: #f3f5f8 !important; color: #111827 !important; }
html:not(.light) body.landing-salla #pricing .pricing-payment-note { background: rgba(255, 255, 255, .06) !important; color: #98a4b7 !important; }

@media (min-width: 1181px) {
  body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] { transform: translateY(-12px) !important; }
  body.landing-salla #pricing .pricing-card[data-plan-tier='plus']:hover { transform: translateY(-16px) !important; }
}

@media (max-width: 1180px) {
  body.landing-salla #pricing .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    max-width: 920px !important;
  }
  body.landing-salla #pricing .pricing-card { min-height: 555px !important; }
}

@media (max-width: 680px) {
  body.landing-salla #pricing { padding: 70px 0 82px !important; }
  body.landing-salla #pricing .container { width: min(100% - 28px, 520px) !important; }
  body.landing-salla #pricing .section-title { width: min(330px, 100%) !important; font-size: clamp(2.05rem, 10.3vw, 3rem) !important; line-height: 1.2 !important; }
  body.landing-salla #pricing .section-sub { width: min(345px, 100%) !important; margin-top: 16px !important; font-size: .88rem !important; line-height: 1.8 !important; }
  body.landing-salla #pricing .pricing-toggle { margin: 25px auto 38px !important; padding: 6px 8px !important; gap: 8px !important; }
  body.landing-salla #pricing .pricing-toggle > span:not(.pricing-saving-note) { font-size: .78rem !important; }
  body.landing-salla #pricing .pricing-saving-note { display: none !important; }
  body.landing-salla #pricing .pricing-grid { grid-template-columns: minmax(0, 1fr) !important; gap: 18px !important; max-width: 500px !important; }
  body.landing-salla #pricing .pricing-card,
  body.landing-salla #pricing .pricing-card.featured,
  body.landing-salla #pricing .pricing-card[data-plan-tier='plus'] { min-height: 0 !important; padding: 24px 21px 21px !important; gap: 19px !important; border-radius: 26px !important; transform: none !important; }
  body.landing-salla #pricing .pricing-card-layout { gap: 20px !important; }
  body.landing-salla #pricing .pricing-card-offer { padding-bottom: 20px !important; }
  body.landing-salla #pricing .pricing-price { min-height: 66px !important; }
  body.landing-salla #pricing .pricing-amount { font-size: clamp(2.75rem, 15vw, 3.75rem) !important; }
  body.landing-salla #pricing .pricing-desc { min-height: 0 !important; }
  body.landing-salla #pricing .pricing-feat { font-size: .8rem !important; }
  body.landing-salla #pricing .pricing-payment-note { width: 100% !important; margin-top: 24px !important; font-size: .69rem !important; }
}

/* ================================================================
   LANDING EDITORIAL SECTIONS — solutions / features / how it works
   ================================================================ */
body.landing-salla :is(#solutions, #features, #how-it-works) .reveal {
  opacity: 1 !important;
  transform: none !important;
}

body.landing-salla [data-company-solution][hidden] {
  display: none !important;
}

body.landing-salla #solutions.landing-solutions {
  position: relative;
  padding: clamp(88px, 10vw, 148px) 0;
  overflow: hidden;
  background: #fff;
}

body.landing-salla #solutions.landing-solutions::before {
  position: absolute;
  top: 18%;
  inset-inline-end: -12vw;
  width: 42vw;
  aspect-ratio: 1;
  border: 1px solid rgba(116, 138, 236, .13);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(116, 138, 236, .035), 0 0 0 140px rgba(116, 138, 236, .025);
  content: "";
  pointer-events: none;
}

body.landing-salla .solutions-intro {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, .65fr);
  gap: 20px 64px;
  align-items: end;
  margin-bottom: 48px;
}

body.landing-salla .solutions-intro .section-label {
  grid-column: 1 / -1;
  margin: 0;
  text-align: start;
}

body.landing-salla .solutions-intro .section-title,
body.landing-salla .solutions-intro .section-sub {
  margin: 0 !important;
  text-align: start !important;
}

body.landing-salla .solutions-intro .section-title { max-width: 760px !important; }
body.landing-salla .solutions-intro .section-sub { max-width: 500px !important; }

body.landing-salla .solutions-runway {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr)) !important;
  gap: 16px !important;
}

body.landing-salla .solution-panel {
  position: relative;
  isolation: isolate;
  display: flex !important;
  flex-direction: column;
  min-height: 560px;
  padding: 34px !important;
  overflow: hidden;
  border: 0 !important;
  border-radius: 28px !important;
  box-shadow: none !important;
}

body.landing-salla .solution-panel.individual {
  background: #edf3fb !important;
  color: #111827;
}

body.landing-salla .solution-panel.company {
  background: #111728 !important;
  color: #f8fafc;
}

body.landing-salla .solution-panel::after {
  position: absolute;
  z-index: -1;
  right: -20%;
  bottom: -42%;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid currentColor;
  border-radius: 50%;
  box-shadow: 0 0 0 48px currentColor, 0 0 0 96px currentColor;
  content: "";
  opacity: .08;
}

body.landing-salla .solution-index {
  position: absolute;
  top: 22px;
  inset-inline-end: 30px;
  font: 700 clamp(4.8rem, 8vw, 7.5rem)/1 Cairo, sans-serif;
  opacity: .055;
}

body.landing-salla .solution-panel-head {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 52px;
  margin-bottom: auto;
}

body.landing-salla .solution-panel .solution-icon {
  display: grid !important;
  place-items: center;
  width: 48px !important;
  height: 48px !important;
  border-radius: 15px !important;
  background: rgba(255, 255, 255, .74) !important;
  color: #506ee8 !important;
}

body.landing-salla .solution-panel.company .solution-icon {
  background: rgba(255, 255, 255, .08) !important;
  color: #95d5f6 !important;
}

body.landing-salla .solution-panel .solution-kicker {
  color: inherit !important;
  font-weight: 700;
  opacity: .72;
}

body.landing-salla .solution-panel-body {
  position: relative;
  z-index: 1;
  max-width: 600px;
}

body.landing-salla .solution-panel .solution-title {
  margin: 0 0 16px !important;
  color: inherit !important;
  font-size: clamp(1.85rem, 3.2vw, 3.15rem) !important;
  line-height: 1.25 !important;
}

body.landing-salla .solution-panel .solution-desc {
  margin: 0 0 28px !important;
  color: inherit !important;
  font-size: .96rem !important;
  line-height: 1.95 !important;
  opacity: .68;
}

body.landing-salla .solution-panel .solution-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 20px !important;
  margin: 0 0 30px !important;
  padding: 0 !important;
}

body.landing-salla .solution-panel .solution-list li {
  padding: 12px 0 !important;
  border: 0 !important;
  border-top: 1px solid currentColor !important;
  border-radius: 0 !important;
  background: none !important;
  color: inherit !important;
  opacity: .8;
}

body.landing-salla .solution-panel .solution-link {
  align-self: flex-start;
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  padding: 12px 18px !important;
  border-radius: 999px !important;
  background: #111728 !important;
  color: #fff !important;
  text-decoration: none;
}

body.landing-salla .solution-panel.company .solution-link {
  background: #f7f9fc !important;
  color: #111728 !important;
}

body.landing-salla #features.landing-features {
  padding: clamp(90px, 10vw, 150px) 0;
  overflow: hidden;
  background: #101524 !important;
  color: #f8fafc;
}

body.landing-salla .feature-stage {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(0, 1.45fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: start;
}

body.landing-salla .features-intro {
  position: sticky;
  top: 110px;
}

body.landing-salla #features .section-label {
  margin: 0 0 22px;
  text-align: start;
}

body.landing-salla #features .section-title {
  max-width: 600px !important;
  margin: 0 !important;
  color: #fff !important;
  text-align: start !important;
}

body.landing-salla #features .section-sub {
  max-width: 520px !important;
  margin: 18px 0 0 !important;
  color: #a8b2c3 !important;
  text-align: start !important;
}

body.landing-salla #features .gradient-text { -webkit-text-fill-color: transparent !important; }

body.landing-salla .feature-stage-note {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: #8995a8;
  font-size: .82rem;
}

body.landing-salla .feature-stage-note strong {
  color: #fff;
  font-size: 2rem;
}

body.landing-salla .feature-ledger { display: block !important; }

body.landing-salla .feature-row {
  display: grid !important;
  grid-template-columns: 42px 52px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 132px;
  padding: 26px 0 !important;
  border: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, .1) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
}

body.landing-salla .feature-row:last-child { border-bottom: 1px solid rgba(255, 255, 255, .1) !important; }
body.landing-salla .feature-row:hover { transform: translateX(-7px) !important; }
body.landing-salla .feature-number { color: #6f7e94; font-size: .72rem; letter-spacing: .14em; }

body.landing-salla .feature-row .feature-icon {
  display: grid !important;
  place-items: center;
  width: 50px !important;
  height: 50px !important;
  border-radius: 15px !important;
  background: rgba(145, 166, 246, .1) !important;
  color: #95d5f6 !important;
}

body.landing-salla .feature-copy { min-width: 0; }

body.landing-salla .feature-row .feature-title {
  margin: 0 0 6px !important;
  color: #fff !important;
  font-size: 1.12rem !important;
}

body.landing-salla .feature-row .feature-desc {
  max-width: 610px;
  margin: 0 !important;
  color: #9ba7ba !important;
  line-height: 1.75 !important;
}

body.landing-salla .feature-access {
  justify-self: end;
  padding: 7px 11px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .07) !important;
  color: #c7cfdb !important;
  font-size: .68rem !important;
}

body.landing-salla #how-it-works.landing-process {
  padding: clamp(90px, 10vw, 145px) 0;
  overflow: hidden;
  background: #f4f6fa !important;
}

body.landing-salla .process-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .65fr);
  gap: 18px 60px;
  align-items: end;
  margin-bottom: 76px;
}

body.landing-salla .process-intro .section-label {
  grid-column: 1 / -1;
  margin: 0;
  text-align: start;
}

body.landing-salla .process-intro .section-title,
body.landing-salla .process-intro .section-sub {
  margin: 0 !important;
  text-align: start !important;
}

body.landing-salla .process-intro .section-title { max-width: 760px !important; }
body.landing-salla .process-intro .section-sub { max-width: 480px !important; }

body.landing-salla .process-track {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: clamp(26px, 5vw, 70px) !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.landing-salla .process-rail {
  position: absolute;
  top: 33px;
  right: 11%;
  left: 11%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #93c9f6 16%, #8989f6 50%, #93c9f6 84%, transparent);
}

body.landing-salla .process-step {
  position: relative;
  z-index: 1;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  text-align: start !important;
}

body.landing-salla .process-step .step-number {
  display: grid !important;
  place-items: center;
  width: 66px;
  height: 66px;
  margin: 0 0 30px !important;
  border-radius: 50% !important;
  background: #fff !important;
  box-shadow: 0 13px 32px rgba(42, 57, 91, .1) !important;
  color: #1b2333 !important;
  font-weight: 800 !important;
}

body.landing-salla .process-step .step-title {
  margin: 0 0 11px !important;
  color: #172033 !important;
  font-size: 1.3rem !important;
}

body.landing-salla .process-step .step-desc {
  margin: 0 !important;
  color: #768196 !important;
  line-height: 1.8 !important;
}

html:not(.light) body.landing-salla #solutions.landing-solutions { background: #151a2a !important; }
html:not(.light) body.landing-salla .solution-panel.individual { background: #1c2335 !important; color: #f5f7fb; }
html:not(.light) body.landing-salla #how-it-works.landing-process { background: #151a2a !important; }
html:not(.light) body.landing-salla .process-intro .section-title,
html:not(.light) body.landing-salla .process-step .step-title { color: #f5f7fb !important; }
html:not(.light) body.landing-salla .process-intro .section-sub,
html:not(.light) body.landing-salla .process-step .step-desc { color: #99a6ba !important; }
html:not(.light) body.landing-salla .process-step .step-number { background: #20283b !important; box-shadow: none !important; color: #e8edf7 !important; }

@media (max-width: 900px) {
  body.landing-salla .solutions-intro,
  body.landing-salla .process-intro,
  body.landing-salla .feature-stage { grid-template-columns: 1fr; }
  body.landing-salla .features-intro { position: static; }
  body.landing-salla .feature-stage-note { margin-top: 26px; }
}

@media (max-width: 680px) {
  body.landing-salla #solutions.landing-solutions,
  body.landing-salla #features.landing-features,
  body.landing-salla #how-it-works.landing-process { padding: 72px 0; }
  body.landing-salla .solutions-intro,
  body.landing-salla .process-intro { margin-bottom: 36px; }
  body.landing-salla .solutions-runway { grid-template-columns: 1fr !important; }
  body.landing-salla .solution-panel { min-height: 510px; padding: 25px !important; border-radius: 24px !important; }
  body.landing-salla .solution-panel .solution-list { grid-template-columns: 1fr; }
  body.landing-salla .feature-stage { gap: 34px; }
  body.landing-salla .feature-row { grid-template-columns: 34px 46px minmax(0, 1fr); gap: 12px; min-height: 128px; padding: 21px 0 !important; }
  body.landing-salla .feature-row .feature-icon { width: 44px !important; height: 44px !important; }
  body.landing-salla .feature-access { grid-column: 3; justify-self: start; }
  body.landing-salla .process-track { grid-template-columns: 1fr !important; gap: 34px !important; padding-inline-start: 12px !important; }
  body.landing-salla .process-rail { top: 22px; right: 43px; bottom: 22px; left: auto; width: 1px; height: auto; }
  body.landing-salla .process-step { display: grid !important; grid-template-columns: 66px minmax(0, 1fr); gap: 18px; align-items: start; }
  body.landing-salla .process-step .step-number { width: 56px; height: 56px; margin: 0 !important; }
}
