.skip-link {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 1000;
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--ink);
  background: #fff;
  box-shadow: var(--shadow-card);
  font-weight: 750;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.eba-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(4.5rem, 8vw, 6.8rem) 0 clamp(3.7rem, 7vw, 5.7rem);
  color: #edf2fb;
  background:
    radial-gradient(66% 92% at 84% 10%, rgba(244, 183, 64, .17), transparent 64%),
    radial-gradient(55% 75% at 5% 0, rgba(110, 123, 255, .16), transparent 60%),
    #0b111b;
}

.eba-hero::after {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
  pointer-events: none;
}

.eba-hero-grid,
.eba-integration-grid {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}

.eba-hero-grid {
  position: relative;
  z-index: 1;
}

.eba-kicker,
.eba-window-head,
.eba-fit-grid > article > span,
.eba-pillar-grid > article > span,
.eba-source-panel span,
.eba-route-grid > a > span {
  font-family: var(--mono);
  letter-spacing: .11em;
}

.eba-kicker {
  display: flex;
  gap: .6rem;
  align-items: center;
  color:var(--amber-text);
  font-size: .66rem;
  font-weight: 700;
}

.eba-kicker i {
  width: .48rem;
  height: .48rem;
  border-radius: 50%;
  background: currentcolor;
  box-shadow: 0 0 0 5px rgba(244, 183, 64, .1);
}

.eba-hero h1 {
  max-width: 12ch;
  margin: 1rem 0 0;
  color: #f6f8fc;
  font-size: clamp(2.75rem, 5.15vw, 5.15rem);
  line-height: .97;
  letter-spacing: -.055em;
  text-wrap: balance;
}

.eba-hero h1 em {
  color:var(--amber-text);
  font-style: normal;
}

.eba-answer {
  max-width: 37rem;
  margin: 1.35rem 0 0;
  color: #aeb9ca;
  font-size: clamp(1rem, 1.4vw, 1.17rem);
  line-height: 1.62;
  text-wrap: pretty;
}

.eba-boundary {
  max-width: 38rem;
  margin: .95rem 0 0;
  color: #7f8da2;
  font-size: .78rem;
  line-height: 1.55;
}

.eba-boundary b {
  color: #cbd3df;
}

.eba-actions,
.eba-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
  margin-top: 1.55rem;
}

.eba-actions .btn,
.eba-btn-ghost,
.eba-final-actions .btn,
.eba-final-actions .eba-text-link {
  min-height: 44px;
}

.eba-btn-ghost {
  display: inline-flex;
  padding: .7rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  color: #edf2fb;
  font-weight: 700;
  text-decoration: none;
}

.eba-btn-ghost:hover {
  border-color: var(--amber);
}

.eba-contact-link {
  display: inline-flex;
  min-height: 44px;
  margin-top: .45rem;
  align-items: center;
  color: var(--amber-text);
  font-size: .78rem;
  font-weight: 750;
  text-decoration: underline;
  text-decoration-color: rgba(244, 183, 64, .42);
  text-underline-offset: 4px;
}

.eba-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.2rem;
}

.eba-hero-facts span {
  padding: .42rem .58rem;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: 6px;
  color: #8f9bae;
  font: 9.5px var(--mono);
  letter-spacing: .08em;
}

.eba-product-window {
  overflow: hidden;
  margin: 0;
  border: 1px solid #253044;
  border-radius: 16px;
  background: #0b111b;
  box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
}

.eba-window-head {
  display: flex;
  min-height: 42px;
  padding: .6rem .8rem;
  gap: .65rem;
  align-items: center;
  color: #9ba7ba;
  background: #101824;
  font-size: 9.5px;
}

.eba-window-head > span {
  display: flex;
  flex: 0 0 auto;
  gap: .26rem;
}

.eba-window-head i {
  display: block;
  width: .42rem;
  height: .42rem;
  border-radius: 50%;
  background: #3a4557;
}

