body.brx-landing-on .site,
body.brx-landing-on #page,
body.brx-landing-on #content,
body.brx-landing-on .site-content,
body.brx-landing-on .content-area,
body.brx-landing-on .entry-content,
body.brx-landing-on article,
body.brx-landing-on .wp-block-post-content,
body.brx-landing-on .wp-site-blocks,
body.brx-landing-on main {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
body.brx-landing-on .entry-header,
body.brx-landing-on .entry-footer,
body.brx-landing-on .page-title,
body.brx-landing-on h1.entry-title {
  display: none !important;
}

.brx-page {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: #0d5a22;
  font-family: Montserrat, Arial, sans-serif;
  color: #fff;
  overflow: hidden;
}
.brx-page * { box-sizing: border-box; }

.brx-hero { line-height: 0; background: #0d5a22; }
.brx-flyer { display: block; width: 100%; height: auto; }

.brx-animals {
  background: #eef3ea;
  padding: 12px 0 14px;
}
.brx-track {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding: 0 14px 6px;
  scrollbar-width: none;
}
.brx-track::-webkit-scrollbar { display: none; }

.brx-animal {
  scroll-snap-align: start;
  flex: 0 0 108px;
  background: #fff;
  color: #0b3d1c;
  border-radius: 14px;
  text-align: center;
  font-weight: 800;
  font-size: 11px;
  padding: 10px 6px 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,.08);
}
.brx-animal span { display: block; font-size: 26px; margin-bottom: 4px; }

.brx-dist { background: linear-gradient(180deg,#157a2c,#0b4d1a); padding: 18px 0 24px; }
.brx-dist-head { padding: 0 14px 12px; }
.brx-dist-head h2 { margin: 0 0 8px; font-size: 22px; font-weight: 900; }
.brx-dist-head h2 span { color: #f5d31a; }
.brx-dist-cta {
  margin: 0;
  background: #f5d31a;
  color: #123018;
  font-weight: 900;
  padding: 8px 12px;
  border-radius: 8px;
  display: inline-block;
  font-size: 12px;
}
.brx-dist-track { align-items: stretch; }
.brx-card {
  scroll-snap-align: center;
  flex: 0 0 min(86vw, 360px);
  background: #fff;
  color: #16321c;
  border-radius: 16px;
  display: grid;
  grid-template-columns: 112px 1fr;
  overflow: hidden;
  min-height: 168px;
}
.brx-card-photo { background: #1f6b32 center/cover no-repeat; }
.brx-card-photo-empty {
  display: grid; place-items: center;
  font-size: 42px; font-weight: 900; color: #fff;
  background: linear-gradient(#2a9a40,#0f5a22);
}
.brx-card-body { padding: 12px; position: relative; }
.brx-card-body h3 { margin: 0; font-size: 16px; font-weight: 900; color: #0b3d1c; }
.brx-card-body small { font-weight: 800; color: #3d6b45; font-size: 10px; }
.brx-loc { margin: 6px 0; font-weight: 700; font-size: 13px; }
.brx-card-body blockquote { margin: 0; font-weight: 700; color: #2a4a30; font-size: 13px; }
.brx-uf {
  position: absolute; right: 8px; bottom: 8px;
  min-width: 34px; height: 36px; padding: 0 6px;
  border-radius: 6px 6px 12px 12px;
  display: grid; place-items: center;
  font-weight: 900; color: #fff; font-size: 12px;
}
.brx-uf-pr { background: #2e8a3a; }
.brx-uf-ba { background: #2a5ad4; }

.brx-video-block { padding: 18px 14px 8px; }
.brx-video-block h3 { margin: 0 0 10px; font-size: 18px; font-weight: 900; }
.brx-video {
  position: relative; width: 100%; aspect-ratio: 16 / 9;
  background: #06150a; border-radius: 12px; overflow: hidden;
}
.brx-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.brx-video-empty { display: grid; place-items: center; text-align: center; padding: 16px; font-weight: 700; font-size: 13px; }

.brx-whats {
  margin: 14px 14px 0;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  background: linear-gradient(90deg,#19c45a,#0e8a36);
  color: #fff !important; text-decoration: none !important;
  border-radius: 999px; padding: 12px 16px;
}
.brx-wa-txt small { display: block; font-weight: 800; font-size: 11px; }
.brx-wa-txt strong { font-size: 22px; font-weight: 900; }
.brx-wa-icon, .brx-wa-arrow { font-size: 26px; }
