/* ===== MOBILE STYLES ===== */

@media (max-width: 640px) {

  /* ── Hero Banner ── */
  .hero-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    margin-top: 0;
  }

  /* ── Trust Bar ── */
  .trust-bar .container {
    display: flex;
    justify-content: center;
  }
  .trust-bullets {
    display: grid;
    grid-template-columns: auto auto;
    gap: 4px 10px;
    font-size: 0.72rem;
    width: fit-content;
    margin: 0 auto;
  }
  .trust-bullets .trust-item {
    white-space: nowrap;
  }
  .trust-bullets .trust-item:nth-child(1),
  .trust-bullets .trust-item:nth-child(5) {
    text-align: right;
  }
  .trust-bullets .trust-item:nth-child(1)::after,
  .trust-bullets .trust-item:nth-child(5)::after {
    content: " •";
    opacity: 0.5;
  }
  .trust-bullets .trust-item:nth-child(3),
  .trust-bullets .trust-item:nth-child(7) {
    text-align: left;
  }
  .trust-sep {
    display: none;
  }

}
