.mobile-cta-bar {
  display: none;
}

@media (max-width: 767px) {
  .mobile-cta-bar {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99990;
    width: 100%;
    align-items: stretch;
    box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.18);
  }

  .mobile-cta-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    border: 0;
    color: #fff !important;
    text-decoration: none;
    font-family: "Poppins", "Rubik", "Suisse Intl", Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    line-height: 1;
    min-height: 58px;
    padding: 18px 8px calc(18px + env(safe-area-inset-bottom, 0px));
  }

  .mobile-cta-btn span {
    color: #fff !important;
  }

  .mobile-cta-btn:hover,
  .mobile-cta-btn:focus {
    color: #fff !important;
    text-decoration: none;
  }

  .mobile-cta-call {
    background: #1b3a4d;
  }

  .mobile-cta-signup {
    background: #000;
    cursor: pointer;
  }

  .mobile-cta-btn svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    fill: #fff;
  }

  .mobile-cta-or {
    position: absolute;
    left: 50%;
    top: 29px;
    transform: translate(-50%, -50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-family: "Poppins", "Rubik", "Suisse Intl", Arial, sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
    pointer-events: none;
    z-index: 2;
  }

  body {
    padding-bottom: calc(58px + env(safe-area-inset-bottom, 0px));
  }
}