.eba-window-head b {
  overflow: hidden;
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.eba-window-head em {
  color:var(--amber-text);
  font-size: 9.5px;
  font-style: normal;
  white-space: nowrap;
}

.eba-window-body {
  overflow: hidden;
  aspect-ratio: 1.915 / 1;
  background: #0a0f18;
}

.eba-window-body img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eba-product-window figcaption {
  padding: .62rem .85rem .7rem;
  color: #778399;
  background: #101824;
  font: 9.5px/1.45 var(--mono);
}

.eba-proof-strip {
  padding: 0;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.eba-proof-strip .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1200px;
}

.eba-proof-strip .wrap > * {
  min-width: 0;
  padding: 1.15rem clamp(.8rem, 2vw, 1.45rem);
  border-right: 1px solid var(--line);
  color: inherit;
  text-decoration: none;
}

.eba-proof-strip .wrap > *:last-child {
  border-right: 0;
}

.eba-proof-strip b,
.eba-proof-strip span {
  display: block;
}

.eba-proof-strip b {
  color: var(--ink);
  font-size: clamp(.84rem, 1.2vw, .98rem);
}

.eba-proof-strip span {
  margin-top: .2rem;
  color: var(--muted);
  font-size: .71rem;
}

.eba-proof-strip a:hover b {
  color:var(--amber-text);
}

.eba-fit,
.eba-comparison,
.eba-integration,
.eba-routes,
.eba-offer-section,
.eba-faq-section {
  padding: clamp(4rem, 7vw, 4.55rem) 0;
}

/* Commercial band on the competitor-alternative pages. A visitor arriving from
   a competitor's brand is comparing an annual commitment against our meter, so
   the free monthly allowance and the non-expiring balance are the argument —
   they were the two facts these pages did not state. Warm ground separates it
   from the comparison table above and the FAQ below. */
.eba-offer-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper-warm);
}

.eba-offer-section h2 {
  margin: .85rem 0 0;
  color: var(--ink);
  font-size: clamp(1.7rem, 2.9vw, 2.6rem);
  line-height: 1.08;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.eba-product,
.eba-switch {
  padding: clamp(4rem, 7vw, 4.55rem) 0;
  color: var(--panel-ink);
  background: #0b111b;
}

.eba-section-head {
  max-width: 780px;
}

.eba-section-head h2,
.eba-integration h2 {
  margin: .85rem 0 0;
  color: var(--ink);
  font-size: clamp(2rem, 3.9vw, 3.55rem);
  line-height: 1.04;
  letter-spacing: -.045em;
  text-wrap: balance;
}

.eba-section-head > p,
.eba-integration-copy > p {
  max-width: 45rem;
  margin: .95rem 0 0;
  color: var(--muted);
  font-size: clamp(.94rem, 1.3vw, 1.06rem);
  line-height: 1.62;
  text-wrap: pretty;
}

.eba-section-head-light h2 {
  color: var(--panel-ink);
}

.eba-section-head-light > p {
  color: var(--panel-mut);
}

.eba-fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.eba-fit-grid > article {
  padding: clamp(1.4rem, 3vw, 2.05rem);
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #f7f9fc;
  box-shadow: var(--shadow-card);
}

.eba-seatlayer-fit {
  border-color: rgba(184, 120, 10, .35) !important;
  background: linear-gradient(145deg, rgba(244, 183, 64, .11), #fff) !important;
}

.eba-fit-grid > article > span,
.eba-pillar-grid > article > span,
.eba-route-grid > a > span,
.eba-source-panel span {
  color:var(--amber-text);
  font-size: .59rem;
  font-weight: 700;
}

.eba-fit-grid > article:not(.eba-seatlayer-fit) > span {
  color: #58667a;
}

.eba-fit-grid h3 {
  margin: .7rem 0 0;
  color: var(--ink);
  font-size: clamp(1.22rem, 2vw, 1.62rem);
  letter-spacing: -.025em;
}

.eba-fit-grid ul {
  display: grid;
  gap: .7rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.eba-fit-grid li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.5;
}

.eba-fit-grid li::before {
  position: absolute;
  top: .43rem;
  left: .12rem;
  width: .5rem;
  height: .5rem;
  border-radius: 50%;
  background: var(--amber);
  content: "";
}

.eba-fit-grid > article:not(.eba-seatlayer-fit) li::before {
  background: #718096;
}

.eba-info-route {
  margin: 1rem 0 0;
  padding: .95rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--muted);
  background: var(--paper-warm);
  font-size: .82rem;
  line-height: 1.55;
}

.eba-info-route b {
  color: var(--ink);
}

.eba-info-route a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color:var(--amber-text);
  font-weight: 750;
}

.eba-surface-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.eba-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  margin-top: 1rem;
}

