.top-ba-widget {
  --top-ba-height-desktop: 100vh;
  --top-ba-height-tablet: 88vh;
  --top-ba-height-mobile: 82vh;
  --top-ba-split: 58%;
  --top-ba-content-width: 560px;
  --top-ba-content-left: 80px;
  --top-ba-accent: #ff7a00;
  --top-ba-before-title: #ffffff;
  --top-ba-after-title: #111111;
  --top-ba-before-text: rgba(255, 255, 255, 0.94);
  --top-ba-after-text: #1c1c1c;
  --top-ba-before-btn-bg: #ffffff;
  --top-ba-before-btn-text: #0c0c0c;
  --top-ba-after-btn-bg: #ff7a00;
  --top-ba-after-btn-text: #ffffff;
  --top-ba-button-radius: 0px;
  --top-ba-label-before-bg: rgba(12, 12, 12, 0.72);
  --top-ba-label-before-text: rgba(255, 255, 255, 0.92);
  --top-ba-label-before-border: rgba(255,255,255,0.14);
  --top-ba-label-after-bg: rgba(255, 122, 0, 0.92);
  --top-ba-label-after-text: #ffffff;
  --top-ba-label-after-border: rgba(255,255,255,0.28);
  --top-ba-label-radius: 999px;
  --top-ba-label-border-width: 1px;
  --top-ba-before-overlay-color: #121418;
  --top-ba-before-overlay-opacity: 0.58;
  --top-ba-before-dust-color: rgba(255,255,255,0.24);
  --top-ba-handle-before-bg: #ffffff;
  --top-ba-handle-before-icon: #0c0c0c;
  --top-ba-handle-after-bg: #ff7a00;
  --top-ba-handle-after-icon: #ffffff;
  --top-ba-dust-opacity: 0.28;
  --top-ba-glow-opacity: 0.85;
  --top-ba-title-box-min-height: 280px;
  --top-ba-text-box-min-height: 84px;
  --top-ba-button-min-width: 220px;
  --top-ba-button-width-mode: match;
  position: relative;
  min-height: var(--top-ba-height-desktop);
  height: var(--top-ba-height-desktop);
  overflow: hidden;
  background: #0c0c0c;
}

.top-ba-widget,
.top-ba-widget * {
  box-sizing: border-box;
}

.top-ba-widget .top-hero-ba {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: inherit;
  overflow: hidden;
  background: #0c0c0c;
  font-family: "Jost", "Poppins", sans-serif;
  -webkit-user-select: none;
  user-select: none;
}

.top-ba-widget .top-hero-ba,
.top-ba-widget .top-hero-ba * {
  -webkit-user-select: none;
  user-select: none;
}

.top-ba-widget .top-hero-ba.is-dragging,
.top-ba-widget .top-hero-ba.is-dragging * {
  cursor: ew-resize !important;
}

body.top-ba-dragging,
body.top-ba-dragging * {
  -webkit-user-select: none !important;
  user-select: none !important;
  cursor: ew-resize !important;
}

.top-ba-widget .top-hero-ba__side,
.top-ba-widget .top-hero-ba__after-wrap {
  position: absolute;
  inset: 0;
  height: 100%;
}

.top-ba-widget .top-hero-ba__before {
  z-index: 1;
}

.top-ba-widget .top-hero-ba__after-wrap {
  z-index: 2;
  width: var(--top-ba-split);
  overflow: hidden;
  will-change: width;
}

.top-ba-widget .top-hero-ba__after {
  width: 100vw;
}

.top-ba-widget .top-hero-ba__bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  will-change: transform;
}

.top-ba-widget .top-hero-ba__before .top-hero-ba__bg {
  filter: grayscale(34%) brightness(0.50) contrast(1.00) saturate(0.58);
}

.top-ba-widget .top-hero-ba__after .top-hero-ba__bg {
  filter: brightness(0.92) saturate(1.00) contrast(1.01);
}

