/* Clean hero reset: keep only copy, CTAs, and the Spline robot scene. */
.home-hero-v3{
  position:relative !important;
  box-sizing:border-box !important;
  width:100vw !important;
  max-width:none !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  padding-left:max(50px,calc((100vw - var(--max)) / 2)) !important;
  padding-right:max(50px,calc((100vw - var(--max)) / 2)) !important;
  overflow:visible !important;
  isolation:isolate !important;
  background:#000 !important;
}

.home-hero-v3::before,
.home-hero-v3::after{
  content:none !important;
  display:none !important;
  background:none !important;
}

.home-hero-v3 .hero-spline-background{
  position:absolute !important;
  left:0 !important;
  right:auto !important;
  top:-320px !important;
  bottom:-24px !important;
  width:100vw !important;
  min-width:100vw !important;
  z-index:0 !important;
  pointer-events:auto !important;
  overflow:visible !important;
  background:#000 !important;
  -webkit-mask-image:none !important;
  mask-image:none !important;
}

.home-hero-v3 .hero-background-spline{
  position:relative !important;
  top:0 !important;
  display:block !important;
  width:122vw !important;
  height:100% !important;
  min-height:100% !important;
  border:0 !important;
  background:transparent !important;
  pointer-events:auto !important;
  filter:none !important;
  transform:translate(2.6vw,72px) !important;
  transform-origin:center center !important;
}

.home-hero-v3 .hero-copy{
  position:relative !important;
  z-index:2 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  text-shadow:0 8px 26px rgba(0,0,0,.62) !important;
}

.home-hero-v3 .robot-hero-stack,
.home-hero-v3 .hero-channel-strip{
  display:none !important;
}

@media(min-width:1021px){
  .home-hero-v3{
    grid-template-columns:minmax(410px,.42fr) minmax(540px,.58fr) !important;
    min-height:760px !important;
  }
  .home-hero-v3 .hero-copy{
    grid-column:1 !important;
    grid-row:1 !important;
    max-width:540px !important;
  }
}

@media(max-width:1020px){
  .home-hero-v3{
    padding-left:24px !important;
    padding-right:24px !important;
  }
  .home-hero-v3 .hero-spline-background{
    top:-180px !important;
    bottom:-24px !important;
  }
  .home-hero-v3 .hero-background-spline{
    width:132vw !important;
    transform:translateX(16vw) !important;
  }
}

@media(max-width:760px){
  .home-hero-v3{
    min-height:680px !important;
    padding-left:16px !important;
    padding-right:16px !important;
    align-items:flex-start !important;
    background:linear-gradient(180deg,#000 0%,#000 82%,rgba(0,0,0,.58) 91%,rgba(0,0,0,0) 100%) !important;
  }
  .home-hero-v3 .hero-copy{
    width:66vw !important;
    max-width:258px !important;
    padding-top:28px !important;
    padding-bottom:44px !important;
  }
  .home-hero-v3 .hero-spline-background{
    left:-86vw !important;
    right:auto !important;
    top:-180px !important;
    bottom:-24px !important;
    width:260vw !important;
    min-width:260vw !important;
    overflow:visible !important;
    background:transparent !important;
  }
  .home-hero-v3 .hero-background-spline{
    width:260vw !important;
    height:100% !important;
    min-height:100% !important;
    filter:none !important;
    border-radius:0 !important;
    clip-path:none !important;
    overflow:visible !important;
    transform:translate(100vw,-80px) scale(.5) !important;
    transform-origin:left center !important;
  }
  .home-hero-v3 h1,
  .home-hero-v3 .hero-subtitle,
  .home-hero-v3 .hero-body,
  .home-hero-v3 .hero-actions{
    width:100% !important;
    max-width:258px !important;
  }
  .home-hero-v3 .hero-copy > .hero-actions{
    width:190px !important;
    max-width:190px !important;
    margin-left:calc((100vw - 190px) / 2 - 16px) !important;
    margin-right:0 !important;
  }
  .home-hero-v3 h1{
    font-size:clamp(34px,10vw,45px) !important;
    line-height:.92 !important;
  }
  .home-hero-v3 .hero-subtitle{
    width:198px !important;
    max-width:198px !important;
    font-size:20px !important;
    line-height:1.2 !important;
  }
  .home-hero-v3.home-premium-hero .hero-copy > .hero-subtitle{
    width:198px !important;
    max-width:198px !important;
  }
  .home-hero-v3.home-premium-hero .hero-copy > .hero-body{
    width:248px !important;
    max-width:248px !important;
  }
  .home-hero-v3 .hero-body{
    max-width:248px !important;
    font-size:14px !important;
    display:block !important;
    white-space:normal !important;
    overflow-wrap:break-word !important;
    word-break:normal !important;
    line-height:1.55 !important;
  }
  .home-hero-v3 .hero-actions{
    width:190px !important;
    max-width:190px !important;
    align-self:flex-start !important;
    align-items:center !important;
    gap:10px !important;
  }
  .home-hero-v3 .hero-actions .button{
    width:190px !important;
    min-width:0 !important;
    height:40px !important;
    padding:0 14px !important;
    font-size:11.5px !important;
    justify-content:center !important;
  }
  .home-hero-v3 .hero-actions .button:first-child{
    width:190px !important;
  }
  .home-hero-v3 .hero-actions .button:last-child{
    width:190px !important;
  }
}
