/* Agent page: deliberate single-column mobile composition. Desktop is untouched. */
@media (max-width: 820px) {
  .bc-route-agent .bc-page-hero {
    min-height: auto;
    padding: 3.25rem 0 2.5rem;
  }

  .bc-route-agent .bc-page-hero--backdrop::after {
    background-size: auto 48%;
    background-position: center bottom;
    background-repeat: no-repeat;
    opacity: .3;
  }

  .bc-route-agent .bc-page-hero--backdrop::before {
    background: linear-gradient(180deg, rgba(251,246,237,.98) 0%, rgba(251,246,237,.94) 58%, rgba(251,246,237,.78) 78%, rgba(251,246,237,.92) 100%);
  }

  .bc-route-agent .bc-page-hero__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: .9rem;
    align-items: start;
  }

  /* Flatten only this copy wrapper so artwork can sit between intro and CTAs. */
  .bc-route-agent .bc-page-hero__copy { display: contents; }
  .bc-route-agent .bc-page-hero__copy .bc-eyebrow { order: 1; margin-bottom: .15rem; }
  .bc-route-agent .bc-page-hero__copy h1 {
    order: 2;
    max-width: 13ch;
    margin: 0 0 .55rem;
    font-size: clamp(2.25rem, 10.5vw, 2.85rem);
    line-height: .98;
  }
  .bc-route-agent .bc-page-hero__intro {
    order: 3;
    max-width: none;
    margin: 0;
    font-size: .98rem;
    line-height: 1.62;
  }

  .bc-route-agent .bc-hero-art--bare {
    position: relative;
    order: 4;
    width: min(100%, 18rem);
    margin: .65rem auto .35rem;
  }
  .bc-route-agent .bc-hero-art--bare img {
    display: block;
    width: 100%;
    max-height: 18rem;
    object-fit: contain;
  }

  .bc-route-agent .bc-page-actions {
    order: 5;
    display: grid;
    grid-template-columns: 1fr;
    gap: .7rem;
    width: 100%;
    margin-top: .35rem;
  }
  .bc-route-agent .bc-page-actions .bc-button { width: 100%; }
  .bc-route-agent .bc-page-hero__note {
    order: 6;
    margin: .15rem 0 0;
    text-align: center;
  }
  .bc-route-agent .bc-page-hero .bc-route-line { margin-top: 1rem; }
  .bc-route-agent .bc-support { display: none; }

  .bc-route-agent .bc-section,
  .bc-route-agent .bc-section + .bc-section,
  .bc-route-agent .bc-section--tinted + .bc-section,
  .bc-route-agent .bc-section + .bc-section--tinted {
    padding-block: 3.75rem;
  }
  .bc-route-agent .bc-section-heading { margin-bottom: 2rem; }
  .bc-route-agent .bc-section-heading h2 { font-size: clamp(2rem, 9vw, 2.65rem); }
  .bc-route-agent .bc-bullets { margin-top: 1.2rem; }
  .bc-route-agent .bc-calc-grid,
  .bc-route-agent .bc-plans { grid-template-columns: minmax(0, 1fr); gap: .9rem; }
  .bc-route-agent .bc-calc,
  .bc-route-agent .bc-plan,
  .bc-route-agent .bc-vs__card { padding: 1.3rem; border-radius: 1.15rem; }
  .bc-route-agent .bc-field { margin-bottom: 1.25rem; }
  .bc-route-agent .bc-calc__results div { gap: .65rem; }
  .bc-route-agent .bc-calc__results strong { font-size: 1.2rem; }
}

@media (max-width: 380px) {
  .bc-route-agent .bc-page-hero__copy h1 { font-size: 2.15rem; }
  .bc-route-agent .bc-hero-art--bare { width: min(100%, 16.5rem); }
  .bc-route-agent .bc-calc,
  .bc-route-agent .bc-plan,
  .bc-route-agent .bc-vs__card { padding: 1.1rem; }
}