.top-ba-widget .top-hero-ba__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.top-ba-widget .top-hero-ba__before .top-hero-ba__overlay {
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--top-ba-before-overlay-color) 100%, transparent) 0%,
    color-mix(in srgb, var(--top-ba-before-overlay-color) 88%, transparent) 32%,
    color-mix(in srgb, var(--top-ba-before-overlay-color) 42%, transparent) 100%);
  opacity: var(--top-ba-before-overlay-opacity);
}

.top-ba-widget .top-hero-ba__after .top-hero-ba__overlay {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0.10) 26%, rgba(255, 255, 255, 0.02) 100%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 100%);
}

.top-ba-widget .top-hero-ba__before::after {
  content: "";
  position: absolute;
  inset: -8%;
  z-index: 2;
  pointer-events: none;
  opacity: var(--top-ba-dust-opacity);
  background-image:
    radial-gradient(circle, var(--top-ba-before-dust-color) 0 1.5px, transparent 3px),
    radial-gradient(circle, var(--top-ba-before-dust-color) 0 1.2px, transparent 2.6px),
    radial-gradient(circle, var(--top-ba-before-dust-color) 0 1px, transparent 2.2px);
  background-size: 180px 180px, 240px 240px, 320px 320px;
  background-position: 0 0, 40px 80px, 120px 20px;
  animation: topBaDustMove 12s linear infinite;
}

.top-ba-widget.top-ba-no-dust .top-hero-ba__before::after {
  display: none;
}

@keyframes topBaDustMove {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-26px, -34px, 0); }
}

.top-ba-widget .top-hero-ba__after::after {
  content: "";
  position: absolute;
  inset: -4%;
  z-index: 2;
  pointer-events: none;
  opacity: calc(var(--top-ba-glow-opacity) * 0.85);
  background:
    radial-gradient(circle at 20% 25%, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.18) 18%, rgba(255, 255, 255, 0) 40%),
    radial-gradient(circle at 65% 20%, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 16%, rgba(255, 255, 255, 0) 32%);
  animation: topBaLightFloat 7s ease-in-out infinite alternate;
}

.top-ba-widget.top-ba-no-after-glow .top-hero-ba__after::after {
  display: none;
}

@keyframes topBaLightFloat {
  from {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: calc(var(--top-ba-glow-opacity) * 0.85);
  }
  to {
    transform: translate3d(18px, -10px, 0) scale(1.05);
    opacity: var(--top-ba-glow-opacity);
  }
}






.top-ba-widget .top-hero-ba__content {
  position: absolute;
  inset: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.top-ba-widget .top-hero-ba__eyebrow {
  animation: none !important;
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  font-weight: 700;
}

.top-ba-widget .top-hero-ba__before .top-hero-ba__eyebrow {
  color: rgba(255, 255, 255, 0.92);
}

.top-ba-widget .top-hero-ba__after .top-hero-ba__eyebrow {
  color: var(--top-ba-accent);
}

.top-ba-widget .top-hero-ba__title {
  animation: none !important;
  margin: 0 0 18px;
  font-size: clamp(52px, 5.2vw, 86px);
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: -0.03em;
  width: 100%;
  min-height: 0;
  white-space: pre-line;
  text-wrap: balance;
  text-align: center;
}

.top-ba-widget .top-hero-ba__before .top-hero-ba__title {
  color: var(--top-ba-before-title);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.30), 0 12px 28px rgba(0, 0, 0, 0.28);
}

.top-ba-widget .top-hero-ba__after .top-hero-ba__title {
  color: var(--top-ba-after-title);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}

.top-ba-widget .top-hero-ba__text {
  animation: none !important;
  margin: 0 0 18px;
  font-size: clamp(14px, 1.02vw, 17px);
  line-height: 1.8;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  text-align: center;
}

