:root {
  --b24-pro-blue: #3476c4;
  --b24-pro-blue-dark: #2a6cb9;
  --b24-pro-orange: #f58220;
  --b24-pro-ink: #20262d;
  --b24-pro-muted: #69737f;
  --b24-pro-line: #e0e5eb;
  --b24-pro-surface: #ffffff;
  --b24-pro-bg: #f7f8fa;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body.b24-commercial-page {
  margin: 0;
  background: var(--b24-pro-bg);
  color: var(--b24-pro-ink);
  font-family: "Noto Naskh Arabic UI", "Noto Naskh Arabic", "Noto Kufi Arabic", "Cairo", Arial, sans-serif;
}
body.b24-commercial-page ::selection {
  background: #dfe4e9;
  color: #20262d;
}
.b24-commercial-main {
  width: min(1180px, calc(100% - 36px));
  margin: 30px auto 0;
}
.b24-pro-breadcrumb {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 12px;
  color: #708399;
  font-size: 10px;
  font-weight: 700;
}
.b24-pro-breadcrumb a {
  color: var(--b24-pro-blue) !important;
  text-decoration: none !important;
}
.b24-pro-breadcrumb span {
  opacity: 0.62;
}

.b24-pro-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 300px;
  padding: 38px clamp(25px, 5vw, 62px);
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(265px, 0.65fr);
  align-items: center;
  gap: 46px;
  border: 1px solid var(--b24-pro-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 13px 38px rgba(30, 47, 64, 0.07);
  color: var(--b24-pro-ink);
}
.b24-pro-hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 330px;
  height: 330px;
  left: -120px;
  top: -190px;
  border-radius: 50%;
  background: #f1f3f5;
}
.b24-pro-hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 250px;
  height: 250px;
  right: -145px;
  bottom: -170px;
  border-radius: 50%;
  background: rgba(245, 130, 32, 0.1);
}
.b24-pro-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 31px;
  padding: 0 12px;
  margin-bottom: 13px;
  border: 1px solid #e1e6eb;
  border-radius: 999px;
  background: #f7f8fa;
  color: #56718a;
  font-size: 9px;
  font-weight: 900;
}
.b24-pro-kicker svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.b24-pro-hero h1 {
  margin: 0;
  color: var(--b24-pro-ink) !important;
  font-size: clamp(26px, 3.1vw, 42px);
  font-weight: 900;
  line-height: 1.42;
  text-shadow: none;
}
.b24-pro-hero p {
  max-width: 680px;
  margin: 13px 0 0;
  color: var(--b24-pro-muted);
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
}
.b24-pro-hero-card {
  padding: 24px;
  border: 1px solid #e1e6eb;
  border-radius: 19px;
  background: #f7f8fa;
  box-shadow: none;
  text-align: center;
}
.b24-pro-hero-card > span {
  display: block;
  color: #6e7884;
  font-size: 9px;
  font-weight: 800;
}
.b24-pro-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  margin: 7px 0;
  color: var(--b24-pro-ink);
  direction: ltr;
}
.b24-pro-price strong {
  font-family: "Noto Naskh Arabic UI", "Noto Naskh Arabic", "Cairo", Arial, sans-serif;
  font-size: 43px;
  font-weight: 900;
  line-height: 1;
}
.b24-pro-price b {
  color: var(--b24-pro-orange);
  font-size: 14px;
  font-weight: 900;
}
.b24-pro-price small {
  font-size: 9px;
  font-weight: 700;
  opacity: 0.8;
}
.b24-pro-hero-card p {
  margin: 6px 0 15px;
  color: #7a838d;
  font-size: 8.5px;
  line-height: 1.8;
}
.b24-pro-cta {
  min-height: 43px;
  padding: 9px 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--b24-pro-blue) !important;
  color: #fff !important;
  font-size: 10px;
  font-weight: 900;
  text-decoration: none !important;
  box-shadow: 0 7px 18px rgba(52, 118, 196, 0.14);
  transition:
    transform 0.16s ease,
    box-shadow 0.16s ease;
}
.b24-pro-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 23px rgba(52, 118, 196, 0.2);
}
.b24-pro-cta--blue {
  background: var(--b24-pro-blue) !important;
  color: #fff !important;
}
.b24-pro-cta--ghost {
  border-color: #cbdced;
  background: #fff !important;
  color: var(--b24-pro-blue) !important;
  box-shadow: none;
}

