/* Fixed / absolute navbar clearance */
:root {
  --lb-header-top: 40px;
  --lb-nav-height: 82px;
  --lb-header-offset: calc(var(--lb-header-top) + var(--lb-nav-height));
  --lb-sticky-offset: 90px;
  --lb-hero-gap: 0px;
  /* Brand blues (replace theme orange accents) */
  --lb-navy: #213E6E;
  --lb-blue: #2f6fed;
  --lb-blue-hover: #1f5ad6;
  /* Colorful check accent (included / positive items) */
  --lb-check: #16a34a;
  --lb-check-bg: rgba(22, 163, 74, 0.12);
}

html {
  scroll-padding-top: calc(var(--lb-sticky-offset) + 12px);
}

@media (max-width: 991px) {
  :root {
    --lb-nav-height: 70px;
    --lb-sticky-offset: 78px;
  }
}

@media (max-width: 767px) {
  :root {
    --lb-header-top: 0px;
    --lb-nav-height: 64px;
    --lb-sticky-offset: 70px;
  }
}

/*
 * Inner pages: keep header in document flow so the page heading
 * does not need ~120px of clearance padding under an absolute nav.
 */
.transparent-header.inner-header-style {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 100%;
}

/* Page heading under navbar (all inner pages) */
.breadcrumb-area.lb-page-hero,
.lb-page-hero.breadcrumb-area {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 22px 0 20px !important;
  background:
    radial-gradient(1200px 280px at 50% -40%, rgba(47, 111, 237, 0.18), transparent 60%),
    linear-gradient(180deg, #eef3fb 0%, #f7f9fc 100%) !important;
  background-image: none;
  overflow: hidden;
}

.lb-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(33, 62, 110, 0.04), transparent 40%, rgba(47, 111, 237, 0.06)),
    radial-gradient(ellipse at top right, rgba(33, 62, 110, 0.08), transparent 55%);
  pointer-events: none;
}

.lb-page-hero .container {
  position: relative;
  z-index: 1;
  /* Match Elementor's boxed-section content width so the page title lines
     up with the section content below it. */
  max-width: 1260px;
}

.lb-page-hero__inner,
.lb-page-hero .breadcrumb-text {
  text-align: left !important;
  max-width: none;
  width: 100%;
  margin: 0;
  float: none !important;
  color: #213E6E !important;
}

.lb-page-hero__crumbs {
  margin: 0 0 10px;
}

.lb-page-hero .breadcrumb-menu,
.lb-page-hero__crumbs .breadcrumb-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-start !important;
}

.lb-page-hero .breadcrumb-menu li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: none;
  color: #6b7c90;
  float: none !important;
}

.lb-page-hero .breadcrumb-menu li+li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #9aa8b8;
  margin-right: 0;
}

.lb-page-hero .breadcrumb-menu a {
  display: inline !important;
  color: #5b6b7c !important;
  text-decoration: none;
  font-size: 12px !important;
  font-weight: 500 !important;
  float: none !important;
  margin: 0 !important;
}

.lb-page-hero .breadcrumb-menu a:hover {
  color: #2f6fed !important;
  text-decoration: underline;
}

.lb-page-hero .breadcrumb-menu span[aria-current="page"] {
  color: #213E6E !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  float: none !important;
  margin: 0 !important;
}

.lb-page-hero__title,
.lb-page-hero .breadcrumb-text h1 {
  margin: 0;
  padding: 0;
  font-size: clamp(28px, 4vw, 42px) !important;
  line-height: 1.15 !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
  color: #213E6E !important;
  text-transform: none !important;
  float: none !important;
}

.lb-page-hero__main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  margin-top: 4px;
}

.lb-page-hero__copy {
  min-width: 0;
  flex: 1 1 auto;
  max-width: 40em;
}

.lb-page-hero__logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  padding-top: 2px;
}

.lb-page-hero__logo img {
  display: block;
  max-width: 200px;
  max-height: 56px;
  width: auto;
  height: auto;
  margin: 0;
  object-fit: contain;
  object-position: right center;
}

.lb-page-hero__sub {
  margin: 10px 0 0;
  max-width: 40em;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #5b6b7c;
}

/* Other templates still using .breadcrumb-bg — keep clearance for absolute overlays if any */
.breadcrumb-area.breadcrumb-bg {
  padding: 80px 0 48px !important;
  background-color: #1e3a6e;
  background-size: cover;
  background-position: center;
}

.breadcrumb-area.breadcrumb-bg .breadcrumb-content h2,
.breadcrumb-area.breadcrumb-bg h2 {
  font-size: clamp(28px, 4vw, 44px) !important;
  line-height: 1.2 !important;
  text-transform: none !important;
  margin-bottom: 12px !important;
}

.lb-page-body.blog-area {
  padding-top: 28px;
  margin-top: 0 !important;
}

@media (max-width: 767px) {

  .lb-page-hero__title,
  .lb-page-hero .breadcrumb-text h1 {
    font-size: 28px !important;
  }

  .lb-page-hero__main {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 12px;
  }

  .lb-page-hero__logo {
    max-width: 140px;
    min-height: 0;
    padding-top: 0;
  }

  .lb-page-hero__logo img {
    max-width: 130px;
    max-height: 40px;
    object-position: left center;
  }

  .lb-page-hero__sub {
    font-size: 14px;
    margin-top: 8px;
  }

  .lb-page-hero.breadcrumb-area,
  .breadcrumb-area.lb-page-hero {
    padding: 14px 0 12px !important;
  }
}

/* In-page anchors clear sticky navbar */
.lb-install-section,
#lb-fleetssl-install,
.lb-about-panel,
.lb-notice-wrap,
.elementor-widget-accordion,
.lb-section-head {
  scroll-margin-top: calc(var(--lb-sticky-offset) + 16px);
}

/* LicenseBoy layout + discontinued / install polish */

/* Theme: hide empty thumb + prev/next on product pages */
.lb-product-discontinued .blog-thumb,
.lb-product-discontinued .next-prev-post {
  display: none !important;
}

.lb-product-discontinued.blog-area,
.lb-product-discontinued .blog-area,
body.lb-product-discontinued {
  overflow-x: hidden;
}

/* On install-docs pages, tighten the Elementor pricing widget chrome */
body.lb-has-install-docs .elementor-widget-bdevs-pricing-one .elementor-widget-container {
  padding: 0;
}

body.lb-has-install-docs .elementor-element.elementor-widget-bdevs-pricing-one {
  width: 100%;
}

/* Break notices out of the narrow blog column */
.lb-notice-wrap {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-top: 0;
  margin-bottom: 8px;
  padding: 20px 0 0;
  background: transparent;
}

.lb-discontinued-banner {
  max-width: 960px;
  margin: 0 auto 8px;
  padding: 14px 18px;
  border: 1px solid #e2c48a;
  background: #fff8e8;
  color: #4a3b1f;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1.55;
}

.lb-discontinued-banner strong {
  color: #2b2110;
}

.lb-discontinued-banner a {
  color: #1f4fbf;
  text-decoration: underline;
}

/* Pricing splash / shadow overlay */
.lb-pricing-discontinued {
  position: relative;
  isolation: isolate;
}

.lb-pricing-discontinued .package-pricing-area {
  filter: grayscale(0.35);
}

.lb-pricing-discontinued .package-pricing-box,
.lb-pricing-discontinued a.btn,
.lb-pricing-discontinued a.pack-price-btn {
  pointer-events: none;
  user-select: none;
}

.lb-pricing-splash {
  position: absolute;
  inset: 0;
  z-index: 6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  background: rgba(12, 22, 40, 0.62);
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(1.5px);
  -webkit-backdrop-filter: blur(1.5px);
}

.lb-pricing-splash__card {
  max-width: 420px;
  width: 100%;
  text-align: center;
  padding: 28px 24px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  color: #243247;
}

.lb-pricing-splash__label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 5px 12px;
  border-radius: 4px;
  background: #213E6E;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.lb-pricing-splash__card p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.5;
}

.lb-pricing-splash__btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 6px;
  background: #2f6fed;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none !important;
  line-height: 1.2;
}

.lb-pricing-splash__btn:hover {
  background: #1f5ad6;
  color: #fff !important;
}

/* FleetSSL install — full-bleed background band, card matches the site's
   standard 1260px content width so it lines up with the sections above and
   below it (About panel, hero, etc.) instead of the old narrower 900px card. */
.lb-install-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 48px 20px 56px;
  background: linear-gradient(180deg, #eef3f9 0%, #f7f9fc 100%);
}

.lb-install-docs {
  max-width: none;
  width: 100%;
  margin: 0 auto;
  padding: 32px 36px 36px;
  border: 1px solid #d8e0ea;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(33, 62, 110, 0.08);
  color: #243247;
  direction: ltr;
  text-align: left;
}

.lb-install-docs__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
}

.lb-install-docs__intro {
  flex: 1;
  min-width: 0;
}

.lb-install-docs__intro h2 {
  margin: 0 0 10px;
  font-size: clamp(22px, 3vw, 30px);
  color: #213E6E;
  font-weight: 700;
  line-height: 1.25;
}