.top-ba-widget .top-hero-ba__before .top-hero-ba__text {
  color: var(--top-ba-before-text);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.top-ba-widget .top-hero-ba__after .top-hero-ba__text {
  color: var(--top-ba-after-text);
}


@keyframes topBaButtonGlowPulse {
  0% {
    box-shadow:
      0 0 0 0 rgba(0, 0, 0, 0),
      0 8px 18px rgba(0, 0, 0, 0.16);
  }
  50% {
    box-shadow:
      0 0 0 6px rgba(0, 0, 0, 0.10),
      0 0 22px rgba(0, 0, 0, 0.22),
      0 8px 18px rgba(0, 0, 0, 0.16);
  }
  100% {
    box-shadow:
      0 0 0 0 rgba(0, 0, 0, 0),
      0 8px 18px rgba(0, 0, 0, 0.16);
  }
}

.top-ba-widget .top-hero-ba__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: var(--top-ba-button-min-width);
  width: auto;
  padding: 0 28px;
  margin: 0 auto;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  border-radius: var(--top-ba-button-radius);
  text-shadow: none !important;
  animation: topBaButtonGlowPulse 2.4s ease-in-out infinite;
}

.top-ba-widget[style*='--top-ba-button-width-mode:match'] .top-hero-ba__btn {
  width: var(--top-ba-button-min-width);
}

.top-ba-widget .top-hero-ba__btn--before {
  background: var(--top-ba-before-btn-bg);
  color: var(--top-ba-before-btn-text);
  border: 1px solid var(--top-ba-before-btn-bg);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.top-ba-widget .top-hero-ba__btn--before:hover {
  background: var(--top-ba-accent);
  color: #ffffff;
  border-color: var(--top-ba-accent);
}

.top-ba-widget .top-hero-ba__btn--after {
  background: var(--top-ba-after-btn-bg);
  color: var(--top-ba-after-btn-text);
  border: 1px solid var(--top-ba-after-btn-bg);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.top-ba-widget .top-hero-ba__btn--after:hover {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.top-ba-widget .top-hero-ba__divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--top-ba-split);
  width: 2px;
  background: linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.96) 12%, rgba(255,255,255,0.96) 88%, rgba(255,255,255,0.18) 100%);
  z-index: 30;
  cursor: ew-resize;
  transform: translateX(-50%);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), 0 0 18px rgba(255, 255, 255, 0.08), 0 0 38px rgba(255,122,0,0.12);
  overflow: visible;
}

.top-ba-widget .top-hero-ba__divider::before {
  content: "";
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 10px;
  height: 100%;
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 18%, rgba(255,122,0,0.30) 50%, rgba(255,255,255,0.15) 82%, rgba(255,255,255,0) 100%);
  filter: blur(6px);
  opacity: 0.9;
  pointer-events: none;
  animation: topBaDividerSweep 1.8s cubic-bezier(.16,.84,.19,1) both, topBaDividerBreathe 2.8s ease-in-out 1.8s infinite;
}

.top-ba-widget .top-hero-ba__handle {
  position: absolute;
  top: 50%;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: var(--top-ba-handle-before-bg);
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.22),
    0 0 0 8px rgba(255, 255, 255, 0.06),
    0 0 0 18px rgba(255, 122, 0, 0.08),
    0 0 38px rgba(255, 122, 0, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  animation: topBaHandleIntro 1.4s cubic-bezier(.16,.84,.19,1) both 0.2s;
}

.top-ba-widget .top-hero-ba__handle::after,
.top-ba-widget .top-hero-ba__handle::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--top-ba-handle-before-icon);
  border-right: 2px solid var(--top-ba-handle-before-icon);
  transition: border-color 0.3s ease;
}

.top-ba-widget .top-hero-ba__handle::before {
  left: 18px;
  transform: translateY(-50%) rotate(225deg);
}

.top-ba-widget .top-hero-ba__handle::after {
  right: 18px;
  transform: translateY(-50%) rotate(45deg);
}

.top-ba-widget .top-hero-ba__handle > span,
.top-ba-widget .top-hero-ba__handle::marker {
  display: none;
}

.top-ba-widget .top-hero-ba__handle-ring {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 76px;
  height: 76px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.45);
  opacity: 0;
  pointer-events: none;
  animation: topBaHandleRingIntro 1.45s ease-out both 0.28s;
}

