.fot-get-app {
  display: none;
}

@media (max-width: 768px) {
  body {
    padding-bottom: calc(5rem + env(safe-area-inset-bottom, 0px));
  }

  .fot-get-app {
    position: fixed;
    z-index: 90;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding-bottom: env(safe-area-inset-bottom, 0);
    border-top: 2px solid #0888f0;
    background: #001840;
    box-shadow: 0 -4px 16px rgba(0, 24, 64, 0.24);
  }

  .fot-get-app__inner {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: min(100%, 720px);
    margin: 0 auto;
    padding: 0.75rem 1rem;
  }

  .fot-get-app__text {
    flex: 1;
    margin: 0;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.35;
  }

  .fot-get-app__btn {
    flex: 0 0 auto;
    padding: 0.65rem 0.9rem;
    border-radius: 8px;
    background: #0066b3;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
  }

  .fot-get-app__btn:hover,
  .fot-get-app__btn:focus-visible {
    background: #005499;
    color: #fff;
  }
}