.eba-product .eba-pillar-grid {
  margin-top: 1.8rem;
}

.eba-pillar-grid:focus-visible,
.eba-fit-grid:focus-visible,
.eba-switch-steps:focus-visible,
.eba-route-grid:focus-visible,
.eba-table-wrap:focus-visible {
  outline: 3px solid var(--amber);
  outline-offset: 4px;
}

.eba-pillar-grid > article {
  padding: 1.2rem;
  border: 1px solid var(--panel-line);
  border-radius: 14px;
  background: #101824;
}

.eba-pillar-grid h3 {
  margin: .55rem 0 0;
  color: var(--panel-ink);
  font-size: 1.02rem;
  line-height: 1.28;
}

.eba-pillar-grid p {
  margin: .55rem 0 0;
  color: var(--panel-mut);
  font-size: .78rem;
  line-height: 1.52;
}

.eba-pillar-grid a {
  display: inline-flex;
  min-height: 44px;
  margin-top: .55rem;
  align-items: center;
  color:var(--amber-text);
  font-size: .75rem;
  font-weight: 700;
  text-decoration: none;
}

.eba-table-wrap {
  overflow-x: auto;
  margin-top: 1.8rem;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--card);
  box-shadow: var(--shadow-card);
}

.eba-table-wrap table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
  font-size: .82rem;
}

.eba-table-wrap th,
.eba-table-wrap td {
  padding: .86rem 1rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
  line-height: 1.48;
}

.eba-table-wrap thead th {
  color: var(--faint);
  background: var(--paper-warm);
  font: .61rem var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.eba-table-wrap tbody th {
  width: 22%;
  color: var(--ink);
  font-weight: 750;
}

.eba-table-wrap tbody td {
  width: 39%;
  color: var(--muted);
}

.eba-table-wrap tbody td:last-child {
  color: var(--ink);
  background: rgba(244, 183, 64, .055);
}

.eba-table-wrap .eba-seatlayer-first-table tbody td:last-child {
  color: var(--muted);
  background: transparent;
}

.eba-table-wrap .eba-seatlayer-first-table thead th:nth-child(2),
.eba-table-wrap .eba-seatlayer-first-table tbody td:nth-child(2) {
  color: var(--ink);
  background: rgba(244, 183, 64, .07);
}

.eba-seatlayer-key {
  padding: .05rem .2rem;
  border-radius: .2rem;
  color: #6f4600;
  background: rgba(244, 183, 64, .2);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-weight: 800;
}

.eba-table-wrap tbody tr:last-child > * {
  border-bottom: 0;
}

.eba-source-panel {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 1rem;
  margin-top: 1rem;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper-warm);
}

.eba-source-panel h3 {
  margin: .45rem 0 0;
  color: var(--ink);
  font-size: 1.05rem;
}

.eba-source-panel p {
  margin: .35rem 0 0;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.5;
}

.eba-source-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .5rem;
}

.eba-source-links a {
  display: flex;
  min-height: 44px;
  padding: .6rem .7rem;
  border: 1px solid var(--line);
  border-radius: 9px;
  align-items: center;
  color: var(--ink);
  background: #fff;
  font-size: .72rem;
  font-weight: 700;
  text-decoration: none;
}

.eba-source-links a:hover {
  border-color: var(--amber);
  color:var(--amber-text);
}

.eba-switch-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
  margin: 1.8rem 0 0;
  padding: 0;
  list-style: none;
}

.eba-switch-steps li {
  display: flex;
  gap: .8rem;
  padding: 1.2rem;
  border: 1px solid var(--panel-line);
  border-radius: 14px;
  background: #101824;
}

.eba-switch-steps li > span {
  flex: 0 0 auto;
  color:var(--amber-text);
  font: .68rem var(--mono);
  letter-spacing: .08em;
}

.eba-switch-steps h3 {
  color: var(--panel-ink);
  font-size: 1rem;
  line-height: 1.28;
}

.eba-switch-steps p {
  margin: .5rem 0 0;
  color: var(--panel-mut);
  font-size: .76rem;
  line-height: 1.52;
}

.eba-migration-note {
  margin: 1rem 0 0;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(244, 183, 64, .3);
  border-radius: 12px;
  color: var(--panel-mut);
  background: rgba(244, 183, 64, .07);
  font-size: .8rem;
  line-height: 1.55;
}