.top-ba-widget .top-hero-ba__divider:hover .top-hero-ba__handle {
  transform: translate(-50%, -50%) scale(1.07);
  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.24),
    0 0 0 9px rgba(255, 255, 255, 0.08),
    0 0 0 20px rgba(255, 122, 0, 0.11),
    0 0 44px rgba(255, 122, 0, 0.22);
}

.top-ba-widget 

.top-ba-widget.is-before-focus 

.top-ba-widget.is-after-focus 

.top-ba-widget.is-before-focus .top-hero-ba__handle {
  background: var(--top-ba-handle-before-bg);
}

.top-ba-widget.is-before-focus .top-hero-ba__handle::before,
.top-ba-widget.is-before-focus .top-hero-ba__handle::after {
  border-top-color: var(--top-ba-handle-before-icon);
  border-right-color: var(--top-ba-handle-before-icon);
}

.top-ba-widget.is-after-focus .top-hero-ba__handle {
  background: var(--top-ba-handle-after-bg);
}

.top-ba-widget.is-after-focus .top-hero-ba__handle::before,
.top-ba-widget.is-after-focus .top-hero-ba__handle::after {
  border-top-color: var(--top-ba-handle-after-icon);
  border-right-color: var(--top-ba-handle-after-icon);
}

.top-ba-widget.is-after-focus .top-hero-ba__handle-ring {
  border-color: rgba(255,255,255,0.32);
}

.top-ba-widget.top-ba-no-label-pulse 

@keyframes topBaLabelPulse {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-2px); }
}

.top-ba-widget .top-hero-ba__eyebrow,
.top-ba-widget .top-hero-ba__title,
.top-ba-widget .top-hero-ba__text,
.top-ba-widget .top-hero-ba__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: var(--top-ba-button-min-width);
  width: auto;
  padding: 0 28px;
  margin: 0 auto;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  border-radius: var(--top-ba-button-radius);
  text-shadow: none !important;
  animation: topBaButtonGlowPulse 2.4s ease-in-out infinite;
}

.top-ba-widget .top-hero-ba__eyebrow {
  animation: none !important; animation-delay: 0.12s; }
.top-ba-widget .top-hero-ba__title {
  animation: none !important;
  margin: 0 0 18px;
  font-size: clamp(52px, 5.2vw, 86px);
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: -0.03em;
  width: 100%;
  min-height: 0;
  white-space: pre-line;
  text-wrap: balance;
  text-align: center;
}
.top-ba-widget .top-hero-ba__text {
  animation: none !important;
  margin: 0 0 18px;
  font-size: clamp(14px, 1.02vw, 17px);
  line-height: 1.8;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  text-align: center;
}
.top-ba-widget .top-hero-ba__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: var(--top-ba-button-min-width);
  width: auto;
  padding: 0 28px;
  margin: 0 auto;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  border-radius: var(--top-ba-button-radius);
  text-shadow: none !important;
  animation: topBaButtonGlowPulse 2.4s ease-in-out infinite;
}

.top-ba-widget.top-ba-no-entrance .top-hero-ba__eyebrow,
.top-ba-widget.top-ba-no-entrance .top-hero-ba__title,
.top-ba-widget.top-ba-no-entrance .top-hero-ba__text,
.top-ba-widget.top-ba-no-entrance .top-hero-ba__btn,
.top-ba-widget.top-ba-no-entrance .top-hero-ba__handle,
.top-ba-widget.top-ba-no-entrance .top-hero-ba__divider::before,
.top-ba-widget.top-ba-no-entrance 

.top-ba-widget.top-ba-no-entrance .top-hero-ba__handle-ring {
  opacity: 0;
  animation: none;
}

@keyframes topBaFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@keyframes topBaDividerSweep {
  0% { opacity: 0; transform: translateX(-50%) scaleY(0.12); filter: blur(10px); }
  45% { opacity: 1; transform: translateX(-50%) scaleY(1.04); filter: blur(7px); }
  100% { opacity: 0.92; transform: translateX(-50%) scaleY(1); filter: blur(6px); }
}

