@media (max-width: 767px){
  .bz-topbar{
    grid-template-columns: 52px minmax(0, 1fr) auto !important;
    align-items: center !important;
    gap: 8px !important;
    padding: 8px 8px 10px !important;
  }

  .bz-mobile-brand,
  .bz-mobile-brand:link,
  .bz-mobile-brand:visited{
    width: 48px !important;
    min-width: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    background:
      radial-gradient(circle at 26% 22%, rgba(248,209,99,.20) 0%, rgba(248,209,99,0) 34%),
      linear-gradient(180deg, rgba(26,42,77,.92) 0%, rgba(7,20,47,.98) 100%) !important;
    box-shadow:
      0 14px 26px rgba(5,14,36,.20),
      inset 0 1px 0 rgba(255,255,255,.10) !important;
  }

  .bz-mobile-brand img,
  .bz-mobile-brand .custom-logo,
  .bz-mobile-brand .site-icon{
    width: 36px !important;
    height: 36px !important;
    object-fit: contain !important;
  }

  .bz-actions-mobile{
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
  }

  #bidlunaHeaderSearchMobile.bz-mobile-premium-search{
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    min-height: 42px !important;
    height: 42px !important;
    padding: 3px 44px 3px 14px !important;
    border-radius: 21px !important;
    border: 1px solid rgba(255,255,255,.78) !important;
    background: linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(247,250,255,.97) 100%) !important;
    box-shadow:
      0 14px 26px rgba(5,14,36,.16),
      inset 0 1px 0 rgba(255,255,255,.88) !important;
    overflow: hidden !important;
  }

  #bidlunaHeaderSearchMobile.bz-mobile-premium-search::before,
  #bidlunaHeaderSearchMobile.bz-mobile-premium-search::after,
  #bidlunaHeaderSearchMobile .bz-mobile-premium-search__icon{
    content: none !important;
    display: none !important;
  }

  #bidlunaHeaderSearchMobile input{
    width: 100% !important;
    min-width: 0 !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #1b2f56 !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: -.01em !important;
    -webkit-appearance: none !important;
    appearance: none !important;
  }

  #bidlunaHeaderSearchMobile input::placeholder{
    color: #7a8db4 !important;
    opacity: 1 !important;
  }

  #bidlunaHeaderSearchMobile input::-webkit-search-decoration,
  #bidlunaHeaderSearchMobile input::-webkit-search-cancel-button,
  #bidlunaHeaderSearchMobile input::-webkit-search-results-button,
  #bidlunaHeaderSearchMobile input::-webkit-search-results-decoration{
    display: none !important;
    -webkit-appearance: none !important;
  }

  #bidlunaHeaderSearchMobile .bz-mobile-premium-search__submit{
    position: absolute !important;
    top: 4px !important;
    right: 4px !important;
    width: 34px !important;
    min-width: 34px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    border: 1px solid rgba(5,66,166,.26) !important;
    background: linear-gradient(180deg, #39a8ff 0%, #0b63d8 100%) !important;
    color: #fff !important;
    box-shadow:
      0 10px 20px rgba(11,99,216,.28),
      inset 0 1px 0 rgba(255,255,255,.32) !important;
    transform: none !important;
  }

  #bidlunaHeaderSearchMobile .bz-mobile-premium-search__submit svg{
    width: 15px !important;
    height: 15px !important;
  }

  .bz-country-wrap-mobile,
  .bz-actions-mobile .bz-country-wrap-mobile{
    position: relative !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    background:
      radial-gradient(circle at 28% 22%, rgba(247,208,95,.18) 0%, rgba(247,208,95,0) 34%),
      linear-gradient(180deg, rgba(28,43,76,.92) 0%, rgba(8,20,46,.96) 100%) !important;
    box-shadow:
      0 10px 20px rgba(4,14,36,.18),
      inset 0 1px 0 rgba(255,255,255,.10) !important;
    overflow: hidden !important;
  }

  .bz-country-wrap-mobile__current{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    padding: 0 10px 0 8px !important;
  }

  .bz-country-wrap-mobile__current .bz-flag,
  .bz-country-wrap-mobile__current img,
  #bidlunaLocaleFlagMobile{
    width: 20px !important;
    height: 20px !important;
    border-radius: 999px !important;
    background-size: cover !important;
    background-position: center !important;
  }

  .bz-country-wrap-mobile .bz-country-caret,
  .bz-actions-mobile .bz-country-caret{
    position: absolute !important;
    right: 6px !important;
    top: 50% !important;
    width: 6px !important;
    height: 6px !important;
    margin-top: -2px !important;
    border-right: 1.5px solid rgba(255,255,255,.94) !important;
    border-bottom: 1.5px solid rgba(255,255,255,.94) !important;
    transform: rotate(45deg) !important;
  }

  .bz-burger-mobile,
  .bz-burger-mobile--premium,
  .bz-actions-mobile .bz-burger-mobile--premium{
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    min-height: 42px !important;
    padding: 0 !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    background:
      radial-gradient(circle at 28% 22%, rgba(247,208,95,.18) 0%, rgba(247,208,95,0) 34%),
      linear-gradient(180deg, rgba(28,43,76,.92) 0%, rgba(8,20,46,.96) 100%) !important;
    color: #fff !important;
    box-shadow:
      0 10px 20px rgba(4,14,36,.18),
      inset 0 1px 0 rgba(255,255,255,.10) !important;
    overflow: hidden !important;
  }

  .bz-burger-mobile::before,
  .bz-burger-mobile::after,
  .bz-burger-mobile--premium::before,
  .bz-burger-mobile--premium::after{
    content: none !important;
    display: none !important;
  }

  .bz-burger-mobile__lines{
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
    width: 16px !important;
    pointer-events: none !important;
  }

  .bz-burger-mobile__lines span{
    display: block !important;
    width: 16px !important;
    height: 2px !important;
    border-radius: 999px !important;
    background: linear-gradient(90deg, rgba(255,255,255,.96), rgba(212,230,255,.96)) !important;
    box-shadow: 0 0 10px rgba(98,159,255,.22) !important;
  }

  #bidlunaMobileNav .bz-mobile-panel__dialog{
    display: flex !important;
    flex-direction: column !important;
  }

  #bidlunaMobileNav .bz-mobile-panel-inner{
    padding: 0 18px 12px !important;
  }

  #bidlunaMobileNav .bz-mobile-panel__footer{
    display: block !important;
    margin-top: auto !important;
    padding: 14px 18px 18px !important;
    border-top: 1px solid rgba(255,255,255,.12) !important;
    background: linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,.06) 100%) !important;
  }

  #bidlunaMobileNav .bz-mobile-panel__session-link{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 52px !important;
    padding: 0 16px !important;
    border-radius: 18px !important;
    text-decoration: none !important;
    font-size: 16px !important;
    line-height: 1.1 !important;
    font-weight: 900 !important;
  }

  .home-section--mobile-hero{
    display: block !important;
    margin: 10px 6px 10px !important;
  }

  .home-mobile-hero__shell{
    position: relative !important;
    overflow: hidden !important;
    padding: 18px 16px 16px !important;
    border-radius: 24px !important;
    border: 1px solid rgba(255,255,255,.12) !important;
    background:
      linear-gradient(96deg, rgba(5,16,42,.96) 0%, rgba(7,21,55,.82) 44%, rgba(8,20,46,.56) 100%),
      var(--home-mobile-hero-bg) center center / cover no-repeat !important;
    box-shadow: 0 18px 40px rgba(5,14,36,.22) !important;
  }

  .home-mobile-hero__shell::before{
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background:
      radial-gradient(circle at 10% 10%, rgba(248,209,99,.18) 0%, rgba(248,209,99,0) 24%),
      radial-gradient(circle at 78% 12%, rgba(109,165,255,.18) 0%, rgba(109,165,255,0) 22%),
      linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,0) 38%) !important;
    pointer-events: none !important;
  }

  .home-mobile-hero__grid{
    position: relative !important;
    z-index: 1 !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 132px !important;
    align-items: center !important;
    gap: 14px !important;
  }

  .home-mobile-hero__content{
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 12px !important;
  }

  .home-mobile-hero__copy{
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
  }

  .home-mobile-hero__title{
    margin: 0 !important;
    font-size: 34px !important;
    line-height: .92 !important;
    font-weight: 1000 !important;
    letter-spacing: -.05em !important;
    color: #fff !important;
    text-shadow: 0 4px 18px rgba(0,0,0,.22) !important;
    max-width: 220px !important;
  }

  .home-mobile-hero__subtitle{
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 1.38 !important;
    color: rgba(238,243,255,.94) !important;
    max-width: 250px !important;
  }

  .home-mobile-hero__chips{
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 0 !important;
  }

  .home-mobile-hero__chip{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 30px !important;
    padding: 0 12px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    background: rgba(5,17,42,.56) !important;
    color: #fff !important;
    font-size: 10.5px !important;
    font-weight: 900 !important;
    letter-spacing: .03em !important;
    text-transform: uppercase !important;
    backdrop-filter: blur(2px) !important;
    white-space: nowrap !important;
  }

  .home-mobile-hero__visual{
    position: relative !important;
    min-height: 188px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    justify-content: center !important;
    gap: 10px !important;
    overflow: visible !important;
  }

  .home-mobile-hero__spotlight{
    position: relative !important;
    display: block !important;
    width: 106px !important;
    text-decoration: none !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    background: rgba(6,14,34,.92) !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    box-shadow: 0 18px 34px rgba(0,0,0,.28) !important;
    transform-origin: center center !important;
  }

  .home-mobile-hero__spotlight--primary{
    z-index: 2 !important;
    transform: rotate(6deg) translateY(4px) !important;
  }

  .home-mobile-hero__spotlight--secondary{
    z-index: 1 !important;
    margin-right: 34px !important;
    transform: rotate(-7deg) translateY(0) !important;
    opacity: .98 !important;
  }

  .home-mobile-hero__spotlight-media{
    display: block !important;
    aspect-ratio: .72 !important;
    background: #081224 !important;
  }

  .home-mobile-hero__spotlight-media img{
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .home-mobile-hero__spotlight-body{
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    padding: 8px 8px 10px !important;
  }

  .home-mobile-hero__spotlight-kicker{
    display: inline-flex !important;
    align-items: center !important;
    width: fit-content !important;
    min-height: 18px !important;
    padding: 0 7px !important;
    border-radius: 999px !important;
    background: rgba(255,255,255,.10) !important;
    color: rgba(234,241,255,.94) !important;
    font-size: 9.5px !important;
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
  }

  .home-mobile-hero__spotlight-price{
    display: block !important;
    font-size: 15px !important;
    line-height: 1 !important;
    font-weight: 1000 !important;
    color: #f4d36e !important;
    letter-spacing: -.02em !important;
  }

  .home-mobile-hero__actions{
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    margin-top: 14px !important;
  }

  .home-mobile-hero__btn{
    flex: 1 1 0 !important;
    min-width: 0 !important;
    min-height: 42px !important;
    padding: 0 14px !important;
    border-radius: 999px !important;
    text-align: center !important;
    text-decoration: none !important;
    font-size: 12px !important;
    line-height: 1.1 !important;
    font-weight: 1000 !important;
    letter-spacing: .01em !important;
    white-space: nowrap !important;
  }

  .home-mobile-hero__btn--primary{
    background: linear-gradient(180deg, #35a2ff 0%, #0b63d8 100%) !important;
    color: #fff !important;
    box-shadow: 0 12px 24px rgba(7,79,185,.24), inset 0 1px 0 rgba(255,255,255,.30) !important;
  }

  .home-mobile-hero__btn--ghost{
    background: rgba(255,255,255,.12) !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    color: #fff !important;
  }

  .foot-col--legal .foot-links--legal{
    display: none !important;
  }
}

@media (max-width: 389px){
  .bz-topbar{
    grid-template-columns: 48px minmax(0, 1fr) auto !important;
    gap: 7px !important;
    padding: 8px 6px 10px !important;
  }

  .bz-mobile-brand,
  .bz-mobile-brand:link,
  .bz-mobile-brand:visited{
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    min-height: 44px !important;
  }

  .bz-mobile-brand img,
  .bz-mobile-brand .custom-logo,
  .bz-mobile-brand .site-icon{
    width: 32px !important;
    height: 32px !important;
  }

  #bidlunaHeaderSearchMobile.bz-mobile-premium-search{
    min-height: 40px !important;
    height: 40px !important;
    padding: 2px 42px 2px 12px !important;
  }

  #bidlunaHeaderSearchMobile input{
    font-size: 12.5px !important;
  }

  #bidlunaHeaderSearchMobile .bz-mobile-premium-search__submit,
  .bz-country-wrap-mobile,
  .bz-actions-mobile .bz-country-wrap-mobile,
  .bz-burger-mobile,
  .bz-burger-mobile--premium,
  .bz-actions-mobile .bz-burger-mobile--premium{
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
  }

  .home-mobile-hero__grid{
    grid-template-columns: minmax(0, 1fr) 118px !important;
    gap: 12px !important;
  }

  .home-mobile-hero__title{
    font-size: 30px !important;
    max-width: 198px !important;
  }

  .home-mobile-hero__subtitle{
    font-size: 14px !important;
    max-width: 220px !important;
  }

  .home-mobile-hero__visual{
    min-height: 176px !important;
  }

  .home-mobile-hero__spotlight{
    width: 96px !important;
  }

  .home-mobile-hero__spotlight--secondary{
    margin-right: 28px !important;
  }

  .home-mobile-hero__btn{
    font-size: 11px !important;
    padding: 0 10px !important;
  }
}

