/*
 * BinikStock V592 — centered light homepage hero with a hard white-grid reset.
 * The global header and all search/trending routes remain unchanged.
 */

html body.home,
html body.front-page {
  overflow-x: hidden;
  overflow-x: clip;
  border-top: 0 !important;
}

/* Keep the approved global dark header as a separate bar above the new hero. */
html body.home .bs-home-v156 > .bs-v168-home-site-header,
html body.home .bs-home-v156 > .binikstock-v170-global-header,
html body.front-page .bs-home-v156 > .bs-v168-home-site-header,
html body.front-page .bs-home-v156 > .binikstock-v170-global-header {
  position: relative !important;
  inset: auto !important;
  z-index: 80 !important;
  background: var(--bs-v167-dark-gradient-soft, radial-gradient(circle at 78% 18%, rgba(103, 79, 255, .28), transparent 34%), linear-gradient(112deg, #020815 0%, #061427 48%, #10164d 100%)) !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .07) !important;
  box-shadow: none !important;
}

html body.home .bs-home-v156 > .bs-v168-home-site-header::after,
html body.home .bs-home-v156 > .binikstock-v170-global-header::after,
html body.front-page .bs-home-v156 > .bs-v168-home-site-header::after,
html body.front-page .bs-home-v156 > .binikstock-v170-global-header::after {
  content: none !important;
  display: none !important;
}

html body.home .bs-home-v156 .bs-v591-home-hero,
html body.front-page .bs-home-v156 .bs-v591-home-hero {
  position: relative !important;
  isolation: isolate !important;
  min-height: 700px !important;
  overflow: hidden !important;
  border: 0 !important;
  color: #071427 !important;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .84), transparent 18%, transparent 82%, rgba(255, 255, 255, .84)),
    linear-gradient(180deg, rgba(255, 255, 255, .76), transparent 16%, transparent 84%, rgba(255, 255, 255, .92)),
    radial-gradient(circle at 6% 50%, rgba(96, 69, 255, .68) 0 4px, transparent 5px),
    radial-gradient(circle at 16% 14%, rgba(96, 69, 255, .52) 0 3px, transparent 4px),
    radial-gradient(circle at 86% 13%, rgba(96, 69, 255, .58) 0 3px, transparent 4px),
    radial-gradient(circle at 95% 38%, rgba(96, 69, 255, .45) 0 3px, transparent 4px),
    radial-gradient(circle at 84% 71%, rgba(96, 69, 255, .48) 0 3px, transparent 4px),
    radial-gradient(circle at 16% 71%, rgba(96, 69, 255, .48) 0 3px, transparent 4px),
    linear-gradient(rgba(99, 75, 229, .065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99, 75, 229, .065) 1px, transparent 1px),
    radial-gradient(circle at 50% 42%, rgba(96, 69, 255, .04), transparent 43%),
    #fff !important;
  background-size: auto, auto, auto, auto, auto, auto, auto, auto, 56px 56px, 56px 56px, auto, auto !important;
  background-position: center !important;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat, repeat, no-repeat, no-repeat !important;
  filter: none !important;
  opacity: 1 !important;
  mix-blend-mode: normal !important;
}

/* The legacy V156/V187 hero paints its navy artwork on pseudo-elements.
   Disable both layers completely so stylesheet order and cache cannot restore it. */
html body.home .bs-home-v156 .bs-v591-home-hero::before,
html body.home .bs-home-v156 .bs-v591-home-hero::after,
html body.front-page .bs-home-v156 .bs-v591-home-hero::before,
html body.front-page .bs-home-v156 .bs-v591-home-hero::after {
  content: none !important;
  display: none !important;
  position: static !important;
  inset: auto !important;
  z-index: auto !important;
  pointer-events: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  background: none !important;
  background-image: none !important;
  filter: none !important;
  box-shadow: none !important;
}

html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-hero-inner,
html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-hero-inner {
  position: relative !important;
  z-index: 2 !important;
  width: min(calc(100% - 48px), 1320px) !important;
  min-height: 700px !important;
  margin: 0 auto !important;
  padding: 70px 24px 86px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
}

html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-copy,
html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-copy {
  width: min(100%, 1020px) !important;
  max-width: 1020px !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}

html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-pill,
html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-pill {
  width: fit-content !important;
  min-height: 44px !important;
  height: auto !important;
  margin: 0 0 42px !important;
  padding: 10px 24px !important;
  border: 1px solid #ddd5ff !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .94) !important;
  color: #6045ff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  font-weight: 600 !important;
  box-shadow: 0 8px 24px rgba(47, 35, 111, .1), inset 0 0 0 1px rgba(255, 255, 255, .82) !important;
}

html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-pill b,
html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-pill b {
  color: #6045ff !important;
  -webkit-text-fill-color: #6045ff !important;
  font-size: 18px !important;
  line-height: 1 !important;
}

html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-copy h1,
html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-copy h1 {
  max-width: 1020px !important;
  margin: 0 !important;
  color: #071427 !important;
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: clamp(46px, 4.5vw, 72px) !important;
  line-height: 1.16 !important;
  font-weight: 600 !important;
  letter-spacing: -.045em !important;
  word-spacing: .01em !important;
  text-shadow: none !important;
  -webkit-text-stroke: 0 !important;
}

html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-copy h1 span,
html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-copy h1 span {
  color: #6045ff !important;
  font: inherit !important;
  letter-spacing: inherit !important;
  background: linear-gradient(135deg, #6045ff 0%, #7b50ff 58%, #4f2ee8 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-copy > p,
html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-copy > p {
  max-width: 760px !important;
  margin: 32px auto 34px !important;
  color: #4f5d76 !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-size: clamp(16px, 1.25vw, 19px) !important;
  line-height: 1.72 !important;
  font-weight: 400 !important;
  letter-spacing: -.012em !important;
}

html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-search,
html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-search {
  width: min(100%, 800px) !important;
  height: 72px !important;
  margin: 0 auto !important;
  padding: 7px 8px 7px 24px !important;
  border: 1px solid #e1e5ee !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .98) !important;
  display: grid !important;
  grid-template-columns: 28px minmax(0, 1fr) 58px !important;
  align-items: center !important;
  gap: 12px !important;
  box-shadow: 0 17px 42px rgba(29, 39, 70, .13) !important;
}

html body.home .bs-home-v156 .bs-v591-search-leading,
html body.front-page .bs-home-v156 .bs-v591-search-leading {
  width: 24px !important;
  height: 24px !important;
  color: #99a5b8 !important;
  display: grid !important;
  place-items: center !important;
}

html body.home .bs-home-v156 .bs-v591-search-leading svg,
html body.front-page .bs-home-v156 .bs-v591-search-leading svg {
  width: 22px !important;
  height: 22px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
}

html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-search input[type="search"],
html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-search input[type="search"] {
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: #172238 !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
}

html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-search input[type="search"]::placeholder,
html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-search input[type="search"]::placeholder {
  color: #8290a8 !important;
  opacity: 1 !important;
}

html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-search button,
html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-search button {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  min-height: 58px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, #6045ff 0%, #4f2ee8 100%) !important;
  color: #fff !important;
  display: grid !important;
  place-items: center !important;
  box-shadow: 0 10px 22px rgba(96, 69, 255, .28) !important;
  transition: transform .18s ease, box-shadow .18s ease !important;
}

html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-search button:hover,
html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-search button:hover,
html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-search button:focus-visible,
html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-search button:focus-visible {
  transform: translateY(-2px) !important;
  background: linear-gradient(135deg, #6a50ff 0%, #5838f6 100%) !important;
  box-shadow: 0 14px 28px rgba(96, 69, 255, .36) !important;
}

html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-search button svg,
html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-search button svg {
  width: 25px !important;
  height: 25px !important;
  margin: 0 !important;
  transform: none !important;
}

html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-popular,
html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-popular {
  margin: 30px auto 0 !important;
  color: #071427 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  font-family: "Poppins", system-ui, sans-serif !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
}

html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-popular strong,
html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-popular strong {
  color: #071427 !important;
  -webkit-text-fill-color: #071427 !important;
  font-weight: 600 !important;
  opacity: 1 !important;
}

html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-popular a,
html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-popular a {
  min-height: 38px !important;
  padding: 8px 20px !important;
  border: 1px solid #ded7ff !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .92) !important;
  color: #6045ff !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease !important;
}

html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-popular a:hover,
html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-popular a:hover,
html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-popular a:focus-visible,
html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-popular a:focus-visible {
  transform: translateY(-2px) !important;
  border-color: #bfb1ff !important;
  box-shadow: 0 8px 18px rgba(96, 69, 255, .12) !important;
}

@media (max-width: 1024px) {
  html body.home .bs-home-v156 .bs-v591-home-hero,
  html body.front-page .bs-home-v156 .bs-v591-home-hero,
  html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-hero-inner,
  html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-hero-inner {
    min-height: 640px !important;
  }

  html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-hero-inner,
  html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-hero-inner {
    width: min(calc(100% - 40px), 900px) !important;
    padding: 62px 0 72px !important;
  }

  html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-copy h1,
  html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-copy h1 {
    font-size: clamp(42px, 6.3vw, 60px) !important;
  }
}

@media (max-width: 760px) {
  html body.home .bs-home-v156 .bs-v591-home-hero,
  html body.front-page .bs-home-v156 .bs-v591-home-hero,
  html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-hero-inner,
  html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-hero-inner {
    min-height: 570px !important;
  }

  html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-hero-inner,
  html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-hero-inner {
    width: min(calc(100% - 28px), 600px) !important;
    padding: 46px 0 58px !important;
  }

  html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-pill,
  html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-pill {
    min-height: 38px !important;
    margin-bottom: 28px !important;
    padding: 8px 16px !important;
    font-size: 11px !important;
  }

  html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-copy h1,
  html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-copy h1 {
    font-size: clamp(31px, 9vw, 43px) !important;
    line-height: 1.16 !important;
    letter-spacing: -.04em !important;
  }

  html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-copy > p,
  html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-copy > p {
    margin: 22px auto 26px !important;
    font-size: 14px !important;
    line-height: 1.62 !important;
  }

  html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-search,
  html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-search {
    height: 58px !important;
    padding: 6px !important;
    grid-template-columns: minmax(0, 1fr) 46px !important;
    gap: 0 !important;
  }

  html body.home .bs-home-v156 .bs-v591-search-leading,
  html body.front-page .bs-home-v156 .bs-v591-search-leading {
    display: none !important;
  }

  html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-search input[type="search"],
  html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-search input[type="search"] {
    padding: 0 13px !important;
    font-size: 13px !important;
  }

  html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-search button,
  html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-search button {
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
  }

  html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-popular,
  html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-popular {
    margin-top: 22px !important;
    gap: 8px !important;
    font-size: 11px !important;
  }

  html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-popular a,
  html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-popular a {
    min-height: 32px !important;
    padding: 6px 12px !important;
    font-size: 11px !important;
  }
}

@media (max-width: 430px) {
  html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-copy h1 br,
  html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-copy h1 br {
    display: none;
  }

  html body.home .bs-home-v156 .bs-v591-home-hero .bs-v156-copy h1 span,
  html body.front-page .bs-home-v156 .bs-v591-home-hero .bs-v156-copy h1 span {
    white-space: nowrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html body .bs-v591-home-hero *,
  html body .bs-v591-home-hero *::before,
  html body .bs-v591-home-hero *::after {
    transition: none !important;
  }
}

/* V594: preserve the full V592 homepage structure and place an explicit
   white-grid surface above every legacy background/pseudo layer. */
.bs-home-v156 .bs-v591-home-hero > .bs-v594-hero-white-grid {
  position: absolute !important;
  inset: 0 !important;
  z-index: 2 !important;
  display: block !important;
  pointer-events: none !important;
  background-color: #fff !important;
  background-image:
    linear-gradient(90deg, rgba(255,255,255,.84), transparent 18%, transparent 82%, rgba(255,255,255,.84)),
    linear-gradient(180deg, rgba(255,255,255,.76), transparent 16%, transparent 84%, rgba(255,255,255,.92)),
    radial-gradient(circle at 6% 50%, rgba(96,69,255,.68) 0 4px, transparent 5px),
    radial-gradient(circle at 16% 14%, rgba(96,69,255,.52) 0 3px, transparent 4px),
    radial-gradient(circle at 86% 13%, rgba(96,69,255,.58) 0 3px, transparent 4px),
    radial-gradient(circle at 95% 38%, rgba(96,69,255,.45) 0 3px, transparent 4px),
    radial-gradient(circle at 84% 71%, rgba(96,69,255,.48) 0 3px, transparent 4px),
    radial-gradient(circle at 16% 71%, rgba(96,69,255,.48) 0 3px, transparent 4px),
    linear-gradient(rgba(99,75,229,.065) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99,75,229,.065) 1px, transparent 1px),
    radial-gradient(circle at 50% 42%, rgba(96,69,255,.04), transparent 43%) !important;
  background-size: auto,auto,auto,auto,auto,auto,auto,auto,56px 56px,56px 56px,auto !important;
  background-position: center !important;
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,repeat,repeat,no-repeat !important;
}

/* V597 homepage-only visual experiment: white header, navy navigation and
   plain blue-gray footer. The account avatar remains unchanged. */
html body.home .bs-home-v156 > .bs-v168-home-site-header,
html body.home .bs-home-v156 > .binikstock-v170-global-header,
html body.front-page .bs-home-v156 > .bs-v168-home-site-header,
html body.front-page .bs-home-v156 > .binikstock-v170-global-header {
  background: #fff !important;
  background-color: #fff !important;
  background-image: none !important;
  border-bottom: 1px solid #d9e2ef !important;
  box-shadow: 0 5px 18px rgba(15,23,42,.045) !important;
}

html body.home .bs-home-v156 > .bs-v168-home-site-header .iconsol-menu a,
html body.front-page .bs-home-v156 > .bs-v168-home-site-header .iconsol-menu a {
  color: #071427 !important;
  -webkit-text-fill-color: #071427 !important;
}

html body.home .bs-home-v156 > .bs-v168-home-site-header .iconsol-actions .signin,
html body.home .bs-home-v156 > .bs-v168-home-site-header .iconsol-actions .signup,
html body.front-page .bs-home-v156 > .bs-v168-home-site-header .iconsol-actions .signin,
html body.front-page .bs-home-v156 > .bs-v168-home-site-header .iconsol-actions .signup {
  color: #071427 !important;
  -webkit-text-fill-color: #071427 !important;
}

html body.home .bs-home-v156 > .bs-v168-home-site-header .menu-toggle span,
html body.front-page .bs-home-v156 > .bs-v168-home-site-header .menu-toggle span {
  background: #071427 !important;
}

html body.home .bs-home-v156 > .bs-v168-home-site-header .iconsol-logo .binikstock-logo-img,
html body.front-page .bs-home-v156 > .bs-v168-home-site-header .iconsol-logo .binikstock-logo-img {
  filter: brightness(0) saturate(100%) invert(34%) sepia(98%) saturate(4920%) hue-rotate(246deg) brightness(102%) contrast(101%) !important;
}

html body.home .bs-home-v156 > .bs-v168-home-site-header .iconsol-logo strong,
html body.home .bs-home-v156 > .bs-v168-home-site-header .iconsol-logo span:not(.iconsol-logo-mark),
html body.front-page .bs-home-v156 > .bs-v168-home-site-header .iconsol-logo strong,
html body.front-page .bs-home-v156 > .bs-v168-home-site-header .iconsol-logo span:not(.iconsol-logo-mark) {
  color: #6045ff !important;
  -webkit-text-fill-color: #6045ff !important;
}

html body.home .bs-home-v156 > .bs-v168-home-site-header .iconsol-v88-avatar-btn img,
html body.front-page .bs-home-v156 > .bs-v168-home-site-header .iconsol-v88-avatar-btn img {
  filter: none !important;
}

html body.home .bs-home-v156 > .binikstock-v167-global-footer,
html body.front-page .bs-home-v156 > .binikstock-v167-global-footer {
  background: #f4f7fb !important;
  background-color: #f4f7fb !important;
  background-image: none !important;
  color: #071427 !important;
  border-top: 1px solid #d9e2ef !important;
}

html body.home .bs-home-v156 > .binikstock-v167-global-footer::before,
html body.home .bs-home-v156 > .binikstock-v167-global-footer::after,
html body.front-page .bs-home-v156 > .binikstock-v167-global-footer::before,
html body.front-page .bs-home-v156 > .binikstock-v167-global-footer::after {
  content: none !important;
  display: none !important;
  background: none !important;
}

html body.home .bs-home-v156 > .binikstock-v167-global-footer :is(h3,h4,p,a,.footer-copy,.binikstock-v167-footer-copy),
html body.front-page .bs-home-v156 > .binikstock-v167-global-footer :is(h3,h4,p,a,.footer-copy,.binikstock-v167-footer-copy) {
  color: #071427 !important;
  -webkit-text-fill-color: #071427 !important;
}

html body.home .bs-home-v156 > .binikstock-v167-global-footer a:hover,
html body.front-page .bs-home-v156 > .binikstock-v167-global-footer a:hover {
  color: #6045ff !important;
  -webkit-text-fill-color: #6045ff !important;
}

html body.home .bs-home-v156 > .binikstock-v167-global-footer .binikstock-v167-footer-copy,
html body.front-page .bs-home-v156 > .binikstock-v167-global-footer .binikstock-v167-footer-copy {
  border-top-color: #d9e2ef !important;
}

html body.home .bs-home-v156 > .binikstock-v167-global-footer .binikstock-logo-img,
html body.front-page .bs-home-v156 > .binikstock-v167-global-footer .binikstock-logo-img {
  filter: brightness(0) saturate(100%) invert(34%) sepia(98%) saturate(4920%) hue-rotate(246deg) brightness(102%) contrast(101%) !important;
}

@media (max-width: 760px) {
  html body.home .bs-home-v156 > .bs-v168-home-site-header .iconsol-menu,
  html body.front-page .bs-home-v156 > .bs-v168-home-site-header .iconsol-menu {
    background: #fff !important;
    border-top-color: #d9e2ef !important;
    box-shadow: 0 18px 36px rgba(15,23,42,.10) !important;
  }
}

.bs-home-v156 .bs-v591-home-hero > .bs-v156-hero-inner {
  position: relative !important;
  z-index: 3 !important;
}

/* V595: light lavender hero surface with a defined transition into the
   pure-white Browse Categories section. */
.bs-home-v156 > .bs-v591-home-hero {
  z-index: 2 !important;
  border-bottom: 1px solid #e4defa !important;
  box-shadow: 0 18px 42px rgba(43,35,90,.075) !important;
}

.bs-home-v156 .bs-v591-home-hero > .bs-v594-hero-white-grid {
  background-color: #f7f5ff !important;
  background-image:
    linear-gradient(90deg, rgba(251,250,255,.82), transparent 18%, transparent 82%, rgba(251,250,255,.82)),
    linear-gradient(180deg, rgba(252,251,255,.58), rgba(247,245,255,.34) 62%, rgba(241,238,255,.9) 100%),
    radial-gradient(circle at 6% 50%, rgba(96,69,255,.68) 0 4px, transparent 5px),
    radial-gradient(circle at 16% 14%, rgba(96,69,255,.52) 0 3px, transparent 4px),
    radial-gradient(circle at 86% 13%, rgba(96,69,255,.58) 0 3px, transparent 4px),
    radial-gradient(circle at 95% 38%, rgba(96,69,255,.45) 0 3px, transparent 4px),
    radial-gradient(circle at 84% 71%, rgba(96,69,255,.48) 0 3px, transparent 4px),
    radial-gradient(circle at 16% 71%, rgba(96,69,255,.48) 0 3px, transparent 4px),
    linear-gradient(rgba(99,75,229,.078) 1px, transparent 1px),
    linear-gradient(90deg, rgba(99,75,229,.078) 1px, transparent 1px),
    radial-gradient(circle at 50% 42%, rgba(96,69,255,.07), transparent 46%) !important;
}

.bs-home-v156 > .bs-v482-home-main {
  position: relative !important;
  z-index: 1 !important;
  background: #fff !important;
}

/* V596 preview choice B: clean blue-gray hero, crisp divider, no haze/shadow. */
.bs-home-v156 > .bs-v591-home-hero {
  border-bottom-color: #d9e2ef !important;
  box-shadow: none !important;
}

.bs-home-v156 .bs-v591-home-hero > .bs-v594-hero-white-grid {
  background-color: #f4f7fb !important;
  background-image:
    radial-gradient(circle at 6% 50%, rgba(96,69,255,.58) 0 4px, transparent 5px),
    radial-gradient(circle at 16% 14%, rgba(96,69,255,.44) 0 3px, transparent 4px),
    radial-gradient(circle at 86% 13%, rgba(96,69,255,.48) 0 3px, transparent 4px),
    radial-gradient(circle at 95% 38%, rgba(96,69,255,.38) 0 3px, transparent 4px),
    radial-gradient(circle at 84% 71%, rgba(96,69,255,.4) 0 3px, transparent 4px),
    radial-gradient(circle at 16% 71%, rgba(96,69,255,.4) 0 3px, transparent 4px),
    linear-gradient(#e4eaf3 1px, transparent 1px),
    linear-gradient(90deg, #e4eaf3 1px, transparent 1px) !important;
  background-size: auto,auto,auto,auto,auto,auto,56px 56px,56px 56px !important;
  background-position: center !important;
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,repeat,repeat !important;
}