.eba-migration-note b {
  color:var(--amber-text);
}

.eba-integration-grid {
  grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
}

.eba-integration-list {
  display: grid;
  gap: .65rem;
  margin-top: 1.2rem;
}

.eba-integration-list > div {
  padding: .78rem .88rem;
  border-left: 1px solid var(--amber);
  background: var(--paper-warm);
}

.eba-integration-list b,
.eba-integration-list span {
  display: block;
}

.eba-integration-list b {
  color: var(--ink);
  font-size: .82rem;
}

.eba-integration-list span {
  margin-top: .15rem;
  color: var(--muted);
  font-size: .75rem;
  line-height: 1.48;
}

.eba-path-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.eba-path-card {
  padding: clamp(1.3rem, 2.6vw, 1.8rem);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--card);
  box-shadow: var(--shadow-card);
}

.eba-path-primary {
  border-color: rgba(184, 120, 10, .4);
  background: linear-gradient(145deg, rgba(244, 183, 64, .1), #fff 60%);
}

.eba-path-card > span {
  color: var(--amber-text);
  font: 700 .61rem var(--mono);
  letter-spacing: .09em;
}

.eba-path-card h3 {
  margin: .68rem 0 0;
  color: var(--ink);
  font-size: clamp(1.25rem, 2vw, 1.7rem);
  line-height: 1.18;
  letter-spacing: -.025em;
}

.eba-path-card p,
.eba-path-card li {
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.55;
}

.eba-path-card p {
  margin: .75rem 0 0;
}

.eba-path-card ul {
  display: grid;
  gap: .42rem;
  margin: .75rem 0 0;
  padding-left: 1.1rem;
}

.eba-path-card b {
  color: var(--ink);
}

.eba-path-card a {
  display: inline-flex;
  min-height: 44px;
  margin-top: .85rem;
  align-items: center;
  color: var(--amber-text);
  font-size: .78rem;
  font-weight: 750;
  text-decoration: none;
}

.eba-hosted-boundary {
  padding: .72rem .8rem;
  border-left: 2px solid var(--amber);
  background: var(--paper-warm);
}

.eba-iframe-note {
  margin: .85rem 0 0;
  color: var(--muted);
  font-size: .78rem;
  line-height: 1.52;
}

.eba-text-link {
  display: inline-flex;
  min-height: 44px;
  margin-top: .7rem;
  align-items: center;
  color:var(--amber-text);
  font-size: .82rem;
  font-weight: 750;
  text-decoration: none;
}

.eba-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .8rem;
  margin-top: 1.8rem;
}

.eba-route-grid > a {
  min-height: 184px;
  padding: 1.2rem;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: inherit;
  background: var(--card);
  box-shadow: var(--shadow-card);
  text-decoration: none;
  transition: transform .16s ease, border-color .16s ease;
}

.eba-route-grid > a:hover {
  border-color: var(--amber);
  transform: translateY(-3px);
}

.eba-route-grid h3 {
  margin: .62rem 0 0;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.25;
}

.eba-route-grid p {
  margin: .52rem 0 0;
  color: var(--muted);
  font-size: .76rem;
  line-height: 1.48;
}

.eba-faq-section {
  padding-top: 0;
}

/* The FAQ deliberately has no top padding: it used to follow a section that
   supplied the gap inside itself. The offer band ends with its own padding AND
   a rule, so without this the FAQ eyebrow sits flush against that line. Scoped
   to the adjacent pairing so pages where the FAQ follows something else keep
   their existing rhythm. */
.eba-offer-section + .eba-faq-section {
  padding-top: clamp(4rem, 7vw, 4.55rem);
}

.eba-faq-head {
  margin-bottom: 1.3rem;
}

.eba-faq summary {
  min-height: 44px;
}

.eba-final {
  padding: clamp(4rem, 7vw, 4.5rem) 0;
  color: var(--panel-ink);
  text-align: center;
  background:
    radial-gradient(55% 120% at 50% 105%, rgba(244, 183, 64, .16), transparent 70%),
    #0b111b;
}

.eba-final .eyebrow {
  justify-content: center;
  color:var(--amber-text);
}

.eba-final h2 {
  max-width: 800px;
  margin: .85rem auto 0;
  color: var(--panel-ink);
  font-size: clamp(2.1rem, 4.65vw, 4rem);
  line-height: 1;
  letter-spacing: -.05em;
  text-wrap: balance;
}