/* =====================================================================
   V15.1 MOBILE HERO POLISH — dual featured cards + premium balance
   ===================================================================== */
@media (max-width: 767px){
  #bidlunaMobileNav .bz-mobile-panel__footer{
    display:flex !important;
    flex:0 0 auto !important;
    padding:0 18px 18px !important;
    border-top:0 !important;
    background:linear-gradient(180deg, rgba(7,19,47,0) 0%, rgba(7,19,47,.72) 22%, rgba(7,19,47,.98) 100%) !important;
  }

  #bidlunaMobileNav .bz-mobile-panel__footer .bz-mobile-panel__session-link{
    width:100% !important;
  }

  .home-section--mobile-hero{
    margin:8px 8px 12px !important;
  }

  .home-mobile-hero__shell{
    min-height:244px !important;
  }

  .home-mobile-hero__grid--dual{
    grid-template-columns:minmax(0, 1fr) 136px !important;
    align-items:start !important;
    gap:12px !important;
  }

  .home-mobile-hero__content{
    gap:12px !important;
  }

  .home-mobile-hero__title{
    font-size:clamp(28px, 7.8vw, 34px) !important;
    max-width:215px !important;
  }

  .home-mobile-hero__subtitle{
    font-size:14.2px !important;
    max-width:248px !important;
  }

  .home-mobile-hero__chips{
    margin-top:12px !important;
  }

  .home-mobile-hero__visual--stack{
    position:relative !important;
    display:block !important;
    width:136px !important;
    min-height:194px !important;
    margin-left:auto !important;
    overflow:visible !important;
  }

  .home-mobile-hero__spotlight{
    position:absolute !important;
    width:auto !important;
  }

  .home-mobile-hero__spotlight--primary{
    right:0 !important;
    bottom:0 !important;
    width:104px !important;
    transform:rotate(4deg) !important;
  }

  .home-mobile-hero__spotlight--secondary{
    left:4px !important;
    top:10px !important;
    width:82px !important;
    margin-right:0 !important;
    transform:rotate(-8deg) !important;
  }

  .home-mobile-hero__spotlight-kicker{
    background:rgba(4,12,30,.82) !important;
    border:1px solid rgba(255,255,255,.14) !important;
  }

  .home-mobile-hero__spotlight--sport .home-mobile-hero__spotlight-kicker{
    background:rgba(248,209,99,.18) !important;
    border-color:rgba(248,209,99,.26) !important;
    color:#fff0ba !important;
  }

  .home-mobile-hero__spotlight--tcg .home-mobile-hero__spotlight-kicker{
    background:rgba(112,149,255,.18) !important;
    border-color:rgba(112,149,255,.26) !important;
    color:#dce7ff !important;
  }

  .home-mobile-hero__spotlight-price{
    font-size:12px !important;
  }

  .home-mobile-hero__actions{
    gap:8px !important;
  }

  .home-mobile-hero__btn{
    min-height:42px !important;
    padding:0 10px !important;
    font-size:11.8px !important;
  }
}