.lb-install-docs__badge {
  flex: 0 0 auto;
  display: inline-block;
  padding: 8px 14px;
  border-radius: 6px;
  background: #0c8f5a;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}

.lb-install-docs__note {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #5b6b7c;
}

.lb-install-docs__note--secondary {
  margin-bottom: 0;
  font-size: 14px;
}

.lb-install-docs__logo {
  text-align: center;
  margin: 18px 0 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e6ebf2;
}

.lb-install-docs__logo img {
  height: 60px;
  width: auto;
  max-width: 100%;
}

.lb-install-docs__os {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  color: #213E6E;
}

.lb-install-docs__block {
  margin: 0 0 22px;
}

.lb-install-docs__block:last-child {
  margin-bottom: 0;
}

.lb-install-docs__hint {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.45;
  color: #6b7a8c;
}

.lb-install-docs__command {
  position: relative;
  margin: 0;
}

.lb-install-docs__pre {
  margin: 0;
  padding: 14px 48px 14px 16px;
  overflow-x: auto;
  border-radius: 8px;
  background: #1e293b;
  color: #e2e8f0;
  font-size: 13px;
  line-height: 1.65;
  white-space: pre;
}

.lb-install-docs__line {
  display: block;
  background: transparent;
  color: inherit;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  white-space: pre;
}

.lb-install-docs__prompt {
  color: #94a3b8;
  user-select: none;
}

.lb-install-docs__copy {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 32px;
  height: 32px;
  min-width: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 6px;
  background: rgba(15, 23, 42, 0.65);
  color: #e2e8f0;
  cursor: pointer;
  box-shadow: none;
}

.lb-install-docs__copy:hover,
.lb-install-docs__copy:focus-visible {
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  outline: none;
}

.lb-install-docs__copy.is-copied {
  background: #0c8f5a;
  color: #fff;
}

.lb-install-docs__copy-icon {
  display: block;
  pointer-events: none;
}

.lb-install-docs__copy::after {
  content: attr(data-tooltip);
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  padding: 6px 8px;
  border-radius: 4px;
  background: #0f172a;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
  transition: opacity .15s ease, transform .15s ease;
}

.lb-install-docs__copy:hover::after,
.lb-install-docs__copy:focus-visible::after,
.lb-install-docs__copy.is-copied::after {
  opacity: 1;
  transform: translateY(0);
}

.lb-install-cta {
  max-width: 900px;
  margin: 28px auto 0;
  padding: 28px 24px;
  text-align: center;
}

.lb-install-cta__text {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 1.45;
  color: #243247;
  font-weight: 600;
}

.lb-install-cta__btn {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 8px;
  background: #2f6fed;
  color: #fff !important;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(47, 111, 237, 0.28);
}

.lb-install-cta__btn:hover {
  background: #1f5ad6;
  color: #fff !important;
}

@media (max-width: 767px) {
  .lb-install-docs {
    padding: 20px 16px 24px;
  }

  .lb-install-docs__top {
    flex-direction: row;
    align-items: flex-start;
  }

  .lb-install-docs__badge {
    margin-top: 4px;
  }

  .lb-install-docs__pre {
    font-size: 12px;
  }
}

.lb-section-head {
  text-align: center;
  margin: 12px auto 28px;
  max-width: 740px;
}

.lb-section-head img {
  display: block;
  margin: 0 auto 12px;
  width: 56px;
  height: 56px;
}

.lb-section-head h2 {
  margin: 0;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.25;
  font-weight: 700;
  color: #213E6E;
  letter-spacing: -0.01em;
}

.lb-section-head .lb-section-sub {
  margin: 8px 0 0;
  font-size: 15px;
  line-height: 1.5;
  color: #5b6b7c;
}

/* About + How it works — side by side, tops aligned */
.elementor-section:has(.lb-about-panel):has(.lb-how-panel),
.elementor-section:has(.lb-about-panel):has(.lb-how-head),
.lb-about-how {
  margin: 0 0 8px;
}

.elementor-section:has(.lb-about-panel):has(.lb-how-panel) > .elementor-container,
.elementor-section:has(.lb-about-panel):has(.lb-how-head) > .elementor-container,
.lb-about-how .elementor-container {
  align-items: flex-start !important;
  justify-content: flex-start !important;
}

.elementor-section:has(.lb-about-panel):has(.lb-how-panel) > .elementor-container > .elementor-column,
.elementor-section:has(.lb-about-panel):has(.lb-how-head) > .elementor-container > .elementor-column,
.lb-about-how .elementor-container > .elementor-column {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.elementor-section:has(.lb-about-panel):has(.lb-how-panel) .elementor-widget-wrap,
.elementor-section:has(.lb-about-panel):has(.lb-how-head) .elementor-widget-wrap,
.lb-about-how .elementor-widget-wrap {
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.elementor-section:has(.lb-about-panel):has(.lb-how-panel) .lb-about-panel,
.elementor-section:has(.lb-about-panel):has(.lb-how-head) .lb-about-panel,
.lb-about-how .lb-about-panel {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0 12px 0 0;
}

.lb-how-panel {
  max-width: none;
  width: 100%;
  margin: 0;
  color: #243247;
  text-align: left;
}

.lb-how-panel__head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin: 0 0 14px;
  padding: 0 0 14px;
  border-bottom: 1px solid #e8edf3;
  min-height: 48px;
}

.lb-how-panel__titles {
  margin: 0;
  min-width: 0;
}

.lb-how-panel .lb-section-title {
  margin: 0 !important;
  font-size: clamp(24px, 3.2vw, 32px) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  color: #213E6E !important;
  text-align: left !important;
}

.lb-how-panel .lb-section-eyebrow,
.lb-how-panel .lb-section-sub {
  display: none !important;
}

/* Hide legacy icon heading if any remains */
.lb-how-head img,
.elementor-section:has(.lb-about-panel) .lb-section-head img {
  display: none !important;
}

/* ---------- How it works: looping terminal-install animation ---------- */
.lb-how-panel__demo {
  margin: 0 0 18px;
}

.lb-terminal {
  max-width: 420px;
  border-radius: 12px;
  overflow: hidden;
  background: #0f1b33;
  box-shadow: 0 16px 32px -18px rgba(15, 27, 51, 0.55);
}

.lb-terminal__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: #0b1426;
}

.lb-terminal__bar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
}

