.lantivo-bottom-nav, .lantivo-bottom-nav__space { display: none; }
@media (max-width: 749px) {
  .lantivo-bottom-nav__space { display: block; height: calc(var(--lantivo-bottom-nav-height, 70px) + env(safe-area-inset-bottom)); }
  .lantivo-bottom-nav { position: fixed; z-index: 40; right: 0; bottom: 0; left: 0; height: calc(var(--lantivo-bottom-nav-height, 70px) + env(safe-area-inset-bottom)); display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); padding: 6px 6px max(7px, env(safe-area-inset-bottom)); border-top: 1px solid #dbe5ef; background: var(--lantivo-bottom-nav-background, #FFFFFF); box-shadow: 0 -6px 22px rgba(29,58,91,.14); }
  .lantivo-bottom-nav__item { position: relative; min-width: 0; min-height: 58px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; gap: 3px; padding-top: 4px; border-radius: 9px; color: #000000 !important; font-size: 12.5px; font-weight: 600; line-height: 1.1; text-decoration: none; transition: color .16s ease, background-color .16s ease, transform .16s ease; }
  .lantivo-bottom-nav__label-wrap { display: flex; flex: 1; align-items: flex-end; justify-content: center; width: 100%; min-height: 0; padding-bottom: 1px; }
  .lantivo-bottom-nav__label { display: inline-block; padding-bottom: 8px; border-bottom: 3px solid transparent; line-height: 1.1; white-space: nowrap; }
  .lantivo-bottom-nav__icon { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid transparent; border-radius: 10px; color: #000000 !important; transition: color .16s ease, background-color .16s ease, border-color .16s ease; }
  .lantivo-bottom-nav__icon svg { width: 23px; height: 23px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
  .lantivo-bottom-nav__item.is-active { color: #0a3b82 !important; }
  .lantivo-bottom-nav__item.is-active .lantivo-bottom-nav__icon { border-color: transparent; background: transparent; color: #0a3b82 !important; }
  .lantivo-bottom-nav__item.is-active .lantivo-bottom-nav__label { border-bottom-color: #0a3b82; }
  .lantivo-bottom-nav__item--inquiry:not(.is-active) .lantivo-bottom-nav__icon { color: #000000 !important; }
  .lantivo-bottom-nav__item--inquiry .lantivo-bottom-nav__icon svg { stroke-width: 2; }
  .lantivo-bottom-nav__item:last-child .lantivo-bottom-nav__icon svg { stroke-width: 1.8; }
  .lantivo-bottom-nav__item:hover { color: #0a3b82 !important; }
  .lantivo-bottom-nav__item:active { transform: translateY(1px); }
  .lantivo-bottom-nav__item:focus-visible { outline: 2px solid #8cc7ff; outline-offset: -2px; }
}
@media (prefers-reduced-motion: reduce) {
  .lantivo-bottom-nav__item, .lantivo-bottom-nav__icon { transition: none; }
}