@media (max-width: 390px){
  .home-mobile-hero__grid--dual{
    grid-template-columns:minmax(0, 1fr) 122px !important;
    gap:10px !important;
  }

  .home-mobile-hero__title{
    font-size:clamp(25px, 8.1vw, 30px) !important;
    max-width:190px !important;
  }

  .home-mobile-hero__subtitle{
    font-size:13.1px !important;
    max-width:210px !important;
  }

  .home-mobile-hero__visual--stack{
    width:122px !important;
    min-height:176px !important;
  }

  .home-mobile-hero__spotlight--primary{
    width:94px !important;
  }

  .home-mobile-hero__spotlight--secondary{
    width:76px !important;
  }

  .home-mobile-hero__btn{
    min-height:40px !important;
    padding:0 8px !important;
    font-size:10.8px !important;
  }
}


/* =====================================================================
   V16 MOBILE HERO REBALANCE — shorter CTAs + clean dual cards
   ===================================================================== */
@media (max-width: 767px){
  .home-mobile-hero__shell{
    min-height:232px !important;
    padding:14px 14px 12px !important;
  }

  .home-mobile-hero__grid--dual{
    grid-template-columns:minmax(0, 1fr) 132px !important;
    gap:10px !important;
    align-items:center !important;
  }

  .home-mobile-hero__content{
    justify-content:center !important;
    gap:10px !important;
    padding-right:2px !important;
  }

  .home-mobile-hero__copy{
    margin-top:0 !important;
  }

  .home-mobile-hero__title{
    font-size:clamp(31px, 8.4vw, 38px) !important;
    line-height:.94 !important;
    max-width:8.2ch !important;
    letter-spacing:-.045em !important;
  }

  .home-mobile-hero__subtitle{
    margin-top:10px !important;
    max-width:18ch !important;
    font-size:14px !important;
    line-height:1.32 !important;
    color:rgba(237,243,255,.94) !important;
  }

  .home-mobile-hero__chips{
    margin-top:8px !important;
    gap:7px !important;
  }

  .home-mobile-hero__chip{
    min-height:29px !important;
    padding:0 12px !important;
    font-size:10.6px !important;
  }

  .home-mobile-hero__actions{
    gap:8px !important;
    margin-top:10px !important;
  }

  .home-mobile-hero__btn{
    min-height:41px !important;
    padding:0 10px !important;
    font-size:12.2px !important;
    letter-spacing:.01em !important;
  }

  .home-mobile-hero__visual--stack{
    width:132px !important;
    min-height:190px !important;
    display:flex !important;
    flex-direction:column !important;
    align-items:flex-end !important;
    justify-content:center !important;
    gap:10px !important;
    margin-left:auto !important;
    padding-right:2px !important;
  }

  .home-mobile-hero__spotlight{
    position:relative !important;
    inset:auto !important;
    transform:none !important;
    margin:0 !important;
    width:94px !important;
    border-radius:19px !important;
    overflow:hidden !important;
  }

  .home-mobile-hero__visual--stack > .home-mobile-hero__spotlight{
    position:relative !important;
  }

  .home-mobile-hero__spotlight--primary{
    order:2 !important;
    align-self:flex-end !important;
    width:96px !important;
    z-index:2 !important;
  }

  .home-mobile-hero__spotlight--secondary{
    order:1 !important;
    align-self:flex-start !important;
    width:78px !important;
    z-index:1 !important;
    opacity:1 !important;
    margin-left:8px !important;
  }

  .home-mobile-hero__spotlight-media{
    aspect-ratio:.69 !important;
  }

  .home-mobile-hero__spotlight-body{
    position:absolute !important;
    left:0 !important;
    right:0 !important;
    bottom:0 !important;
    display:flex !important;
    align-items:flex-end !important;
    justify-content:flex-start !important;
    min-height:0 !important;
    padding:22px 8px 8px !important;
    background:linear-gradient(180deg, rgba(4,12,28,0) 0%, rgba(4,12,28,.14) 18%, rgba(4,12,28,.82) 66%, rgba(4,12,28,.96) 100%) !important;
    gap:0 !important;
  }

  .home-mobile-hero__spotlight-kicker{
    display:none !important;
  }

  .home-mobile-hero__spotlight-price{
    display:block !important;
    font-size:17px !important;
    line-height:1 !important;
    font-weight:1000 !important;
    color:#f4d36e !important;
    text-shadow:0 5px 14px rgba(0,0,0,.34) !important;
  }

  .home-mobile-hero__spotlight--secondary .home-mobile-hero__spotlight-price{
    font-size:15px !important;
  }

  #bidlunaMobileNav .bz-mobile-panel__footer{
    display:none !important;
  }

  #bidlunaMobileNav .bz-mobile-panel__session-link{
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:100% !important;
    min-height:52px !important;
    margin-top:4px !important;
    border-radius:18px !important;
    border:1px solid rgba(255,255,255,.16) !important;
    background:linear-gradient(180deg, rgba(255,255,255,.16) 0%, rgba(255,255,255,.08) 100%) !important;
    color:#fff !important;
    font-size:16px !important;
    font-weight:900 !important;
    text-decoration:none !important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.12) !important;
  }

  #bidlunaMobileNav .bz-mobile-panel__session-link--login{
    background:linear-gradient(180deg, #35a2ff 0%, #0a63d8 100%) !important;
    border-color:rgba(12,89,191,.28) !important;
    box-shadow:0 12px 24px rgba(6,72,165,.22), inset 0 1px 0 rgba(255,255,255,.28) !important;
  }
}