.b24-pro-section {
  margin-top: 28px;
  padding: 27px;
  border: 1px solid var(--b24-pro-line);
  border-radius: 21px;
  background: #fff !important;
  box-shadow: 0 7px 24px rgba(30, 47, 64, 0.045);
}
.b24-pro-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.b24-pro-section-heading h2 {
  margin: 0;
  padding: 0 !important;
  background: transparent !important;
  color: var(--b24-pro-ink) !important;
  font-size: 20px;
  font-weight: 900;
  box-shadow: none !important;
}
.b24-pro-section-heading p {
  max-width: 650px;
  margin: 0;
  padding: 0 !important;
  background: transparent !important;
  color: var(--b24-pro-muted) !important;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.9;
  box-shadow: none !important;
}
.b24-pro-plans {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.b24-pro-plan {
  position: relative;
  min-width: 0;
  padding: 23px;
  border: 1px solid var(--b24-pro-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(30, 97, 175, 0.045);
}
.b24-pro-plan.is-popular {
  border-color: rgba(245, 130, 32, 0.58);
  box-shadow: 0 10px 26px rgba(49, 54, 60, 0.08);
}
.b24-pro-plan-badge {
  position: absolute;
  top: -11px;
  left: 18px;
  min-height: 23px;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--b24-pro-orange);
  color: #fff;
  font-size: 7.5px;
  font-weight: 900;
  box-shadow: 0 5px 13px rgba(245, 130, 32, 0.2);
}
.b24-pro-plan h3 {
  margin: 0;
  color: var(--b24-pro-ink);
  font-size: 15px;
  font-weight: 900;
}
.b24-pro-plan > p {
  min-height: 40px;
  margin: 7px 0 14px;
  color: var(--b24-pro-muted);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.8;
}
.b24-pro-plan-price {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 17px;
  color: var(--b24-pro-ink);
  direction: ltr;
}
.b24-pro-plan-price strong {
  font-family: "Noto Naskh Arabic UI", "Noto Naskh Arabic", "Cairo", Arial, sans-serif;
  font-size: 29px;
  font-weight: 900;
  line-height: 1;
}
.b24-pro-plan-price b {
  color: var(--b24-pro-orange);
  font-size: 11px;
}
.b24-pro-plan-price small {
  color: #7a838d;
  font-size: 8px;
}
.b24-pro-feature-list {
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}
.b24-pro-feature-list li {
  position: relative;
  padding-right: 24px;
  color: #40546a;
  font-size: 9.5px;
  font-weight: 700;
  line-height: 1.75;
}
.b24-pro-feature-list li::before {
  content: "✓";
  position: absolute;
  right: 0;
  top: 1px;
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f0f2f4;
  color: #596b7b;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
}
.b24-pro-plan .b24-pro-cta {
  width: 100%;
}

.b24-pro-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.b24-pro-feature {
  padding: 18px;
  border: 1px solid #e3e6ea;
  border-radius: 16px;
  background: #fff;
}
.b24-pro-feature-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 11px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: #f0f2f4;
  color: #60778b;
}
.b24-pro-feature-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.b24-pro-feature h3 {
  margin: 0 0 6px;
  color: var(--b24-pro-ink);
  font-size: 11px;
  font-weight: 900;
}
.b24-pro-feature p {
  margin: 0;
  color: var(--b24-pro-muted);
  font-size: 8.8px;
  font-weight: 600;
  line-height: 1.9;
}
.b24-pro-note {
  margin-top: 17px;
  padding: 14px 16px;
  border: 1px solid #e0e4e8;
  border-radius: 13px;
  background: #f8f9fa;
  color: #59636e;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.9;
}
.b24-pro-note strong {
  color: #242a30;
}

.b24-duration-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.b24-duration-card {
  position: relative;
  padding: 20px;
  border: 1px solid var(--b24-pro-line);
  border-radius: 17px;
  background: #fff;
  text-align: center;
  transition:
    transform 0.16s ease,
    border-color 0.16s ease,
    box-shadow 0.16s ease;
}
.b24-duration-card:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 130, 32, 0.48);
  box-shadow: 0 11px 24px rgba(49, 54, 60, 0.08);
}
.b24-duration-card.is-popular {
  border: 2px solid var(--b24-pro-orange);
  background: #fff;
}
.b24-duration-card h3 {
  margin: 0;
  color: var(--b24-pro-ink);
  font-size: 13px;
  font-weight: 900;
}
.b24-duration-card > p {
  margin: 5px 0 12px;
  color: var(--b24-pro-muted);
  font-size: 8px;
  font-weight: 700;
}
.b24-duration-price {
  margin-bottom: 14px;
  color: var(--b24-pro-ink);
  direction: ltr;
}
.b24-duration-price strong {
  font-family: "Noto Naskh Arabic UI", "Noto Naskh Arabic", "Cairo", Arial, sans-serif;
  font-size: 31px;
  font-weight: 900;
}
.b24-duration-price span {
  color: var(--b24-pro-orange);
  font-size: 11px;
  font-weight: 900;
}
.b24-duration-card .b24-pro-cta {
  width: 100%;
  min-height: 39px;
  font-size: 9px;
}

