/* METACORE SOLUTION FAMILY · MOBILE TOUCH V1 */
@media(max-width:760px){
  main .btn{min-height:44px;align-items:center}
  .mc-premium-nav__brand{min-height:44px}
  #mc-analytics-settings{min-width:44px;min-height:44px}
  main .btn:focus-visible,
  .mc-premium-nav__brand:focus-visible,
  #mc-analytics-settings:focus-visible{outline:3px solid rgba(23,103,255,.24);outline-offset:3px}
}


/* METACORE SOLUTION FAMILY · STACK DEPTH V1 */
.mc-solution-stack-toggle{display:none}
@media(max-width:760px){
  #stack [data-mc-solution-stack-depth][hidden]{display:none!important}
  #stack .mc-solution-stack-toggle{
    display:flex;width:100%;min-height:48px;align-items:center;justify-content:space-between;gap:12px;
    margin:14px 0 0;padding:12px 14px;border:1px solid #d7e5f2;border-radius:14px;
    background:linear-gradient(145deg,#fff,#f8fbfe);color:#173b5d;
    font:800 12px/1.3 Inter,system-ui,sans-serif;text-align:left;cursor:pointer;
    box-shadow:0 8px 22px rgba(21,67,117,.045)
  }
  #stack .mc-solution-stack-toggle:hover{border-color:#bdd6ea;background:#fff}
  #stack .mc-solution-stack-toggle:focus-visible{outline:3px solid rgba(23,103,255,.22);outline-offset:3px}
  #stack .mc-solution-stack-icon{
    width:26px;height:26px;flex:0 0 26px;display:grid;place-items:center;border:1px solid #d7e5f2;
    border-radius:50%;background:#fff;color:#1768b2;font-size:16px;line-height:1;font-weight:800
  }
}


/* METACORE SOLUTION FAMILY · HOW PHONE CAROUSEL V1 */
@media(max-width:430px){
  #how .steps{
    display:flex!important;overflow-x:auto;overflow-y:hidden;gap:12px!important;
    padding:2px 2px 10px;scroll-snap-type:x mandatory;scroll-padding-inline:2px;
    overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;align-items:stretch;
    scrollbar-width:thin;scrollbar-color:#bfd4ea transparent
  }
  #how .steps::-webkit-scrollbar{height:5px}
  #how .steps::-webkit-scrollbar-thumb{background:#bfd4ea;border-radius:999px}
  #how .step{
    flex-grow:0!important;flex-shrink:0!important;flex-basis:min(78vw,286px)!important;
    width:min(78vw,286px)!important;min-width:min(78vw,286px)!important;max-width:min(78vw,286px)!important;
    height:142px!important;min-height:142px!important;max-height:142px!important;
    scroll-snap-align:start;scroll-snap-stop:always
  }
}