@media (max-width: 390px){
  .home-mobile-hero__shell{
    min-height:224px !important;
    padding:13px 12px 12px !important;
  }

  .home-mobile-hero__grid--dual{
    grid-template-columns:minmax(0, 1fr) 122px !important;
    gap:9px !important;
  }

  .home-mobile-hero__title{
    font-size:clamp(28px, 8.2vw, 33px) !important;
    max-width:7.9ch !important;
  }

  .home-mobile-hero__subtitle{
    font-size:13.2px !important;
    max-width:16.8ch !important;
  }

  .home-mobile-hero__chip{
    min-height:27px !important;
    padding:0 10px !important;
    font-size:10px !important;
  }

  .home-mobile-hero__btn{
    min-height:39px !important;
    padding:0 8px !important;
    font-size:11.3px !important;
  }

  .home-mobile-hero__visual--stack{
    width:122px !important;
    min-height:176px !important;
    gap:8px !important;
  }

  .home-mobile-hero__spotlight--primary{
    width:88px !important;
  }

  .home-mobile-hero__spotlight--secondary{
    width:72px !important;
    margin-left:6px !important;
  }

  .home-mobile-hero__spotlight-price{
    font-size:15.5px !important;
  }

  .home-mobile-hero__spotlight--secondary .home-mobile-hero__spotlight-price{
    font-size:13.5px !important;
  }
}