@keyframes topBaDividerBreathe {
  0%,100% { opacity: 0.62; }
  50% { opacity: 1; }
}

@keyframes topBaHandleIntro {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.18) rotate(-16deg); }
  32% { opacity: 1; transform: translate(-50%, -50%) scale(1.18) rotate(8deg); }
  62% { opacity: 1; transform: translate(-50%, -50%) scale(0.94) rotate(-4deg); }
  100% { opacity: 1; transform: translate(-50%, -50%) scale(1) rotate(0deg); }
}

@keyframes topBaHandleRingIntro {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(0.55); }
  35% { opacity: 0.95; transform: translate(-50%, -50%) scale(1.12); }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(1.48); }
}

@media (max-width: 1024px) {
  .top-ba-widget {
    min-height: var(--top-ba-height-tablet);
    height: var(--top-ba-height-tablet);
  }

  }

@media (max-width: 767px) {
  .top-ba-widget {
    min-height: var(--top-ba-height-mobile);
    height: var(--top-ba-height-mobile);
  }

  
  .top-ba-widget .top-hero-ba__title {
  animation: none !important;
  margin: 0 0 18px;
  font-size: clamp(52px, 5.2vw, 86px);
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: -0.03em;
  width: 100%;
  min-height: 0;
  white-space: pre-line;
  text-wrap: balance;
  text-align: center;
}

  .top-ba-widget .top-hero-ba__text {
  animation: none !important;
  margin: 0 0 18px;
  font-size: clamp(14px, 1.02vw, 17px);
  line-height: 1.8;
  width: 100%;
  max-width: 100%;
  min-height: 0;
  text-align: center;
}

  .top-ba-widget .top-hero-ba__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: var(--top-ba-button-min-width);
  width: auto;
  padding: 0 28px;
  margin: 0 auto;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  border-radius: var(--top-ba-button-radius);
  text-shadow: none !important;
  animation: topBaButtonGlowPulse 2.4s ease-in-out infinite;
}

  .top-ba-widget .top-hero-ba__handle {
    width: 50px;
    height: 50px;
  }

  .top-ba-widget 
}

.top-ba-widget .top-hero-ba__label--link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.top-ba-widget .top-hero-ba__label--link:hover {
  transform: translateX(-50%) translateY(-3px) scale(1.02);
}

.top-ba-widget .top-hero-ba__label--link:focus-visible {
  outline: 2px solid rgba(255,255,255,0.72);
  outline-offset: 2px;
}


@media (max-width: 767px) {
  .top-ba-widget .top-hero-ba__content {
    padding: 32px 18px 26px;
  }
  .top-ba-widget .top-hero-ba__title {
  animation: none !important;
    font-size: clamp(36px, 10vw, 62px);
    line-height: 0.96;
  }
  .top-ba-widget .top-hero-ba__text {
  animation: none !important;
    line-height: 1.55;
    margin-bottom: 18px;
  }
}


@media (max-width: 767px) {
  .top-ba-widget .top-hero-ba__content {
    padding: 24px 18px;
    justify-content: center;
  }
}


@media (prefers-reduced-motion: reduce) {
  .top-ba-widget .top-hero-ba__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: var(--top-ba-button-min-width);
  width: auto;
  padding: 0 28px;
  margin: 0 auto;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
  border-radius: var(--top-ba-button-radius);
  text-shadow: none !important;
  animation: topBaButtonGlowPulse 2.4s ease-in-out infinite;
}
}


/* CLEAN AFTER (remove haze completely) */
.top-ba-widget .top-hero-ba__after .top-hero-ba__overlay {
  background: none !important;
}

.top-ba-widget .top-hero-ba__after .top-hero-ba__bg {
  filter: none !important;
}

.top-ba-widget .top-hero-ba__after::after {
  opacity: 0.35 !important;
}