.eba-final > .wrap > p {
  max-width: 670px;
  margin: 1rem auto 0;
  color: var(--panel-mut);
  font-size: clamp(.94rem, 1.35vw, 1.06rem);
  line-height: 1.62;
}

.eba-final-actions {
  justify-content: center;
}

.eba-final .eba-text-link {
  color:var(--amber-text);
}

@media (min-width: 1001px) {
  .eba-hero {
    padding-top: 4.5rem;
    padding-bottom: 3.5rem;
  }

  .eba-fit,
  .eba-comparison,
  .eba-integration,
  .eba-routes,
  .eba-product,
  .eba-switch {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .eba-final {
    padding-top: 3.1rem;
    padding-bottom: 3.1rem;
  }

  .eba-window-body {
    aspect-ratio: 2.08 / 1;
  }

  .eba-table-wrap {
    margin-top: 1.25rem;
  }

  .eba-table-wrap th,
  .eba-table-wrap td {
    padding-top: .62rem;
    padding-bottom: .62rem;
  }

  .eba-switch-steps,
  .eba-route-grid {
    margin-top: 1.25rem;
  }

  .eba-route-grid > a {
    min-height: 158px;
  }

  .eba-faq-section {
    padding-top: 0;
    padding-bottom: 3rem;
  }

  .eba-faq-section > .wrap {
    display: grid;
    grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr);
    gap: 2.25rem;
    align-items: start;
  }

  .eba-faq-head {
    margin-bottom: 0;
  }
}

@media (max-width: 1000px) {
  .eba-hero-grid,
  .eba-integration-grid,
  .eba-path-grid {
    grid-template-columns: 1fr;
  }

  .eba-hero-copy {
    max-width: 720px;
  }

  .eba-hero-proof,
  .eba-embed-proof {
    width: min(100%, 820px);
  }

  .eba-route-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .eba-source-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .eba-proof-strip .wrap {
    grid-template-columns: repeat(2, 1fr);
  }

  .eba-proof-strip .wrap > *:nth-child(2) {
    border-right: 0;
  }

  .eba-proof-strip .wrap > *:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .eba-fit-grid,
  .eba-surface-grid,
  .eba-pillar-grid,
  .eba-switch-steps {
    grid-template-columns: 1fr;
  }

  .eba-source-links {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .eba-hero {
    padding-top: 4rem;
  }

  .eba-hero h1 {
    font-size: clamp(2.45rem, 11vw, 2.8rem);
  }

  .eba-actions,
  .eba-final-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .eba-actions > *,
  .eba-final-actions > * {
    width: 100%;
    justify-content: center;
  }

  .eba-contact-link {
    width: auto;
    justify-content: flex-start;
  }

  .eba-window-head em {
    display: none;
  }

  .eba-fit,
  .eba-comparison,
  .eba-integration,
  .eba-routes,
  .eba-faq-section,
  .eba-product,
  .eba-switch,
  .eba-final {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .eba-faq-section {
    padding-top: 0;
  }

  .eba-offer-section + .eba-faq-section {
    padding-top: 3.25rem;
  }

  .eba-route-grid {
    grid-template-columns: 1fr;
  }

  .eba-route-grid > a {
    min-height: 0;
  }

  .eba-product-window figcaption {
    font-size: .52rem;
  }

  .eba-pillar-grid,
  .eba-switch-steps,
  .eba-route-grid {
    grid-template-columns: none;
    grid-auto-columns: minmax(15rem, 82vw);
    grid-auto-flow: column;
    overflow-x: auto;
    padding: 0 0 .7rem;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
  }

  .eba-pillar-grid > article,
  .eba-switch-steps > li,
  .eba-route-grid > a {
    scroll-snap-align: start;
  }
}

@media (max-width: 360px) {
  .eba-fit-grid {
    grid-template-columns: none;
    grid-auto-columns: minmax(15rem, 82vw);
    grid-auto-flow: column;
    overflow-x: auto;
    padding: 0 0 .7rem;
    scroll-snap-type: x mandatory;
    overscroll-behavior-inline: contain;
  }

  .eba-fit-grid > article {
    scroll-snap-align: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .eba-route-grid > a {
    transition: none;
  }
}
