
/* LocalScope content overrides layered on the untouched Biznest Webflow export. */
.brand > img[data-ls-field="brand.logo"] { width: 119px; height: 40px; display: block; }

.banner-heading { max-width: 980px; }
.banner-heading .heading-01 { display: block; }
.banner-heading .ls-h1-line { display: block; white-space: nowrap; }

.ceo-image-wrap {
  width: 60px;
  height: 60px;
  max-width: 60px;
  min-width: 60px;
  aspect-ratio: 1 / 1;
  border: 1.5px solid rgba(255,255,255,.92);
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 60px;
}
.ceo-image-wrap .ceo-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  border-radius: 50%;
}

.logo-wrap .logo,
.integration-logo-wrap .integration-logo {
  height: auto;
  object-fit: contain;
}
.logo-wrap .logo { max-height: 42px; }
.integration-logo-wrap .integration-logo { max-height: 44px; }
.integration-round { object-fit: contain; }

.stories-counter-block { display: none !important; }
.stories-main-block { grid-template-columns: 100% !important; }

.price-swicher-wrap { display: none !important; }
.site-ai-emphasis { color: #ff5e31; font-weight: 700; }
.feature-strong { font-weight: 600; }

.footer-pattern { width: 100%; }
.footer-pattern .biznest-logos {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  opacity: .27;
}

@media screen and (max-width: 767px) {
  .banner-heading { width: 100%; max-width: 100%; }
  .banner-heading .heading-01 {
    font-size: clamp(27px, 7.6vw, 31px);
    line-height: 1.07;
    letter-spacing: -.055em;
  }
  .banner-heading .ls-h1-line { white-space: nowrap; }
  .ceo-image-wrap {
    width: 56px;
    height: 56px;
    max-width: 56px;
    min-width: 56px;
    flex-basis: 56px;
  }
  .logo-wrap .logo { max-height: 36px; }
  .integration-logo-wrap .integration-logo { max-height: 36px; }
}

@media screen and (max-width: 370px) {
  .banner-heading .heading-01 { font-size: 26px; letter-spacing: -.06em; }
}


/* V6 content-only refinements — original Webflow interactions remain untouched. */
.ls-hero-cta { display:flex; justify-content:center; width:auto; }
.ls-hero-button { min-width:230px; justify-content:center; }
.ls-hero-video { width:100%; height:auto; display:block; object-fit:cover; border-radius:inherit; background:#0b0b0f; }
.header-image-wrap { overflow:hidden; }
.footer-logo-block > .brand img { width:138px; height:auto; display:block; }
.footer-logo-block .footer-heading { margin-top:20px; }
.core-tab-image { object-fit:cover; object-position:center top; }
@media screen and (max-width: 767px) {
  .ls-hero-cta { width:100%; }
  .ls-hero-button { width:100%; min-width:0; }
  .ls-hero-video { min-height:190px; object-fit:cover; }
  .footer-logo-block > .brand img { width:124px; }
}

/* V7.1 targeted polish: hero CTA sizing, brand wordmark clipping, updated leads asset */
.brand {
  width: auto;
  max-width: 138px;
  flex: 0 0 auto;
  overflow: visible;
}
.brand > img[data-ls-field="brand.logo"] {
  width: 132px;
  height: auto;
  max-width: none;
}

.banner-form.ls-hero-cta {
  width: auto;
  max-width: none;
  padding: 0;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  mix-blend-mode: normal;
  box-shadow: none;
  border-radius: 0;
  opacity: 1;
}
.banner-form.ls-hero-cta .main-primary-button,
.ls-hero-button {
  width: auto;
  min-width: 250px;
  flex: 0 0 auto;
}
.banner-form.ls-hero-cta .main-button-text-wrap,
.ls-hero-button .main-button-text-wrap {
  width: auto;
  min-width: 250px;
  padding: 14px 28px;
}

@media screen and (max-width: 767px) {
  .brand { max-width: 130px; }
  .brand > img[data-ls-field="brand.logo"] { width: 124px; }
  .banner-form.ls-hero-cta {
    width: auto;
    justify-content: center;
  }
  .banner-form.ls-hero-cta .main-primary-button,
  .ls-hero-button {
    width: auto;
    min-width: 0;
    max-width: 100%;
  }
  .banner-form.ls-hero-cta .main-button-text-wrap,
  .ls-hero-button .main-button-text-wrap {
    width: auto;
    min-width: 0;
    max-width: 100%;
    padding: 13px 24px;
  }
}

/* Hero media: 20 px glass frame with a 30 px inner video radius. */
.header-image-wrap {
  box-sizing: border-box;
  padding: 20px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 50px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .2), rgba(255, 255, 255, .07));
  -webkit-backdrop-filter: blur(22px) saturate(145%);
  backdrop-filter: blur(22px) saturate(145%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 22px 70px rgba(0, 0, 0, .2);
}
.header-image-wrap .ls-hero-video {
  border-radius: 30px;
}

/* Give the navigation wordmark enough room for its final letter. */
.navbar .brand {
  width: 164px;
  min-width: 164px;
  max-width: none;
  padding-right: 6px;
  box-sizing: border-box;
}
.navbar .brand > img[data-ls-field="brand.logo"] {
  width: 150px;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .navbar .brand {
    width: 148px;
    min-width: 148px;
  }
  .navbar .brand > img[data-ls-field="brand.logo"] {
    width: 138px;
  }
}