/* =====================================================================
   V16.2 MOBILE HERO FINAL — compact CTAs + cleaner spotlight prices
   ===================================================================== */
@media (max-width: 767px){
  .home-mobile-hero__copy{
    display:grid !important;
    gap:8px !important;
  }

  .home-mobile-hero__title{
    max-width:8ch !important;
  }

  .home-mobile-hero__subtitle{
    max-width:17.5ch !important;
  }

  .home-mobile-hero__actions{
    flex-wrap:nowrap !important;
  }

  .home-mobile-hero__btn{
    min-width:0 !important;
  }

  .home-mobile-hero__spotlight-body{
    align-items:flex-end !important;
  }

  .home-mobile-hero__spotlight-price{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:max-content !important;
    min-height:28px !important;
    padding:0 10px !important;
    border-radius:999px !important;
    border:1px solid rgba(255,255,255,.12) !important;
    background:rgba(5,14,36,.84) !important;
    box-shadow:0 10px 18px rgba(0,0,0,.22) !important;
    backdrop-filter:blur(6px) !important;
  }
}

@media (max-width: 390px){
  .home-mobile-hero__title{
    max-width:7.8ch !important;
  }

  .home-mobile-hero__subtitle{
    max-width:16.4ch !important;
  }

  .home-mobile-hero__spotlight-price{
    min-height:26px !important;
    padding:0 9px !important;
  }
}
