/* BOLIX homepage mobile polish v4 — secondary hero buttons + trust cleanup + mobile O motion */
@media(max-width:700px){
  /* Hero secondary routes become soft white BOLIX buttons. */
  body.home .bolix-home__buttons{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  body.home .bolix-home__hero .bolix-home__button--secondary{
    width:100%!important;
    min-height:44px!important;
    margin:0!important;
    padding:0 15px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:7px!important;
    border:1px solid rgba(35,38,43,.08)!important;
    border-radius:12px!important;
    background:#fff!important;
    color:#25282c!important;
    box-shadow:0 5px 16px rgba(30,33,37,.045)!important;
    -webkit-backdrop-filter:none!important;
    backdrop-filter:none!important;
    font-size:11.5px!important;
    font-weight:850!important;
    line-height:1!important;
    letter-spacing:.025em!important;
    text-transform:uppercase!important;
    transition:transform .18s ease,box-shadow .18s ease,background .18s ease!important;
  }
  body.home .bolix-home__hero .bolix-home__button--secondary::after{
    content:"→"!important;
    margin:0!important;
    color:#e30613!important;
    font-size:15px!important;
    line-height:1!important;
  }
  body.home .bolix-home__hero .bolix-home__button--secondary:active{
    transform:translateY(1px)!important;
    background:#fafafa!important;
    box-shadow:0 2px 8px rgba(30,33,37,.04)!important;
  }

  /* Trust block: absolutely no table/divider lines on mobile. */
  body.home .bolix-home__trust,
  body.home .bolix-home__trust-grid,
  body.home .bolix-home__trust-item,
  body.home .bolix-home__trust-item:nth-child(1),
  body.home .bolix-home__trust-item:nth-child(2),
  body.home .bolix-home__trust-item:nth-child(3),
  body.home .bolix-home__trust-item:nth-child(4){
    border:0!important;
    border-left:0!important;
    border-right:0!important;
    border-top:0!important;
    border-bottom:0!important;
  }
  body.home .bolix-home__trust-grid::before,
  body.home .bolix-home__trust-grid::after,
  body.home .bolix-home__trust-item::before,
  body.home .bolix-home__trust-item::after{
    content:none!important;
    display:none!important;
    border:0!important;
  }
  body.home .bolix-home__trust-grid{
    column-gap:20px!important;
    row-gap:24px!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  body.home .bolix-home__trust-item{
    background:transparent!important;
    box-shadow:none!important;
    outline:0!important;
  }

  /* Professional clients: mobile version of the desktop BOLIX-O hover.
     One card at a time receives the O while it occupies the visual focus area. */
  body.home .bolix-home__client,
  body.home .bolix-home__client:first-child,
  body.home .bolix-home__client:nth-child(3),
  body.home .bolix-home__client:nth-child(4){
    position:relative!important;
    isolation:isolate!important;
    overflow:hidden!important;
    padding-right:18px!important;
  }
  body.home .bolix-home__client::after{
    content:""!important;
    display:block!important;
    position:absolute!important;
    z-index:1!important;
    right:-46px!important;
    bottom:-50px!important;
    width:142px!important;
    height:142px!important;
    border-radius:50%!important;
    pointer-events:none!important;
    opacity:0!important;
    transform:translate(18px,18px) scale(.82)!important;
    background:radial-gradient(circle at center,
      transparent 0 35%,
      rgba(227,6,19,.16) 36% 49%,
      transparent 50% 100%)!important;
    transition:opacity .34s ease,transform .48s cubic-bezier(.22,1,.36,1)!important;
  }
  body.home .bolix-home__client.is-mobile-o-active::after{
    opacity:1!important;
    transform:translate(0,0) scale(1)!important;
  }
  body.home .bolix-home__client.is-mobile-o-active::before{
    width:42px!important;
    transform:translateX(1px)!important;
  }
  body.home .bolix-home__client.is-mobile-o-active h3{
    transform:translateY(-1px)!important;
  }
  body.home .bolix-home__client.is-mobile-o-active .bolix-home__client-link b{
    transform:translateX(4px)!important;
  }
  body.home .bolix-home__client.is-mobile-o-pressed::after{
    opacity:1!important;
    background:radial-gradient(circle at center,
      transparent 0 35%,
      rgba(227,6,19,.22) 36% 49%,
      transparent 50% 100%)!important;
  }
}

@media(max-width:390px){
  body.home .bolix-home__buttons{gap:8px!important}
  body.home .bolix-home__hero .bolix-home__button--secondary{
    min-height:42px!important;
    padding:0 12px!important;
    font-size:11px!important;
    border-radius:11px!important;
  }
  body.home .bolix-home__trust-grid{
    column-gap:16px!important;
    row-gap:22px!important;
  }
  body.home .bolix-home__client::after{
    right:-42px!important;
    bottom:-46px!important;
    width:132px!important;
    height:132px!important;
  }
}