.lb-terminal__bar span:nth-child(1) { background: #ff5f57; }
.lb-terminal__bar span:nth-child(2) { background: #febc2e; }
.lb-terminal__bar span:nth-child(3) { background: #28c840; }

.lb-terminal__body {
  min-height: 108px;
  padding: 16px 18px 20px;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 13px;
  line-height: 1.95;
}

.lb-terminal__row {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.6);
  transition: none;
}

.lb-terminal__row--cmd {
  color: #fff;
}

.lb-terminal__prompt {
  flex: 0 0 auto;
  color: #5da7ff;
  font-weight: 700;
}

.lb-terminal__cmd-mask {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
  width: 0;
  max-width: 35ch;
  animation: lbTermType 7s ease-in-out infinite;
}

.lb-terminal__cmd {
  display: inline-block;
  color: #fff;
}

.lb-terminal__cursor {
  flex: 0 0 auto;
  width: 6px;
  height: 14px;
  background: #5da7ff;
  animation: lbTermBlink 0.9s step-end infinite;
}

.lb-terminal__row--out1,
.lb-terminal__row--out2 {
  opacity: 0;
  transform: translateY(2px);
}

.lb-terminal__row--out1 { animation: lbTermOut1 7s ease-in-out infinite; }
.lb-terminal__row--out2 { animation: lbTermOut2 7s ease-in-out infinite; }

.lb-terminal__row--ok {
  opacity: 0;
  transform: translateY(2px);
  color: #3ddc84;
  font-weight: 700;
  animation: lbTermOk 7s ease-in-out infinite;
}

.lb-terminal__check {
  display: inline-block;
}

@keyframes lbTermType {
  0%, 5% { width: 0; }
  40% { width: 35ch; }
  85% { width: 35ch; }
  92%, 100% { width: 0; }
}

@keyframes lbTermBlink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

@keyframes lbTermOut1 {
  0%, 45% { opacity: 0; transform: translateY(2px); }
  52%, 84% { opacity: 1; transform: translateY(0); }
  92%, 100% { opacity: 0; transform: translateY(2px); }
}

@keyframes lbTermOut2 {
  0%, 58% { opacity: 0; transform: translateY(2px); }
  65%, 84% { opacity: 1; transform: translateY(0); }
  92%, 100% { opacity: 0; transform: translateY(2px); }
}

@keyframes lbTermOk {
  0%, 70% { opacity: 0; transform: translateY(2px); }
  78%, 84% { opacity: 1; transform: translateY(0); }
  92%, 100% { opacity: 0; transform: translateY(2px); }
}

@media (prefers-reduced-motion: reduce) {
  .lb-terminal__cmd-mask,
  .lb-terminal__cursor,
  .lb-terminal__row--out1,
  .lb-terminal__row--out2,
  .lb-terminal__row--ok {
    animation: none !important;
  }
  .lb-terminal__cmd-mask { width: 35ch !important; }
  .lb-terminal__row--out1,
  .lb-terminal__row--out2,
  .lb-terminal__row--ok { opacity: 1 !important; transform: none !important; }
  .lb-terminal__cursor { opacity: 0 !important; }
}

@media (max-width: 767px) {
  .lb-terminal { max-width: 100%; }
  .lb-terminal__body { font-size: 12px; }
}

/* How it works video — match real file (1920×1000), no crop/letterbox mess */
.elementor-section:has(.lb-about-panel):has(.lb-how-panel) .elementor-widget-video,
.elementor-section:has(.lb-about-panel):has(.lb-how-head) .elementor-widget-video,
.lb-about-how .elementor-widget-video {
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

.elementor-section:has(.lb-about-panel):has(.lb-how-panel) .elementor-widget-video .elementor-widget-container,
.elementor-section:has(.lb-about-panel):has(.lb-how-head) .elementor-widget-video .elementor-widget-container,
.lb-about-how .elementor-widget-video .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.elementor-section:has(.lb-about-panel):has(.lb-how-panel) .elementor-wrapper,
.elementor-section:has(.lb-about-panel):has(.lb-how-head) .elementor-wrapper,
.lb-about-how .elementor-wrapper {
  --video-aspect-ratio: 1.92; /* 1920 / 1000 */
  aspect-ratio: 1920 / 1000 !important;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid #e8edf3;
  border-radius: 0;
  overflow: hidden;
  background: #0b1220;
  box-shadow: none;
  line-height: 0;
}

.elementor-section:has(.lb-about-panel):has(.lb-how-panel) .e-hosted-video,
.elementor-section:has(.lb-about-panel):has(.lb-how-head) .e-hosted-video,
.lb-about-how .e-hosted-video {
  position: relative;
  display: block;
}

.elementor-section:has(.lb-about-panel):has(.lb-how-panel) .elementor-video,
.elementor-section:has(.lb-about-panel):has(.lb-how-head) .elementor-video,
.lb-about-how .elementor-video {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #0b1220 !important;
  object-fit: contain !important;
  object-position: center center !important;
  vertical-align: top;
}

.elementor-column:has(.lb-how-panel) .elementor-widget-wrap {
  --widgets-spacing: 10px 0px !important;
  --widgets-spacing-row: 10px !important;
}

@media (max-width: 1024px) {
  .elementor-section:has(.lb-about-panel):has(.lb-how-panel) .lb-about-panel,
  .elementor-section:has(.lb-about-panel):has(.lb-how-head) .lb-about-panel,
  .lb-about-how .lb-about-panel {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

/* About this license — match How it works heading */
.lb-about-panel {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #243247;
  text-align: left;
}
.lb-about-panel__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin: 0 0 14px;
  padding: 0 0 14px;
  border-bottom: 1px solid #e8edf3;
  min-height: 48px;
}
.lb-about-panel__icon {
  display: none !important;
}
.lb-about-panel .lb-section-icon--about {
  display: inline-flex !important;
}
.lb-about-panel__titles {
  margin: 0;
  min-width: 0;
  width: auto;
  flex: 1 1 auto;
  text-align: left;
}
.lb-about-panel__title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: clamp(24px, 3.2vw, 32px) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  color: var(--lb-navy, #213E6E) !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  border: 0 !important;
}
.lb-about-panel__sub {
  display: none !important;
}
.lb-about-panel__lead {
  margin: 0 0 18px;
  max-width: none;
  font-size: 16px;
  line-height: 1.7;
  color: #3a4654;
  text-align: left;
}
.lb-about-panel__points {
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
  display: block;
  width: 100%;
  max-width: none;
  text-align: left;
}

.lb-about-panel__points li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 10px 0;
  border: 0;
  border-bottom: 1px solid #eef2f7;
  border-radius: 0;
  background: transparent;
  font-size: 15px;
  line-height: 1.5;
  color: #243247;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.lb-about-panel__points li:last-child {
  border-bottom: 0;
}

/* Filled check chip — tighter, more modern than outlined circles */
.lb-about-panel__points li::before {
  content: "";
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 6px;
  background-color: var(--lb-check-bg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.2 8.1l3 3 6.6-6.6' stroke='%2316a34a' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  box-shadow: none;
  transform: none;
  font-size: 0;
  line-height: 0;
  position: static;
}

.lb-about-panel__foot {
  margin: 4px 0 0;
  max-width: none;
  padding-top: 14px;
  border-top: 1px solid #e8edf3;
  font-size: 14px;
  line-height: 1.6;
  color: #5b6b7c;
  text-align: left;
}
.lb-about-panel__foot a {
  color: #2f6fed;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .lb-about-panel {
    padding: 0;
    margin-bottom: 28px;
  }
  .lb-about-panel__head {
    gap: 12px;
    align-items: center;
  }
  .lb-about-panel__icon {
    display: none !important;
  }
  .lb-about-panel__points li {
    padding: 9px 0;
    gap: 10px;
  }
  .lb-about-panel__points li::before {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background-size: 11px 11px;
  }
}

/* legacy about markup (if any remains) */
.lb-about {
  max-width: 720px;
  margin: 0 auto 28px;
  padding: 0;
  color: #243247;
}
.lb-about__lead {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.7;
  color: #3a4654;
}
.lb-about__points {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}
.lb-about__points li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 7px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}
.lb-about__points li::before {
  content: "";
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 6px;
  background-color: var(--lb-check-bg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.2 8.1l3 3 6.6-6.6' stroke='%2316a34a' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  box-shadow: none;
  transform: none;
  font-size: 0;
  line-height: 0;
  position: static;
}
.lb-about__foot {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #5b6b7c;
}
.lb-about__foot a {
  color: #2f6fed;
  text-decoration: underline;
}

/* FAQ accordion redesign */
/* legacy about markup (if any remains) */
.lb-about {
  max-width: 760px;
  margin: 0 auto 8px;
  padding: 8px 4px 0;
  color: #243247;
}

.lb-about__lead {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.6;
  color: #243247;
}

.lb-about__points {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.lb-about__points li {
  position: relative;
  margin: 0;
  padding: 11px 0 11px 34px;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e8edf3;
  font-size: 15px;
  line-height: 1.55;
}

.lb-about__points li:last-child {
  border-bottom: 0;
}

.lb-about__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 18px;
  height: 18px;
  margin: 0;
  box-sizing: border-box;
  border: 1.5px solid var(--lb-check);
  border-radius: 50%;
  background:
    var(--lb-check-bg)
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.2l2.8 2.8 6.2-6.2' stroke='%2316a34a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 11px 11px no-repeat;
  box-shadow: none;
  transform: none;
  font-size: 0;
  line-height: 0;
}

.lb-about__foot {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #5b6b7c;
}

.lb-about__foot a {
  color: #2f6fed;
  text-decoration: underline;
}

/* ---------- FAQ ---------- */
.lb-faq-panel {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0 0 14px;
  border-bottom: 1px solid #e8edf3;
  color: #243247;
  text-align: left;
}

.lb-faq-panel__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.lb-faq-panel__titles {
  margin: 0;
  min-width: 0;
}

.lb-faq-panel .lb-section-eyebrow,
.lb-faq-panel .lb-section-sub {
  display: none !important;
}

.lb-faq-panel .lb-section-title {
  margin: 0 !important;
  padding: 0;
  font-size: clamp(24px, 3.2vw, 32px) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  color: var(--lb-navy, #213E6E) !important;
  text-align: left;
}

/* Section title icons (How / FAQ / Features) */
.lb-section-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  line-height: 0;
  color: var(--lb-navy, #213E6E);
}

.lb-section-icon svg {
  display: block;
  width: 26px;
  height: 26px;
  stroke: currentColor;
}

/* Hide legacy FAQ icon heading if it remains */
.elementor-widget-text-editor .lb-section-head img {
  display: none !important;
}

.elementor-widget-text-editor .lb-section-head {
  text-align: left;
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0 0 14px;
  border-bottom: 1px solid #e8edf3;
}

.elementor-widget-text-editor .lb-section-head h2 {
  text-align: left;
  margin: 0 0 6px;
  font-size: clamp(24px, 3.2vw, 32px);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--lb-navy, #213E6E);
}

.elementor-widget-text-editor .lb-section-head .lb-section-sub {
  text-align: left;
  margin: 0;
  font-size: 15px;
  color: #5b6b7c;
}

/* Heading → first question: 16px (border already on heading) */
.elementor-element:has(.lb-faq-panel) {
  margin: 0 0 0 !important;
  padding: 0 !important;
}

.elementor-element:has(.lb-faq-panel) > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-element:has(.lb-faq-panel) + .elementor-element.elementor-widget-accordion,
.elementor-element:has(.lb-faq-panel) + .elementor-widget-accordion {
  margin-top: 16px !important;
  margin-bottom: 32px !important;
  padding-top: 0 !important;
}

.elementor-element:has(.lb-faq-panel) + .elementor-widget-accordion > .elementor-widget-container,
.elementor-element:has(.lb-faq-panel) + .elementor-element.elementor-widget-accordion > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.elementor-widget-wrap:has(.lb-faq-panel) {
  --widgets-spacing: 0px 0px !important;
  --widgets-spacing-row: 0px !important;
}

.elementor-top-section:has(.lb-faq-panel),
.elementor-top-section:has(.elementor-widget-accordion) {
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.elementor-top-section:has(.lb-faq-panel) > .elementor-container,
.elementor-top-section:has(.elementor-widget-accordion) > .elementor-container {
  padding-top: 0 !important;
}

.elementor-widget-accordion {
  max-width: none;
  width: 100%;
  margin: 0 0 32px;
}

.elementor-widget-accordion .elementor-accordion {
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.elementor-widget-accordion .elementor-accordion-item {
  border: 1px solid #e8edf3 !important;
  border-width: 1px !important;
  border-radius: 0 !important;
  margin: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  overflow: hidden;
  transition: border-color 0.18s ease, background-color 0.18s ease;
}

.elementor-widget-accordion .elementor-accordion-item:last-child {
  border-bottom: 1px solid #e8edf3 !important;
}

.elementor-widget-accordion .elementor-accordion-item:hover {
  border-color: #c9d6ea !important;
  background: #f8fafd !important;
}

.elementor-widget-accordion .elementor-accordion-item:has(.elementor-tab-title.elementor-active) {
  border-color: #c9d6ea !important;
  background: #f8fafd !important;
}

.elementor-widget-accordion .elementor-tab-title {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: 0 !important;
  padding: 9px 12px !important;
  background: transparent !important;
  color: var(--lb-navy, #213E6E) !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  line-height: 1.3 !important;
  text-shadow: none !important;
  cursor: pointer;
  transition: color 0.15s ease;
  box-shadow: none !important;
  border: 0 !important;
  border-width: 0 !important;
}

.elementor-widget-accordion .elementor-tab-title:hover,
.elementor-widget-accordion .elementor-tab-title.elementor-active {
  background: transparent !important;
  color: var(--lb-navy, #213E6E) !important;
  padding: 9px 12px !important;
  border: 0 !important;
  border-width: 0 !important;
  text-shadow: none !important;
}

.elementor-widget-accordion .elementor-accordion-title {
  flex: 1 1 auto;
  min-width: 0;
  order: 1;
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  text-shadow: none !important;
}

/* CSS chevron — hide FA icons */
.elementor-widget-accordion .elementor-accordion-icon {
  position: relative;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  margin-inline-end: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  order: 2;
  border: 0 !important;
  border-radius: 0;
  background: rgba(33, 62, 110, 0.08) !important;
  color: transparent !important;
  box-shadow: none !important;
  transition: background-color 0.18s ease;
}

.elementor-widget-accordion .elementor-accordion-icon::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-top: -1px;
  border-right: 1.5px solid var(--lb-navy, #213E6E);
  border-bottom: 1.5px solid var(--lb-navy, #213E6E);
  transform: rotate(45deg);
  transition: transform 0.18s ease, border-color 0.18s ease;
}

.elementor-widget-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon {
  background: var(--lb-navy, #213E6E) !important;
}

.elementor-widget-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon::after {
  margin-top: 2px;
  border-color: #fff;
  transform: rotate(225deg);
}

.elementor-widget-accordion .elementor-accordion-icon i,
.elementor-widget-accordion .elementor-accordion-icon svg,
.elementor-widget-accordion .elementor-accordion-icon-closed,
.elementor-widget-accordion .elementor-accordion-icon-opened {
  display: none !important;
}

.elementor-widget-accordion .elementor-tab-content {
  padding: 0 12px 10px !important;
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: #3a4654 !important;
  background: transparent !important;
  border: 0 !important;
  border-width: 0 !important;
  box-shadow: none !important;
  box-sizing: border-box;
  text-shadow: none !important;
}

.elementor-widget-accordion .elementor-tab-content p {
  margin: 0 0 6px !important;
  color: #3a4654 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
  text-shadow: none !important;
}

.elementor-widget-accordion .elementor-tab-content p:last-child {
  margin-bottom: 0 !important;
}

.elementor-widget-accordion .elementor-tab-content a {
  color: #2f6fed;
  text-decoration: underline;
}

/* Kill Elementor kit text-shadow / fat borders on FAQ */
.elementor-widget-accordion .elementor-accordion-item,
.elementor-widget-accordion .elementor-tab-title,
.elementor-widget-accordion .elementor-tab-content,
.elementor-widget-accordion .elementor-accordion-title {
  text-shadow: none !important;
}

.elementor-widget-accordion.elementor-invisible,
.elementor-widget-accordion.animated {
  visibility: visible !important;
  animation: none !important;
  opacity: 1 !important;
  transform: none !important;
}

@media (max-width: 767px) {
  .lb-faq-panel {
    padding-bottom: 12px;
  }

  .elementor-element:has(.lb-faq-panel) + .elementor-element.elementor-widget-accordion,
  .elementor-element:has(.lb-faq-panel) + .elementor-widget-accordion {
    margin-top: 12px !important;
  }

  .elementor-widget-accordion .elementor-accordion {
    gap: 3px;
  }

  .elementor-widget-accordion .elementor-tab-title,
  .elementor-widget-accordion .elementor-tab-title.elementor-active {
    padding: 8px 10px !important;
    font-size: 13px !important;
  }

  .elementor-widget-accordion .elementor-tab-content {
    padding: 0 10px 9px !important;
    font-size: 13px !important;
  }

  .elementor-widget-accordion .elementor-tab-content p {
    font-size: 13px !important;
  }
}

.elementor-widget-bdevs-pricing-one .pack-sub-title,
.pack-sub-title {
  font-weight: 600;
  letter-spacing: 0;
}

.elementor-widget-bdevs-pricing-one a.btn,
a.pack-price-btn {
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: 0.01em;
}

/* ---------- Pricing cards (competitor-style) ---------- */
.elementor-widget-bdevs-pricing-one .package-pricing-area,
.elementor-widget-bdevs-pricing-one .package-pricing-bg,
.elementor-widget-bdevs-pricing-one .lb-pricing {
  background: transparent !important;
  background-image: none !important;
  padding: 8px 0 16px !important;
  margin: 0;
}

/* Kill theme's old 100px logo slot above pricing */
.elementor-widget-bdevs-pricing-one .package-pricing-area > .container.has-heading,
.lb-pricing > .container.has-heading {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* Match Features / FAQ: use full Elementor column, not nested Bootstrap width */
.elementor-widget-bdevs-pricing-one .elementor-widget-container,
.elementor-widget-bdevs-pricing-one .lb-pricing > .container,
.elementor-widget-bdevs-pricing-one .lb-pricing > .container.has-heading,
.lb-pricing > .container,
.lb-pricing > .container.has-heading {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.lb-pricing__intro.section-title {
  display: block;
  text-align: left !important;
  margin: 0 0 20px !important;
  max-width: none;
  padding: 0 0 16px;
  border-bottom: 1px solid #e8edf3;
  position: relative;
}

/* Kill theme title_line.png dashes under pricing heading */
.lb-pricing__intro.section-title::before,
.lb-pricing .section-title::before {
  display: none !important;
  content: none !important;
  background: none !important;
}

.lb-pricing__head {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.lb-pricing__titles {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

/* Product logo already shown in About — don't repeat above plans */
.lb-pricing__brand,
.lb-pricing__brand-logo {
  display: none !important;
}

.lb-pricing__title,
.lb-pricing .section-title .title {
  order: unset;
  margin: 0 !important;
  font-size: clamp(24px, 3.2vw, 32px) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  color: var(--lb-navy, #213E6E) !important;
  text-transform: none !important;
}

.lb-pricing__sub,
.lb-pricing .section-title .sub-title {
  order: unset;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #5b6b7c !important;
  background: none !important;
}

.lb-pricing .section-title .sub-title::before,
.lb-pricing__sub::before {
  display: none !important;
  content: none !important;
}

.lb-pricing__grid {
  display: grid;
  gap: 18px;
  align-items: stretch;
}

.lb-pricing__grid[data-plans="1"] {
  grid-template-columns: minmax(0, 380px);
  justify-content: center;
}

/* Center intro + card when only one plan */
.elementor-widget-bdevs-pricing-one:has(.lb-pricing__grid[data-plans="1"]) .lb-pricing__intro.section-title {
  text-align: center !important;
}

.elementor-widget-bdevs-pricing-one:has(.lb-pricing__grid[data-plans="1"]) .lb-pricing__head {
  justify-content: center;
}

.elementor-widget-bdevs-pricing-one:has(.lb-pricing__grid[data-plans="1"]) .lb-pricing__titles {
  align-items: center;
}

.elementor-widget-bdevs-pricing-one:has(.lb-pricing__grid[data-plans="1"]) .lb-pricing__sub,
.elementor-widget-bdevs-pricing-one:has(.lb-pricing__grid[data-plans="1"]) .lb-pricing .section-title .sub-title {
  text-align: center;
}

.lb-pricing__grid[data-plans="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lb-pricing__grid[data-plans="3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lb-pricing__grid[data-plans="4"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 992px) {
  .lb-pricing__grid[data-plans="4"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.lb-pricing-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 22px 22px 20px;
  border: 1px solid #e8edf3;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  text-align: center;
}

/* Legacy per-card logos (hidden if markup remains) */
.lb-pricing-card__logo {
  display: none !important;
}

.lb-pricing-card__name {
  margin: 0 0 8px;
  width: 100%;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #213E6E;
  text-align: center;
}

.lb-pricing-card__offer {
  margin: 0 0 10px;
  width: 100%;
  font-size: 14px;
  line-height: 1.4;
  color: #5b6b7c;
  text-align: center;
}

.lb-pricing-card__price {
  margin: 0 0 16px;
  width: 100%;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #213E6E;
  text-align: center;
}

.lb-pricing-card__features {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
  flex: 1 1 auto;
  text-align: left;
}

.lb-pricing-card__features li {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin: 0;
  padding: 9px 0;
  border-bottom: 1px solid #eef2f7;
  font-size: 14px;
  line-height: 1.45;
  color: #243247;
  text-align: left;
}

.lb-pricing-card__features li:last-child {
  border-bottom: 0;
}

.lb-pricing-card__features li::before {
  content: "";
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 2px 0 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 4px;
  background-color: var(--lb-check-bg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.2 8.1l3 3 6.6-6.6' stroke='%2316a34a' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  position: static;
}

.lb-pricing-card__btn,
.lb-pricing-card a.pack-price-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: auto !important;
  padding: 12px 18px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: #fff !important;
  background: #213E6E !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  transition: background-color .15s ease;
}

.lb-pricing-card__btn-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.lb-pricing-card__btn-icon svg {
  display: block;
  width: 18px;
  height: 18px;
}

.lb-pricing-card__btn:hover,
.lb-pricing-card a.pack-price-btn:hover {
  background: #2f6fed !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .lb-pricing__grid,
  .lb-pricing__grid[data-plans="2"],
  .lb-pricing__grid[data-plans="3"],
  .lb-pricing__grid[data-plans="4"] {
    grid-template-columns: 1fr;
  }

  .lb-pricing__grid[data-plans="1"] {
    grid-template-columns: minmax(0, 1fr);
    justify-content: center;
  }

  .lb-pricing-card {
    padding: 18px;
  }

  .lb-pricing-card__price {
    font-size: 24px;
  }
}

/* ---------- Buttons: rectangular + brand blue (kill theme orange gradient) ---------- */
.btn,
a.btn,
button.btn,
input[type="submit"].btn,
.pack-price-btn,
a.pack-price-btn,
.orange-solid-btn,
.lb-install-cta__btn,
.lb-pricing-splash__btn,
.elementor-button,
.elementor-button-link,
.wp-block-button__link {
  border-radius: 0 !important;
  border-width: 0 !important;
  box-shadow: none !important;
  text-transform: none !important;
  letter-spacing: 0.01em;
  color: #fff !important;
  background-image: none !important;
  background-color: var(--lb-navy) !important;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.btn:hover,
a.btn:hover,
button.btn:hover,
input[type="submit"].btn:hover,
.pack-price-btn:hover,
a.pack-price-btn:hover,
.orange-solid-btn:hover,
.lb-install-cta__btn:hover,
.lb-pricing-splash__btn:hover,
.elementor-button:hover,
.elementor-button-link:hover,
.wp-block-button__link:hover {
  color: #fff !important;
  background-image: none !important;
  background-color: var(--lb-blue) !important;
  background-position: initial !important;
}

.green-btn,
a.green-btn {
  background-image: none !important;
  background-color: var(--lb-navy) !important;
  color: #fff !important;
}

.green-btn:hover,
a.green-btn:hover {
  background-color: var(--lb-blue) !important;
  color: #fff !important;
}

/* Theme orange accent text / icons → navy / blue */
.slider-content h2 span,
.section-title .sub-title,
.about-content .sub-title,
.services-content .icon,
.services-item:hover .icon,
.faq-wrapper .card-header .btn-link,
.faq-wrapper .card-header .btn-link:hover,
.faq-wrapper .card-header .btn-link:focus,
.pricing-box .price,
.choose-content .title,
.team-content .designation,
.blog-meta ul li i,
.blog-post-meta ul li i,
.comment-reply-link,
.wp-block-quote cite,
blockquote cite,
.breadcrumb-content .title span,
.features-icon,
.hosting-list ul li::before,
.cloud-hosting-list ul li:hover .cloud-hosting-icon img,
.package-pricing-box .pricing-tab .tab-btn,
.single-features .features-icon,
.contact-info-icon i {
  color: var(--lb-navy) !important;
}

/* Theme orange backgrounds / borders / gradients → blue */
.mean-container .mean-nav ul li a.mean-expand:hover,
.slick-arrow:hover,
.owl-dot.active,
.scroll-top,
.preloader .loader,
.tagcloud a:hover,
.widget .tagcloud a:hover,
.pagination-wrap .page-numbers.current,
.pagination-wrap .page-numbers:hover,
.blog-details-wrap .blog-details-content .blog-details-list ul li::before,
.wp-block-tag-cloud a:hover {
  background-color: var(--lb-navy) !important;
  border-color: var(--lb-navy) !important;
  background-image: none !important;
  color: #fff !important;
}

/* Kill leftover orange gradient utilities from theme — covered by class overrides */

/* Scroll-top and similar theme widgets — solid navy, no orange gradient */
.scroll-top,
.scroll-top:hover {
  background-image: none !important;
  background-color: var(--lb-navy) !important;
  color: #fff !important;
  border: 0 !important;
}

.services-content > a.read-more {
  background-image: none !important;
  -webkit-text-fill-color: var(--lb-navy) !important;
  color: var(--lb-navy) !important;
}

.pricing-box-tabs .nav-tabs li a.active {
  background-image: none !important;
  background-color: var(--lb-navy) !important;
  color: #fff !important;
  border-color: var(--lb-navy) !important;
  box-shadow: none !important;
}

/* Notices (header) — navy instead of orange */
.notice.orange {
  background: var(--lb-navy) !important;
}
.notice.blue {
  background: var(--lb-blue) !important;
}

/* Navbar Client Area — sharper solid CTA */
.header-action .header-btn .btn {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 12px 18px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.02em;
  text-transform: none !important;
  color: #fff !important;
  background-image: none !important;
  background-color: var(--lb-navy) !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.header-action .header-btn .btn i {
  margin-right: 0 !important;
  font-size: 12px;
  opacity: 0.9;
}

.header-action .header-btn .btn:hover,
.header-action .header-btn .btn:focus {
  background-color: var(--lb-blue) !important;
  color: #fff !important;
  background-image: none !important;
}

.sticky-menu .header-action .header-btn .btn {
  background-color: var(--lb-navy) !important;
}

.sticky-menu .header-action .header-btn .btn:hover {
  background-color: var(--lb-blue) !important;
}

/* Pricing / order buttons stay rectangular with brand fill */
.elementor-widget-bdevs-pricing-one a.btn,
a.pack-price-btn {
  border-radius: 0 !important;
  border: 0 !important;
}

.lb-install-cta__btn,
.lb-pricing-splash__btn {
  border-radius: 0 !important;
}

/* ---------- Footer ---------- */
.lb-footer {
  --lb-footer-bg: #0f1b33;
  --lb-footer-bg-2: #0b1426;
  --lb-footer-line: rgba(255, 255, 255, 0.1);
  --lb-footer-muted: rgba(255, 255, 255, 0.68);
  color: #fff;
}

.lb-footer .footer-newsletter {
  display: none !important;
}

.lb-footer__top,
.lb-footer .footer-top-wrap.dark-bg {
  background: var(--lb-footer-bg) !important;
  background-image: none !important;
  padding: 48px 0 36px !important;
}

.lb-footer-support {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px 24px;
  margin: 0 0 36px;
  padding: 20px 22px;
  border: 1px solid var(--lb-footer-line);
  background: rgba(255, 255, 255, 0.03);
}

.lb-footer-support__copy {
  flex: 1 1 280px;
  max-width: 640px;
}

.lb-footer-support__copy h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: clamp(20px, 2.6vw, 26px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.lb-footer-support__copy p {
  margin: 0;
  color: var(--lb-footer-muted);
  font-size: 14px;
  line-height: 1.55;
}

.lb-footer-support__btn,
.lb-footer-ticket-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  padding: 12px 18px !important;
  border-radius: 0 !important;
  border: 0 !important;
  background-image: none !important;
  background-color: #213E6E !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: none !important;
  letter-spacing: 0.01em;
  box-shadow: none !important;
  white-space: nowrap;
  line-height: 1.2 !important;
}

.lb-footer-support__btn:hover,
.lb-footer-ticket-btn:hover {
  background-color: #2f6fed !important;
  color: #fff !important;
}

.lb-footer-support__btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.lb-footer-support__btn i,
.lb-footer-ticket-btn i {
  margin: 0 !important;
  font-size: 14px;
}

.lb-footer__grid {
  align-items: flex-start;
}

.lb-footer-widget {
  margin: 0 0 28px !important;
}

.lb-footer-logo {
  margin: 0 0 14px !important;
}

.lb-footer-logo img {
  display: block;
  height: 36px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}

.lb-footer-brand__text {
  margin: 0 0 12px;
  color: var(--lb-footer-muted);
  font-size: 14px;
  line-height: 1.6;
  max-width: 28em;
}

.lb-footer-brand__link {
  display: inline-block;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 1px;
  transition: border-color .15s ease, color .15s ease;
}

.lb-footer-brand__link:hover {
  color: #9ec0ff !important;
  border-bottom-color: #9ec0ff;
}

.lb-footer .fw-address ul {
  display: none !important;
}

.lb-footer .fw-title,
.lb-footer .fw-title-two {
  margin: 0 0 14px !important;
}

.lb-footer .fw-title .title,
.lb-footer .fw-title-two .title,
.lb-footer-payments .title {
  margin: 0 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  line-height: 1.3 !important;
}

.lb-footer .fw-link ul,
.lb-footer .textwidget .fw-link ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lb-footer .fw-link ul li,
.lb-footer .textwidget .fw-link ul li {
  margin: 0 0 8px !important;
  padding: 0 !important;
  list-style: none;
}

.lb-footer .fw-link ul li:last-child,
.lb-footer .textwidget .fw-link ul li:last-child {
  margin-bottom: 0 !important;
}

.lb-footer .fw-link ul li a,
.lb-footer .textwidget .fw-link ul li a {
  color: var(--lb-footer-muted) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  transition: color .15s ease;
}

.lb-footer .fw-link ul li a:hover,
.lb-footer .textwidget .fw-link ul li a:hover {
  color: #fff !important;
}

.lb-footer-payments .fw-title {
  margin-bottom: 14px !important;
}

.lb-pay-row {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.lb-pay-row__item {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  min-width: 0;
  cursor: default;
  border: 0;
  background: transparent;
}

.lb-pay-row__item img {
  display: block;
  height: 26px;
  width: auto;
  max-width: 128px;
  object-fit: contain;
  object-position: left center;
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 1;
}

.lb-pay-row__item--crypto img {
  height: 28px;
}

.lb-pay-row__item--pp img {
  height: 24px;
}

/* Hover tooltips */
.lb-pay-row__item[data-tooltip]::after {
  content: attr(data-tooltip) !important;
  display: block !important;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  transform: translateX(-50%) translateY(4px);
  z-index: 30;
  width: max-content;
  max-width: 200px;
  padding: 7px 10px;
  border-radius: 0;
  background: #ffffff;
  color: #0b1220;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: 0.01em;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
  box-shadow: 0 10px 28px rgba(11, 18, 32, 0.35);
}

.lb-pay-row__item[data-tooltip]::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 4px);
  transform: translateX(-50%) translateY(4px);
  z-index: 31;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #ffffff;
  background: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
}

.lb-pay-row__item[data-tooltip]:hover::after,
.lb-pay-row__item[data-tooltip]:hover::before,
.lb-pay-row__item[data-tooltip]:focus-visible::after,
.lb-pay-row__item[data-tooltip]:focus-visible::before {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.lb-footer__bottom,
.lb-footer .copyright-wrap-two {
  background: var(--lb-footer-bg-2) !important;
  border-top: 1px solid var(--lb-footer-line);
  padding: 16px 0 !important;
}

.lb-footer__copy,
.lb-footer .copyright-text {
  margin: 0;
  width: 100%;
  text-align: center !important;
}

.lb-footer__copy p,
.lb-footer .copyright-text p {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

@media (max-width: 767px) {
  .lb-footer__top,
  .lb-footer .footer-top-wrap.dark-bg {
    padding: 36px 0 24px !important;
  }

  .lb-footer-support {
    margin-bottom: 28px;
    padding: 18px 16px;
  }

  .lb-footer-support__action {
    width: 100%;
  }

  .lb-footer-support__btn {
    width: 100%;
    justify-content: center;
  }

  .lb-pay-row {
    gap: 12px;
  }

  .lb-pay-row__item {
    padding: 0 !important;
  }

  .lb-pay-row__item img,
  .lb-pay-row__item--crypto img,
  .lb-pay-row__item--pp img {
    height: 22px;
  }

  .lb-pay-row__item[data-tooltip]::after {
    white-space: normal;
    max-width: 140px;
    text-align: center;
  }

  .lb-footer__copy,
  .lb-footer .copyright-text {
    text-align: center !important;
  }
}


/* How it works — title only above video */
.lb-how-panel {
  margin: 0 0 10px;
}

.lb-how-panel__head {
  margin: 0 0 10px;
  padding: 0;
}

.lb-how-panel__titles {
  margin: 0;
  padding: 0;
}

/* Shared section type — titles only (no eyebrows) */
.lb-section-eyebrow,
.lb-about-panel__eyebrow,
.lb-how-panel .lb-about-panel__eyebrow {
  display: none !important;
}
.lb-section-title,
.lb-how-panel .lb-about-panel__title {
  margin: 0 0 6px;
  font-size: clamp(24px, 3.2vw, 32px);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #213E6E;
}
.lb-section-sub,
.lb-how-panel .lb-about-panel__sub,
.lb-how-panel .lb-section-sub {
  margin: 0;
  font-size: 16px;
  line-height: 1.45;
  color: #5b6b7c;
  font-weight: 400;
}

/* ---------- Features / What you get (about-two) ---------- */
.elementor-widget-bdevs-about-two .cloud-hosting-area,
.elementor-widget-bdevs-about-two .lb-features,
.lb-features.cloud-hosting-area {
  padding: 8px 0 36px !important;
  margin: 0 !important;
  background: transparent !important;
  width: 100%;
  max-width: none;
}

/* Use full Elementor column width — don't nest a narrower .container */
.elementor-widget-bdevs-about-two .elementor-widget-container,
.lb-features > .container {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.lb-features__intro {
  margin: 0 0 22px;
}

.lb-features__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lb-features__titles {
  min-width: 0;
}

.lb-features__title {
  margin: 0 0 4px;
  font-size: clamp(24px, 3.2vw, 32px);
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--lb-navy, #213E6E);
}

.lb-features__sub {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #5b6b7c;
}

/* Old product illustration — never show beside/above cards */
.lb-features__visual,
.elementor-widget-bdevs-about-two .faq-img,
.elementor-widget-bdevs-about-two .cloud-hosting-area > .container > .row > .col-lg-6:first-child {
  display: none !important;
}

.lb-features__grid {
  display: grid;
  gap: 18px;
  align-items: stretch;
  border-top: 0;
}

.lb-features__grid[data-items="1"] {
  grid-template-columns: minmax(0, 1fr);
}

.lb-features__grid[data-items="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lb-features__grid[data-items="3"],
.lb-features__grid[data-items="4"] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lb-feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  margin: 0;
  padding: 22px 22px 20px;
  border: 1px solid #e8edf3;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  transition: border-color 0.18s ease, background-color 0.18s ease;
}

.lb-feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--lb-navy, #213E6E);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.2s ease;
}

.lb-feature-card:hover {
  border-color: #c9d6ea;
  background: #f8fafd;
}

.lb-feature-card:hover::before {
  transform: scaleX(1);
}

.lb-feature-card__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
  width: 100%;
}

.lb-feature-card__icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  background: rgba(33, 62, 110, 0.08);
  color: var(--lb-navy, #213E6E);
  transition: background-color 0.18s ease, color 0.18s ease;
}

.lb-feature-card:hover .lb-feature-card__icon {
  background: var(--lb-navy, #213E6E);
  color: #fff;
}

.lb-feature-card:hover .lb-feature-card__icon svg {
  filter: brightness(0) invert(1);
}

.lb-feature-card__icon svg,
.lb-feature-card__icon img {
  display: block;
  width: 22px;
  height: 22px;
  object-fit: contain;
  transition: stroke 0.18s ease, fill 0.18s ease;
}

.lb-feature-card__title {
  margin: 0;
  min-width: 0;
  flex: 1 1 auto;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--lb-navy, #213E6E);
}

.lb-feature-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: #3a4654;
  flex: 1 1 auto;
}

@media (max-width: 991px) {
  .lb-features__grid[data-items="3"],
  .lb-features__grid[data-items="4"] {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .lb-feature-card {
    padding: 18px;
  }
}

@media (max-width: 767px) {
  .lb-features__grid,
  .lb-features__grid[data-items="2"],
  .lb-features__grid[data-items="3"],
  .lb-features__grid[data-items="4"] {
    grid-template-columns: 1fr;
  }

  .lb-feature-card {
    padding: 18px 16px;
  }

  .lb-feature-card__top {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
  }

  .lb-feature-card__icon {
    width: 40px;
    height: 40px;
  }
}


/* ---------- What is a shared license ---------- */
.lb-shared-box {
  width: 100%;
  max-width: none;
  margin: 12px 0 36px;
  padding: 28px 0;
  color: #243247;
  background: transparent;
  border: 0;
  border-top: 1px solid #e8edf3;
  border-bottom: 1px solid #e8edf3;
}

.lb-shared-box__inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}

.lb-shared-box__intro {
  margin: 0 0 26px;
  max-width: none;
  width: 100%;
}

.lb-shared-box__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
}

.lb-shared-box__title {
  margin: 0 !important;
  font-size: clamp(24px, 3.2vw, 32px) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  color: var(--lb-navy, #213E6E) !important;
}

.lb-shared-box__lead {
  margin: 0;
  max-width: none;
  width: 100%;
  font-size: 16px;
  line-height: 1.65;
  color: #3a4654;
}

.lb-shared-box__label {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b7c90;
}

.lb-shared-box__steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin: 0 0 28px;
  padding: 0;
  border: 0;
  background: transparent;
  counter-reset: none;
}

.lb-shared-box__steps > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  margin: 0;
  padding: 0 28px 0 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.lb-shared-box__steps > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 52px;
  right: 12px;
  height: 1px;
  background: linear-gradient(90deg, #c9d6ea, rgba(201, 214, 234, 0.2));
  pointer-events: none;
}

.lb-shared-box__step-n {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 0;
  background: rgba(33, 62, 110, 0.08);
  color: var(--lb-navy, #213E6E);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}

.lb-shared-box__step-body {
  min-width: 0;
  padding-right: 8px;
}

.lb-shared-box__steps strong {
  display: block;
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--lb-navy, #213E6E);
}

.lb-shared-box__step-body span {
  display: block;
  font-size: 14px;
  line-height: 1.55;
  color: #5b6b7c;
}

.lb-shared-box__checks {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
  margin: 0;
  padding: 18px 0 0;
  border-top: 1px solid #e8edf3;
}

.lb-shared-box__checks li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 14px;
  line-height: 1.5;
  color: #3a4654;
}

.lb-shared-box__checks li::before {
  content: "";
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 1px 0 0;
  border-radius: 6px;
  background-color: var(--lb-check-bg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.2 8.1l3 3 6.6-6.6' stroke='%2316a34a' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px 11px;
}

@media (max-width: 991px) {
  .lb-shared-box__steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .lb-shared-box__steps > li {
    flex-direction: row;
    align-items: flex-start;
    gap: 14px;
    padding: 0;
  }

  .lb-shared-box__steps > li:not(:last-child)::after {
    display: none;
  }

  .lb-shared-box__step-body {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .lb-shared-box {
    margin-bottom: 32px;
    padding-top: 24px;
  }

  .lb-shared-box__intro {
    margin-bottom: 22px;
  }

  .lb-shared-box__lead {
    font-size: 14px;
  }

  .lb-shared-box__checks {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}

/* ---------- Price comparison: LicenseBoy vs official/direct license ---------- */
.lb-price-compare-wrap {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #e8edf3;
}

.lb-price-compare-label {
  margin: 0 0 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a8aa0;
}

.lb-price-compare {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  gap: 0;
  overflow: hidden;
  border: 1px solid #e8edf3;
  border-radius: 12px;
  background: #fff;
}

.lb-price-compare__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 18px 20px;
}

.lb-price-compare__col--official {
  background: #f7f9fc;
}

.lb-price-compare__col--us {
  position: relative;
  background: linear-gradient(180deg, rgba(47, 111, 237, 0.07), rgba(22, 163, 74, 0.05));
}

.lb-price-compare__vs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  margin: 0 -17px;
  z-index: 1;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e8edf3;
  color: #7a8aa0;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  aspect-ratio: 1 / 1;
  align-self: center;
}

.lb-price-compare__tag {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #5b6b7c;
}

.lb-price-compare__col--us .lb-price-compare__tag {
  color: var(--lb-navy, #213E6E);
}

.lb-price-compare__amount {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #8a97a8;
  text-decoration: line-through;
  text-decoration-color: rgba(138, 151, 168, 0.55);
}

.lb-price-compare__col--us .lb-price-compare__amount {
  color: var(--lb-navy, #213E6E);
  text-decoration: none;
}

.lb-price-compare__amount small {
  margin-left: 2px;
  font-size: 13px;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
}

.lb-price-compare__note {
  font-size: 12.5px;
  line-height: 1.4;
  color: #8a97a8;
}

.lb-price-compare__col--us .lb-price-compare__note {
  color: #4a5a6d;
}

.lb-price-compare__save {
  align-self: flex-start;
  margin-bottom: 4px;
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--lb-check, #16a34a);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.lb-price-compare__disclaimer {
  margin: 10px 2px 0;
  font-size: 11.5px;
  line-height: 1.5;
  color: #9aa7b6;
}

.lb-price-compare__generic {
  margin: 0;
  padding: 16px 18px;
  border-radius: 12px;
  background: #f7f9fc;
  font-size: 14px;
  line-height: 1.6;
  color: #3a4654;
}

.lb-price-compare__generic strong {
  color: var(--lb-navy, #213E6E);
}

/* Homepage: example-savings strip (3 illustrative products) */
.lb-price-compare-examples {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lb-price-compare-example {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 16px 18px;
  border: 1px solid #e8edf3;
  border-radius: 12px;
  background: #fff;
}

.lb-price-compare-example__name {
  font-size: 13px;
  font-weight: 700;
  color: var(--lb-navy, #213E6E);
}

.lb-price-compare-example__row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #5b6b7c;
}

.lb-price-compare-example__official {
  text-decoration: line-through;
  color: #9aa7b6;
}

.lb-price-compare-example__arrow {
  color: #9aa7b6;
}

.lb-price-compare-example__ours {
  font-weight: 800;
  color: var(--lb-navy, #213E6E);
}

.lb-price-compare-example__save {
  align-self: flex-start;
  padding: 2px 9px;
  border-radius: 999px;
  background: var(--lb-check-bg);
  color: var(--lb-check, #16a34a);
  font-size: 11px;
  font-weight: 800;
}

@media (max-width: 767px) {
  .lb-price-compare {
    grid-template-columns: 1fr;
  }

  .lb-price-compare__vs {
    width: 100%;
    height: 26px;
    margin: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .lb-price-compare__amount {
    font-size: 22px;
  }

  .lb-price-compare-examples {
    grid-template-columns: 1fr;
  }
}


/* ---------- Navbar dropdown ---------- */
.navbar-wrap > ul > li > a {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  padding: 28px 18px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  text-transform: none !important;
  color: #243247 !important;
  line-height: 1.2 !important;
}

.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
  color: var(--lb-navy, #213E6E) !important;
}

.lb-nav-caret {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 2px;
  border-right: 1.75px solid currentColor;
  border-bottom: 1.75px solid currentColor;
  transform: translateY(-1px) rotate(45deg);
  transition: transform 0.18s ease;
  opacity: 0.7;
}

.navbar-wrap > ul > li:hover > a .lb-nav-caret,
.navbar-wrap > ul > li:focus-within > a .lb-nav-caret {
  transform: translateY(1px) rotate(225deg);
  opacity: 1;
}

.navbar-wrap ul li.dropdown {
  position: relative;
}

.navbar-wrap ul li .submenu {
  position: absolute !important;
  left: 0 !important;
  right: auto !important;
  top: calc(100% - 6px) !important;
  z-index: 1000 !important;
  min-width: 280px !important;
  width: max-content;
  max-width: min(360px, calc(100vw - 32px));
  margin: 0 !important;
  padding: 8px 0 !important;
  list-style: none !important;
  background: #fff !important;
  border: 1px solid #e8edf3 !important;
  border-radius: 0 !important;
  box-shadow: 0 12px 32px rgba(15, 27, 51, 0.12) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(8px) !important;
  transform-origin: top left !important;
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease !important;
}

.navbar-wrap ul li:hover > .submenu,
.navbar-wrap ul li:focus-within > .submenu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.navbar-wrap ul li .submenu li {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  width: 100% !important;
}

.navbar-wrap ul li .submenu li + li {
  border-top: 1px solid #f0f3f8;
}

.navbar-wrap ul li .submenu li a {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box;
  padding: 11px 18px !important;
  margin: 0 !important;
  line-height: 1.35 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #3a4654 !important;
  white-space: nowrap;
  background: transparent !important;
  border: 0 !important;
  transition: background-color 0.12s ease, color 0.12s ease, padding-left 0.12s ease;
}

.navbar-wrap ul li .submenu li a:hover,
.navbar-wrap ul li .submenu li a:focus,
.navbar-wrap ul li .submenu li.active > a,
.navbar-wrap ul li .submenu li.current-menu-item > a {
  color: var(--lb-navy, #213E6E) !important;
  background: #f3f6fb !important;
  padding-left: 22px !important;
}

/* Sticky header: keep dropdown readable */
.sticky-menu .navbar-wrap > ul > li > a {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.sticky-menu .navbar-wrap ul li .submenu {
  top: calc(100% - 2px) !important;
}

/* Nested submenu (if any) */
.navbar-wrap ul li .submenu .submenu {
  top: 0 !important;
  left: calc(100% + 1px) !important;
  transform: translateX(6px) !important;
}

.navbar-wrap ul li .submenu li:hover > .submenu,
.navbar-wrap ul li .submenu li:focus-within > .submenu {
  transform: translateX(0) !important;
}

@media (max-width: 1199px) {
  .navbar-wrap > ul > li > a {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .navbar-wrap ul li .submenu {
    min-width: 260px !important;
  }
}

/* Home pricing widget: hide unused table chrome (was only in old header-1) */
body.home .pack-pricing-head,
body.home .pack-pricing-tab,
body.home .package-pricing-box tbody tr th {
  display: none !important;
}

/* ---------- Legal pages (Terms) ---------- */
.lb-page-body:has(.lb-legal) .blog-thumb,
.lb-page-body:has(.lb-legal) .next-prev-post,
.lb-page-body:has(.lb-legal) .comments-area {
  display: none !important;
}

.lb-legal {
  max-width: 820px;
  margin: 0;
  padding: 8px 0 28px;
  color: #3a4654;
}

.lb-legal__updated {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #6b7c90;
}

.lb-legal__lead {
  margin: 0 0 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid #e8edf3;
  font-size: 16px;
  line-height: 1.65;
  color: #243247;
}

.lb-legal h2 {
  margin: 28px 0 10px;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--lb-navy, #213E6E);
}

.lb-legal p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.65;
  color: #3a4654;
}

.lb-legal ul {
  margin: 0 0 14px;
  padding: 0 0 0 1.1em;
}

.lb-legal li {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.55;
  color: #3a4654;
}

.lb-legal a {
  color: var(--lb-blue, #2f6fed);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lb-legal a:hover {
  color: var(--lb-navy, #213E6E);
}

.lb-legal strong {
  color: #243247;
  font-weight: 700;
}

/* Theme utility bar (phone/email) — keep hidden; home top:0 made it reappear */
.header-top-wrap {
  display: none !important;
}

/* ---------- Home landing ---------- */
/* Kill the empty 40px offset above the home navbar */
body.home .transparent-header {
  top: 0 !important;
}

/* Partner product-logo strip (Elementor section da6be6f) */
body.home .elementor-element-da6be6f {
  display: none !important;
}

body.home .navbar-wrap > ul > li > a {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

/* Compact hero */
body.home .banner-area.banner-bg {
  min-height: 0 !important;
  padding: 108px 0 36px !important;
  background-position: center center !important;
  background-size: cover !important;
}

body.home .banner-area.banner-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(12, 24, 48, 0.82) 0%, rgba(18, 36, 72, 0.62) 42%, rgba(20, 40, 78, 0.35) 100%),
    linear-gradient(180deg, rgba(10, 18, 36, 0.35) 0%, transparent 40%, rgba(10, 18, 36, 0.28) 100%);
}

body.home .banner-area.banner-bg > .container {
  position: relative;
  z-index: 1;
}

body.home .banner-content > span {
  font-size: 12px !important;
  letter-spacing: 0.06em !important;
  margin-bottom: 6px !important;
}

body.home .banner-content > h2 {
  font-size: clamp(24px, 3.4vw, 36px) !important;
  line-height: 1.15 !important;
  margin-bottom: 10px !important;
}

body.home .banner-content p {
  font-size: 15px !important;
  width: min(100%, 40ch) !important;
  margin-bottom: 14px !important;
  line-height: 1.5 !important;
}

body.home .banner-content .btn {
  padding: 11px 16px !important;
  font-size: 13px !important;
}

body.home .banner-img {
  margin-left: 12px !important;
}

body.home .banner-img img {
  max-width: 78%;
  height: auto;
}

@media (max-width: 991px) {
  body.home .banner-area.banner-bg {
    padding: 96px 0 28px !important;
  }
  body.home .banner-img {
    margin: 0 0 12px !important;
    text-align: center;
  }
  body.home .banner-img img {
    max-width: 56%;
  }
  body.home .banner-content p {
    width: 100% !important;
  }
}

/* Navbar: white over hero, navy when scrolled */
body.home .transparent-header #sticky-header:not(.sticky-menu) .navbar-wrap > ul > li > a,
body.home .transparent-header #sticky-header:not(.sticky-menu) .header-action ul li > a:not(.btn),
body.home .transparent-header #sticky-header:not(.sticky-menu) .mobile-nav-toggler {
  color: #fff !important;
}

body.home .transparent-header #sticky-header:not(.sticky-menu) .navbar-wrap > ul > li > a .lb-nav-caret {
  border-color: #fff;
  opacity: 0.85;
}

body.home #sticky-header.sticky-menu .navbar-wrap > ul > li > a,
body.home #sticky-header.sticky-menu .header-action ul li > a:not(.btn),
body.home #sticky-header.sticky-menu .mobile-nav-toggler {
  color: var(--lb-navy, #213E6E) !important;
}

body.home #sticky-header.sticky-menu .navbar-wrap > ul > li > a .lb-nav-caret {
  border-color: currentColor;
}

/* Shared home sections — full Elementor column width (matches pricing/features/FAQ widgets) */
body.home .lb-home-section,
body.home .lb-shared-box {
  width: 100%;
  max-width: none;
  margin: 0 auto 28px;
  padding: 8px 0 24px;
}

body.home .lb-shared-box {
  border-top: 1px solid #e8edf3;
  border-bottom: 1px solid #e8edf3;
  margin-top: 8px;
}

body.home .lb-home-section__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
}

body.home .lb-home-section__titles {
  min-width: 0;
}

body.home .lb-home-section__title {
  margin: 0 0 4px !important;
  font-size: clamp(24px, 3.2vw, 32px) !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  color: var(--lb-navy, #213E6E) !important;
}

body.home .lb-home-section__sub {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #5b6b7c;
}

body.home .lb-home-section__eyebrow {
  display: none !important;
}

/* Match shared-box heading rhythm on home */
body.home .lb-shared-box__head {
  align-items: center;
}

body.home .lb-shared-box__title {
  font-size: clamp(24px, 3.2vw, 32px) !important;
}

body.home .lb-home-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

body.home .lb-home-card {
  margin: 0;
  padding: 18px 16px;
  border: 1px solid #e4ebf4;
  background: #fff;
}

body.home .lb-home-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 0 12px;
  background: rgba(33, 62, 110, 0.08);
}

body.home .lb-home-card__title {
  margin: 0 0 6px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--lb-navy, #213E6E);
}

body.home .lb-home-card__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #3a4654;
}

/* Home "How it works" — steps beside the looping terminal demo */
body.home .lb-home-how__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 420px);
  align-items: center;
  gap: 32px;
}

body.home .lb-home-how__steps.lb-shared-box__steps {
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 0;
}

body.home .lb-home-how__steps.lb-shared-box__steps > li {
  flex-direction: row;
  align-items: flex-start;
  padding: 0;
}

body.home .lb-home-how__steps.lb-shared-box__steps > li::after {
  display: none;
}

body.home .lb-home-how__demo {
  display: flex;
  justify-content: center;
}

body.home .lb-home-how__demo .lb-terminal {
  width: 100%;
}

@media (max-width: 991px) {
  body.home .lb-home-how__grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  body.home .lb-home-how__demo {
    order: -1;
  }
}

/* Product directory links, split into "Products" vs "Addons" groups so
   visitors can tell core panel/OS licenses apart from add-on tools. */
body.home .lb-home-products__group {
  margin-bottom: 34px;
}

body.home .lb-home-products__group:last-of-type {
  margin-bottom: 0;
}

body.home .lb-home-products__group-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px 10px;
  margin: 0 0 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e4ebf4;
}

body.home .lb-home-products__group-title {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--lb-blue, #2f6fed);
}

body.home .lb-home-products__group-sub {
  margin: 0;
  font-size: 13px;
  color: #6b7c90;
}

body.home .lb-home-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

body.home .lb-home-product {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  border: 1px solid #e4ebf4;
  background: #fff;
  text-decoration: none !important;
  color: inherit;
  overflow: hidden;
  transition: border-color 0.15s ease, background-color 0.15s ease;
}

body.home .lb-home-product:hover {
  border-color: #c9d6ea;
  background: #f8fafd;
}

body.home .lb-home-product__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 72px;
  padding: 14px 18px;
  background: #f5f8fc;
  border-bottom: 1px solid #eef2f7;
}

body.home .lb-home-product:hover .lb-home-product__logo {
  background: #eef3fb;
}

body.home .lb-home-product__logo img {
  display: block;
  max-width: 100%;
  max-height: 36px;
  width: auto;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}

body.home .lb-home-product__name {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 72px;
  padding: 14px 18px;
  background: #f5f8fc;
  border-bottom: 1px solid #eef2f7;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.25;
  text-align: center;
  color: var(--lb-navy, #213E6E);
}

body.home .lb-home-product__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding: 14px 14px 13px;
}

body.home .lb-home-product__from {
  display: flex;
  align-items: baseline;
  gap: 6px;
  min-width: 0;
}

body.home .lb-home-product__from-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #6b7c90;
}

body.home .lb-home-product__from-price {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--lb-navy, #213E6E);
}

body.home .lb-home-product__from-unit {
  font-size: 12px;
  font-weight: 600;
  color: #5b6b7c;
}

body.home .lb-home-product__more {
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 600;
  color: var(--lb-blue, #2f6fed);
  white-space: nowrap;
}

body.home .lb-home-product:hover .lb-home-product__more {
  color: var(--lb-navy, #213E6E);
}

/* Reseller volume section */
body.home .lb-home-reseller__panel {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 28px;
  padding: 22px 0 0;
  border-top: 1px solid #e8edf3;
}

body.home .lb-home-reseller__copy {
  min-width: 0;
  flex: 1 1 auto;
  max-width: 46em;
}

body.home .lb-home-reseller__lead {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.55;
  color: #3a4654;
}

body.home .lb-home-reseller__points {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.home .lb-home-reseller__points li {
  position: relative;
  margin: 0;
  padding: 6px 0 6px 22px;
  font-size: 14px;
  line-height: 1.45;
  color: #3a4654;
}

body.home .lb-home-reseller__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 4px;
  border-left: 1.75px solid var(--lb-navy, #213E6E);
  border-bottom: 1.75px solid var(--lb-navy, #213E6E);
  transform: rotate(-45deg);
}

body.home .lb-home-reseller__cta {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
  min-width: 180px;
}

body.home .lb-home-reseller__price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
}

body.home .lb-home-reseller__from-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #6b7c90;
}

body.home .lb-home-reseller__from-amount {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--lb-navy, #213E6E);
}

body.home .lb-home-reseller__from-unit {
  font-size: 14px;
  font-weight: 600;
  color: #5b6b7c;
}

body.home .lb-home-reseller__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 16px;
  border: 1px solid var(--lb-navy, #213E6E);
  background: var(--lb-navy, #213E6E);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none !important;
  line-height: 1.2;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}

body.home .lb-home-reseller__btn:hover {
  background: #1a3259;
  border-color: #1a3259;
  color: #fff !important;
}

@media (max-width: 767px) {
  body.home .lb-home-reseller__panel {
    flex-direction: column;
    gap: 18px;
  }

  body.home .lb-home-reseller__cta {
    min-width: 0;
    width: 100%;
  }

  body.home .lb-home-reseller__btn {
    width: 100%;
  }
}

/* Home FAQ — match product-page accordion */
body.home .lb-home-faq {
  margin: 0 0 32px;
  max-width: none;
  width: 100%;
}

body.home .lb-home-faq .lb-faq-panel {
  margin-bottom: 0;
}

body.home .lb-home-faq__accordion {
  margin-top: 16px !important;
  margin-bottom: 0 !important;
}

body.home .lb-home-faq .elementor-tab-content:not(.elementor-active) {
  display: none;
}

body.home .lb-home-faq__more {
  margin: 14px 0 0;
  font-size: 14px;
}

body.home .lb-home-faq__more a {
  color: var(--lb-blue, #2f6fed);
  font-weight: 600;
  text-decoration: none;
}

body.home .lb-home-faq__more a:hover {
  color: var(--lb-navy, #213E6E);
}

@media (max-width: 991px) {
  body.home .lb-home-cards,
  body.home .lb-home-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  body.home .lb-home-cards,
  body.home .lb-home-products__grid {
    grid-template-columns: 1fr;
  }
  body.home .lb-home-section,
  body.home .lb-shared-box {
    margin-bottom: 22px;
    padding-bottom: 18px;
  }
}