.b24-featured-demo {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(330px, 1.15fr);
  gap: 28px;
  align-items: center;
}
.b24-featured-demo-copy h2 {
  margin: 0 0 9px;
  color: var(--b24-pro-ink) !important;
  font-size: 20px;
  font-weight: 900;
}
.b24-featured-demo-copy p {
  margin: 0;
  color: var(--b24-pro-muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 2;
}
.b24-featured-demo-copy ul {
  margin: 15px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
  list-style: none;
}
.b24-featured-demo-copy li {
  position: relative;
  padding-right: 24px;
  color: #40546a;
  font-size: 9.5px;
  font-weight: 750;
  line-height: 1.75;
}
.b24-featured-demo-copy li::before {
  content: "";
  position: absolute;
  right: 4px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--b24-pro-orange);
  box-shadow: 0 0 0 4px #fff0e4;
}
.b24-demo-card {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 155px minmax(0, 1fr);
  min-height: 174px;
  border: 2px solid var(--b24-pro-orange);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 31px rgba(49, 54, 60, 0.1);
}
.b24-demo-image {
  min-height: 174px;
  background: linear-gradient(145deg, #eceff2, #c8ced5);
  position: relative;
}
.b24-demo-image::before {
  content: "";
  position: absolute;
  inset: 25px;
  border: 10px solid rgba(255, 255, 255, 0.72);
  border-top-width: 25px;
  border-radius: 12px;
  transform: skewY(-5deg);
}
.b24-demo-details {
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.b24-demo-badge {
  position: absolute;
  top: 13px;
  right: 13px;
  min-height: 24px;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--b24-pro-orange);
  color: #fff;
  font-size: 8px;
  font-weight: 900;
  box-shadow: 0 5px 12px rgba(245, 130, 32, 0.22);
}
.b24-demo-details h3 {
  margin: 21px 0 7px;
  color: var(--b24-pro-ink);
  font-size: 14px;
  font-weight: 900;
}
.b24-demo-details p {
  margin: 0;
  color: #737d87;
  font-size: 9px;
  font-weight: 650;
}
.b24-demo-details strong {
  margin-top: auto;
  color: var(--b24-pro-ink);
  font-family: "Noto Naskh Arabic UI", "Noto Naskh Arabic", "Cairo", Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.b24-pro-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  counter-reset: b24-step;
}
.b24-pro-step {
  position: relative;
  padding: 20px 54px 20px 18px;
  border: 1px solid #e1e5e9;
  border-radius: 15px;
  background: #fff;
  counter-increment: b24-step;
}
.b24-pro-step::before {
  content: counter(b24-step);
  position: absolute;
  right: 16px;
  top: 18px;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--b24-pro-orange);
  color: #fff;
  font-family: "Noto Naskh Arabic UI", "Noto Naskh Arabic", "Cairo", Arial, sans-serif;
  font-size: 12px;
  font-weight: 900;
}
.b24-pro-step h3 {
  margin: 0 0 5px;
  color: var(--b24-pro-ink);
  font-size: 11px;
  font-weight: 900;
}
.b24-pro-step p {
  margin: 0;
  color: var(--b24-pro-muted);
  font-size: 8.5px;
  font-weight: 600;
  line-height: 1.85;
}
.b24-pro-final-cta {
  margin: 28px 0 0;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 1px solid var(--b24-pro-line);
  border-radius: 19px;
  background: #fff;
  color: var(--b24-pro-ink);
  box-shadow: 0 7px 24px rgba(30, 47, 64, 0.045);
}
.b24-pro-final-cta h2 {
  margin: 0 0 5px;
  color: var(--b24-pro-ink) !important;
  font-size: 17px;
  font-weight: 900;
}
.b24-pro-final-cta p {
  margin: 0;
  color: var(--b24-pro-muted);
  font-size: 9px;
  font-weight: 600;
  line-height: 1.8;
}
.b24-pro-final-cta .b24-pro-cta {
  flex: none;
}

@media (max-width: 900px) {
  .b24-commercial-main {
    width: min(100% - 22px, 680px);
    margin-top: 16px;
  }
  .b24-pro-hero {
    min-height: 0;
    padding: 25px 19px;
    grid-template-columns: 1fr;
    gap: 22px;
    border-radius: 18px;
  }
  .b24-pro-hero h1 {
    font-size: 25px;
  }
  .b24-pro-hero p {
    font-size: 10px;
  }
  .b24-pro-hero-card {
    padding: 20px;
  }
  .b24-pro-section {
    margin-top: 18px;
    padding: 18px 14px;
    border-radius: 17px;
  }
  .b24-pro-section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
  .b24-pro-section-heading h2 {
    font-size: 17px;
  }
  .b24-pro-plans,
  .b24-pro-feature-grid,
  .b24-pro-steps {
    grid-template-columns: 1fr;
  }
  .b24-duration-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .b24-featured-demo {
    grid-template-columns: 1fr;
  }
  .b24-demo-card {
    grid-template-columns: 115px minmax(0, 1fr);
    min-height: 150px;
  }
  .b24-demo-image {
    min-height: 150px;
  }
  .b24-demo-details {
    padding: 17px;
  }
  .b24-pro-final-cta {
    align-items: stretch;
    flex-direction: column;
  }
  .b24-pro-final-cta .b24-pro-cta {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .b24-duration-grid {
    grid-template-columns: 1fr;
  }
  .b24-demo-card {
    grid-template-columns: 95px minmax(0, 1fr);
  }
  .b24-demo-details h3 {
    font-size: 11px;
  }
  .b24-demo-details strong {
    font-size: 17px;
  }
}
