/* Brolly homepage mobile primary pass 2026-05-24 */
:root{
  --brolly-mobile-green:#10B981;
  --brolly-mobile-green-dark:#059669;
  --brolly-mobile-ink:#0A0E1A;
  --brolly-mobile-slate-900:#1F2937;
  --brolly-mobile-slate-700:#374151;
  --brolly-mobile-slate-600:#4B5563;
  --brolly-mobile-slate-400:#9CA3AF;
  --brolly-mobile-slate-200:#E5E7EB;
  --brolly-mobile-slate-100:#F3F4F6;
  --brolly-mobile-slate-50:#F9FAFB;
  --brolly-mobile-white:#FFFFFF;
  --brolly-mobile-focus:rgba(16,185,129,.22);
}
.mobile-menu-primary,
.hm-sticky-cta{
  display:none;
}
@media (max-width:767px){
  html{
    scroll-padding-top:56px!important;
    max-width:100%;
    overflow-x:hidden;
  }
  body{
    max-width:100%;
    overflow-x:hidden;
    padding-bottom:calc(76px + env(safe-area-inset-bottom));
    background:var(--brolly-mobile-white)!important;
  }
  body.menu-open{
    overflow:hidden!important;
  }
  a:focus-visible,
  button:focus-visible,
  summary:focus-visible,
  input:focus-visible,
  textarea:focus-visible,
  select:focus-visible{
    outline:2px solid var(--brolly-mobile-green)!important;
    outline-offset:3px!important;
    box-shadow:none!important;
  }
  .live-status-bar{
    display:none!important;
  }
  .site-header{
    position:sticky!important;
    top:0!important;
    z-index:1000!important;
    height:56px!important;
    min-height:56px!important;
    padding:0!important;
    background:rgba(255,255,255,.98)!important;
    border-bottom:1px solid var(--brolly-mobile-slate-200)!important;
    box-shadow:none!important;
    backdrop-filter:saturate(180%) blur(14px);
    -webkit-backdrop-filter:saturate(180%) blur(14px);
  }
  .site-header .nav-shell{
    width:min(calc(100% - 48px),720px)!important;
    height:56px!important;
    min-height:56px!important;
    padding:0!important;
    margin-inline:auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:0!important;
  }
  .site-header .brand-mark,
  .menu-overlay .menu-brand-mark{
    width:44px!important;
    min-width:44px!important;
    height:44px!important;
    display:grid!important;
    place-items:center!important;
    padding:0!important;
    border:0!important;
    background:transparent!important;
    box-shadow:none!important;
  }
  .site-header .brand-mark-img,
  .menu-overlay .brand-mark-img{
    width:24px!important;
    height:24px!important;
    display:block!important;
    object-fit:contain!important;
  }
  .site-header .header-actions{
    margin-left:auto!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:0!important;
  }
  .site-header .header-actions > a{
    display:none!important;
  }
  .site-header .menu-toggle{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    display:grid!important;
    place-items:center!important;
    gap:4px!important;
    padding:11px!important;
    border:0!important;
    border-radius:8px!important;
    background:transparent!important;
    color:var(--brolly-mobile-slate-900)!important;
    box-shadow:none!important;
  }
  .site-header .menu-toggle span{
    width:22px!important;
    height:2px!important;
    border-radius:999px!important;
    background:var(--brolly-mobile-slate-900)!important;
    border:0!important;
    display:block!important;
  }
  .menu-overlay{
    position:fixed!important;
    inset:0!important;
    z-index:1200!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    background:var(--brolly-mobile-white)!important;
    background-image:none!important;
    color:var(--brolly-mobile-slate-900)!important;
  }
  .menu-overlay-shell{
    width:100%!important;
    max-width:none!important;
    min-height:100dvh!important;
    padding:0 20px calc(24px + env(safe-area-inset-bottom))!important;
    margin:0!important;
  }
  .menu-overlay-header{
    height:56px!important;
    min-height:56px!important;
    margin:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
  }
  .menu-header-actions{
    display:flex!important;
    align-items:center!important;
    gap:0!important;
  }
  .menu-header-actions > a{
    display:none!important;
  }
  .menu-close{
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    display:grid!important;
    place-items:center!important;
    padding:0!important;
    border:0!important;
    border-radius:8px!important;
    background:transparent!important;
    color:var(--brolly-mobile-slate-900)!important;
    font:400 32px/1 Work Sans,Inter,system-ui,sans-serif!important;
    box-shadow:none!important;
  }
  .mega-menu-content{
    display:none!important;
  }
  .mobile-menu-primary{
    display:flex!important;
    flex-direction:column!important;
    min-height:calc(100dvh - 56px)!important;
    padding:16px 0 0!important;
  }
  .mobile-menu-primary a{
    min-height:56px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    padding:0 4px!important;
    border-bottom:1px solid var(--brolly-mobile-slate-100)!important;
    color:var(--brolly-mobile-slate-900)!important;
    background:transparent!important;
    font:600 18px/1.25 Work Sans,Inter,system-ui,sans-serif!important;
    letter-spacing:-.01em!important;
    text-decoration:none!important;
  }
  .mobile-menu-primary a[aria-current="page"],
  .mobile-menu-primary a:hover,
  .mobile-menu-primary a:focus-visible{
    color:var(--brolly-mobile-green)!important;
  }
  .mobile-menu-primary .mobile-menu-cta{
    margin-top:auto!important;
    min-height:56px!important;
    height:56px!important;
    justify-content:center!important;
    padding:0 24px!important;
    border:0!important;
    border-radius:8px!important;
    background:var(--brolly-mobile-green)!important;
    color:var(--brolly-mobile-white)!important;
    font-weight:700!important;
  }
  .mobile-menu-primary .mobile-menu-cta:hover,
  .mobile-menu-primary .mobile-menu-cta:focus-visible{
    background:var(--brolly-mobile-green-dark)!important;
    color:var(--brolly-mobile-white)!important;
  }

  main.homepage-light-20260524{
    overflow-x:clip!important;
    background:var(--brolly-mobile-white)!important;
    color:var(--brolly-mobile-slate-600)!important;
  }
  .homepage-light-20260524 .hm-wrap{
    width:min(calc(100% - 40px),520px)!important;
    max-width:calc(100% - 40px)!important;
    margin-inline:auto!important;
  }
  .homepage-light-20260524 .hm-section{
    padding:64px 0!important;
  }
  .homepage-light-20260524 .hm-hero{
    min-height:480px!important;
    padding:48px 0 40px!important;
    background:linear-gradient(180deg,#FFFFFF 0%,#F9FAFB 100%)!important;
  }
  .homepage-light-20260524 .hm-hero-grid,
  .homepage-light-20260524 .hm-split,
  .homepage-light-20260524 .hm-open-grid,
  .homepage-light-20260524 .hm-section-head{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:24px!important;
    align-items:start!important;
  }
  .homepage-light-20260524 .hm-section-head{
    margin-bottom:24px!important;
  }
  .homepage-light-20260524 .hm-hero-card{
    display:none!important;
  }
  .homepage-light-20260524 .hm-kicker{
    margin:0 0 12px!important;
    font-size:11px!important;
    line-height:1.2!important;
    letter-spacing:.1em!important;
    font-weight:700!important;
  }
  .homepage-light-20260524 h1,
  .homepage-light-20260524 h2,
  .homepage-light-20260524 h3{
    letter-spacing:-.032em!important;
    line-height:1.2!important;
    font-weight:700!important;
    text-wrap:balance;
  }
  .homepage-light-20260524 h1{
    max-width:100%!important;
    font-size:clamp(32px,9.2vw,36px)!important;
  }
  .homepage-light-20260524 h2{
    max-width:100%!important;
    font-size:clamp(24px,7.2vw,28px)!important;
  }
  .homepage-light-20260524 h3,
  .homepage-light-20260524 .hm-app-title h3{
    font-size:20px!important;
    line-height:1.2!important;
  }
  .homepage-light-20260524 p,
  .homepage-light-20260524 li,
  .homepage-light-20260524 .hm-lede,
  .homepage-light-20260524 .hm-copy p,
  .homepage-light-20260524 .hm-section-head p,
  .homepage-light-20260524 .hm-open-copy p{
    max-width:100%!important;
    margin-top:16px!important;
    font-size:16px!important;
    line-height:1.6!important;
    font-weight:450!important;
  }
  .homepage-light-20260524 .hm-risk-note,
  .homepage-light-20260524 .hm-app-note{
    font-size:14px!important;
    line-height:1.6!important;
    color:var(--brolly-mobile-slate-600)!important;
  }
  .homepage-light-20260524 .hm-actions,
  .homepage-light-20260524 .hm-store-row{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:12px!important;
    margin-top:22px!important;
  }
  .homepage-light-20260524 .hm-hero .hm-store-row,
  .homepage-light-20260524 .hm-hero .hm-btn.tertiary{
    display:none!important;
  }
  .homepage-light-20260524 .hm-btn,
  .homepage-light-20260524 .hm-store-badge{
    width:100%!important;
    min-height:48px!important;
    padding:14px 24px!important;
    border-radius:8px!important;
    font-size:16px!important;
    line-height:1.2!important;
    font-weight:600!important;
  }
  .homepage-light-20260524 .hm-flow-list,
  .homepage-light-20260524 .hm-card-grid,
  .homepage-light-20260524 .hm-partner-grid{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:16px!important;
  }
  .homepage-light-20260524 .hm-stat-grid{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    column-gap:16px!important;
    row-gap:24px!important;
  }
  .homepage-light-20260524 .hm-step,
  .homepage-light-20260524 .hm-card,
  .homepage-light-20260524 .hm-partner,
  .homepage-light-20260524 .hm-stat{
    width:100%!important;
    padding:20px!important;
    border-radius:12px!important;
    border:1px solid var(--brolly-mobile-slate-200)!important;
    background:var(--brolly-mobile-white)!important;
    box-shadow:none!important;
  }
  .homepage-light-20260524 .hm-card h3,
  .homepage-light-20260524 .hm-partner strong,
  .homepage-light-20260524 .hm-step strong{
    font-size:18px!important;
    line-height:1.3!important;
  }
  .homepage-light-20260524 .hm-step p,
  .homepage-light-20260524 .hm-card p,
  .homepage-light-20260524 .hm-partner p{
    font-size:15.5px!important;
    line-height:1.6!important;
  }
  .homepage-light-20260524 .hm-stat{
    min-height:88px!important;
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    padding:18px 16px!important;
  }
  .homepage-light-20260524 .hm-stat strong{
    font-size:clamp(28px,8vw,32px)!important;
    line-height:1.05!important;
    letter-spacing:-.035em!important;
  }
  .homepage-light-20260524 .hm-stat span{
    margin-top:8px!important;
    font-size:11px!important;
    line-height:1.25!important;
    letter-spacing:.08em!important;
    text-transform:uppercase!important;
  }
  .homepage-light-20260524 .hm-app-card{
    width:min(280px,100%)!important;
    max-width:280px!important;
    margin:8px auto 0!important;
    border-radius:22px!important;
    box-shadow:0 12px 28px rgba(0,0,0,.08)!important;
  }
  .homepage-light-20260524 .hm-app-card small,
  .homepage-light-20260524 .hm-app-card .hm-app-row span,
  .homepage-light-20260524 .hm-app-card .hm-app-hero span,
  .homepage-light-20260524 .hm-app-card .hm-app-foot,
  .homepage-light-20260524 .hm-app-card .hm-app-foot div,
  .homepage-light-20260524 .hm-app-card .hm-app-foot span,
  .homepage-light-20260524 .hm-app-card .hm-wallet-meta span,
  .homepage-light-20260524 .hm-store-badge small,
  .footer-social-icon{
    font-size:13px!important;
    line-height:1.35!important;
  }
  .homepage-light-20260524 .hm-partner p a,
  .footer-contact a,
  .footer-social-link{
    min-height:44px!important;
    display:inline-flex!important;
    align-items:center!important;
  }
  .homepage-light-20260524 .hm-partner p a{
    padding:0 2px!important;
  }
  .footer-social-link{
    width:max-content!important;
  }
  .homepage-light-20260524 .hm-verification-mockup{
    display:none!important;
  }
  .homepage-light-20260524 .hm-open{
    padding-bottom:80px!important;
  }
  .homepage-light-20260524 .hm-open-card{
    padding:20px!important;
    border-radius:12px!important;
  }
  .hm-sticky-cta{
    position:fixed!important;
    left:0!important;
    right:0!important;
    bottom:0!important;
    z-index:1100!important;
    display:block!important;
    padding:10px 20px calc(10px + env(safe-area-inset-bottom))!important;
    background:var(--brolly-mobile-white)!important;
    box-shadow:0 -4px 12px rgba(0,0,0,.06)!important;
  }
  .hm-sticky-cta a{
    width:100%!important;
    height:56px!important;
    min-height:56px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 24px!important;
    border-radius:8px!important;
    background:var(--brolly-mobile-green)!important;
    color:var(--brolly-mobile-white)!important;
    font:700 16px/1 Work Sans,Inter,system-ui,sans-serif!important;
    text-decoration:none!important;
  }
  .hm-sticky-cta a:hover,
  .hm-sticky-cta a:focus-visible{
    background:var(--brolly-mobile-green-dark)!important;
    color:var(--brolly-mobile-white)!important;
  }
  .footer{
    padding:48px 0!important;
  }
  .footer-grid{
    width:min(calc(100% - 48px),680px)!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:32px!important;
  }
  .footer-links{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:32px!important;
  }
  .footer-links h3{
    font-size:11px!important;
    letter-spacing:.1em!important;
  }
  .footer-links a{
    min-height:44px!important;
    display:flex!important;
    align-items:center!important;
    margin:0!important;
    font-size:16px!important;
  }
  .footer-bottom{
    padding-top:0!important;
    border-top:0!important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .homepage-light-20260524 .hm-wrap{
    width:min(calc(100% - 48px),920px)!important;
  }
  .homepage-light-20260524 .hm-stat-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .homepage-light-20260524 .hm-card-grid,
  .homepage-light-20260524 .hm-flow-list,
  .homepage-light-20260524 .hm-partner-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
