
.join-hero {
  padding: 140px 0 100px;
  background:
    radial-gradient(ellipse at 20% 30%, rgba(184,184,184,0.08) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 70%, rgba(184,184,184,0.04) 0%, transparent 50%),
    var(--black);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(184,184,184,0.1);
}

/* Ghost watermark — ΨΣΦ decorative letterform */
.join-hero::before {
  content: "ΨΣΦ";
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--serif);
  font-size: 440px;
  font-weight: 900;
  color: rgba(184,184,184,0.025);
  line-height: 1;
  letter-spacing: -0.05em;
  pointer-events: none;
}

.join-hero-content {
  max-width: 820px;
  position: relative;
  z-index: 2;
}

/* Hero headline inherits .hero-headline from main.css.
   The join page uses a larger clamp than interior-page default. */

.join-hero-ctas {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}


/* ─────────────────────────────────────────────────────────────────────────────
   WHY PSP
   ───────────────────────────────────────────────────────────────────────────── */

.why {
  padding: 140px 0;
  border-bottom: 1px solid rgba(184,184,184,0.08);
}

.why-intro {
  max-width: 820px;
  margin-bottom: 80px;
}

.why-intro h2 {
  font-size: clamp(40px, 5vw, 54px);
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 24px;
}

.why-intro h2 .italic {
  font-style: italic;
  font-weight: 500;
  color: var(--silver);
}

.why-intro p {
  font-size: 19px;
  color: var(--silver-light);
  line-height: 1.7;
  font-weight: 300;
  max-width: 680px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(184,184,184,0.15);
  border: 1px solid rgba(184,184,184,0.15);
}

.why-card {
  background: var(--black-4);
  padding: 48px 32px 44px;
  position: relative;
  transition: background 0.3s;
}

.why-card:hover { background: var(--black-3); }

.why-card-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 13px;
  color: var(--silver);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(184,184,184,0.15);
}

.why-card h3 {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 14px;
  line-height: 1.2;
}

.why-card p {
  font-size: 14px;
  color: var(--silver);
  line-height: 1.65;
  font-weight: 300;
}


/* ─────────────────────────────────────────────────────────────────────────────
   ELIGIBILITY
   ───────────────────────────────────────────────────────────────────────────── */

.eligibility {
  padding: 140px 0;
  background: var(--black-4);
  border-bottom: 1px solid rgba(184,184,184,0.08);
}

.eligibility-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.eligibility h2 {
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 28px;
}

.eligibility h2 .italic {
  font-style: italic;
  font-weight: 500;
  color: var(--silver);
}

.eligibility-body p {
  font-size: 17px;
  color: var(--silver-light);
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 20px;
}

.eligibility-cta { margin-top: 20px; }

.eligibility-checklist {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: rgba(184,184,184,0.1);
  border: 1px solid rgba(184,184,184,0.12);
}

.elig-item {
  background: #404040;
  padding: 24px 28px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: background 0.3s;
}

.elig-item:hover { background: var(--black-4); }

.elig-mark {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border: 1px solid var(--silver);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--silver);
  margin-top: 2px;
}

.elig-text { flex: 1; }

.elig-text strong {
  display: block;
  font-family: var(--serif);
  font-size: 17px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 4px;
  line-height: 1.3;
}

.elig-text span {
  font-size: 14px;
  color: var(--silver);
  line-height: 1.55;
  font-weight: 300;
}


/* ─────────────────────────────────────────────────────────────────────────────
   JOURNEY / SQUIRE
   ───────────────────────────────────────────────────────────────────────────── */

.journey {
  padding: 140px 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(184,184,184,0.08);
}

.journey::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 50% 20%, rgba(184,184,184,0.04), transparent 60%);
  pointer-events: none;
}

.journey-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 72px;
  position: relative;
}

.journey-header .eyebrow { justify-content: center; }

.journey-header h2 {
  font-size: clamp(40px, 5vw, 54px);
  line-height: 1.02;
  font-weight: 800;
  margin-bottom: 24px;
}

.journey-header h2 .italic {
  font-style: italic;
  font-weight: 500;
  color: var(--silver);
}

.journey-header p {
  font-size: 18px;
  color: var(--silver-light);
  line-height: 1.7;
  font-weight: 300;
}

.journey-stages {
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Vertical connector line running through stages */
.journey-stages::before {
  content: "";
  position: absolute;
  left: 60px;
  top: 50px;
  bottom: 50px;
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(184,184,184,0.3) 10%,
    rgba(184,184,184,0.3) 90%,
    transparent 100%
  );
}

.stage {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 40px;
  padding: 36px 0;
  position: relative;
}

.stage + .stage { border-top: 1px solid rgba(184,184,184,0.08); }

.stage-marker {
  position: relative;
  z-index: 2;
}

.stage-numeral {
  font-family: var(--serif);
  font-size: 54px;
  font-weight: 800;
  background: var(--silver-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.9;
  letter-spacing: -0.02em;
  display: inline-block;
  padding: 12px 18px;
  background-color: var(--black);
  position: relative;
}

.stage-content .stage-kicker {
  font-size: 11px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--silver);
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

.stage-content h3 {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
  line-height: 1.2;
}

.stage-content > p {
  font-size: 16px;
  color: var(--silver-light);
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 20px;
  max-width: 640px;
}

.stage-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 24px;
  margin-top: 16px;
}

.stage-list li {
  font-size: 13px;
  color: var(--silver);
  padding-left: 18px;
  position: relative;
  line-height: 1.5;
}

.stage-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 8px;
  height: 1px;
  background: var(--silver);
}


/* ─────────────────────────────────────────────────────────────────────────────
   TESTIMONIALS
   ───────────────────────────────────────────────────────────────────────────── */

.testimonials {
  padding: 140px 0;
  background: var(--black-4);
  border-bottom: 1px solid rgba(184,184,184,0.08);
}

.testimonials-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 64px;
}

.testimonials-header .eyebrow { justify-content: center; }

.testimonials-header h2 {
  font-size: clamp(36px, 4.5vw, 54px);
  line-height: 1.25;
  font-weight: 800;
}

.testimonials-header h2 .italic {
  font-style: italic;
  font-weight: 500;
  color: var(--silver);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial {
  background: var(--black-3);
  border: 1px solid rgba(184,184,184,0.12);
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  position: relative;
}

.testimonial-mark {
  font-family: var(--serif);
  font-size: 64px;
  font-weight: 800;
  color: var(--silver);
  line-height: 0.7;
  margin-bottom: 8px;
  height: 32px;
}

.testimonial-quote {
  font-family: var(--serif);
  font-size: 18px;
  line-height: 1.5;
  color: var(--white);
  font-style: italic;
  font-weight: 500;
  margin-bottom: 28px;
  flex: 1;
}

.testimonial-attribution {
  padding-top: 20px;
  border-top: 1px solid rgba(184,184,184,0.15);
}

.testimonial-attribution img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 12px;
  /* Global grayscale filter applies via main.css img rule */
}

.testimonial-name {
  font-family: var(--serif);
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
}

.testimonial-meta {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--silver);
  margin-top: 6px;
  font-weight: 600;
}


/* ─────────────────────────────────────────────────────────────────────────────
   EXPANSION CALLOUT
   ───────────────────────────────────────────────────────────────────────────── */

.expansion-callout {
  padding: 72px 0;
  background: var(--black);
  border-bottom: 1px solid rgba(184,184,184,0.08);
}

.expansion-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  padding: 40px 48px;
  background: var(--black-4);
  border: 1px solid rgba(184,184,184,0.15);
  border-left: 3px solid var(--silver);
}

.expansion-text h3 {
  font-family: var(--serif);
  font-size: 26px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 8px;
  line-height: 1.2;
}

.expansion-text p {
  font-size: 15px;
  color: var(--silver-light);
  line-height: 1.6;
  font-weight: 300;
  max-width: 580px;
}


/* ─────────────────────────────────────────────────────────────────────────────
   FOR PARENTS
   ───────────────────────────────────────────────────────────────────────────── */

.parents {
  padding: 140px 0;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(184,184,184,0.08);
}

.parents-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 80px;
  align-items: center;
}

.parents-visual {
  position: relative;
  aspect-ratio: 4/5;
}

.parents-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Global grayscale applied by main.css img rule — explicit filter here
     matches the HTML mockup spec for this specific element */
  filter: grayscale(100%) contrast(1.05);
  position: relative;
  z-index: 2;
}

/* Offset frame decoration behind the image */
.parents-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translate(-16px, 16px);
  border: 1px solid var(--silver);
  z-index: 1;
}

.parents h2 {
  font-size: clamp(36px, 4.5vw, 54px);
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 28px;
}

.parents h2 .italic {
  font-style: italic;
  font-weight: 500;
  color: var(--silver);
}

.parents-body p {
  font-size: 17px;
  color: var(--silver-light);
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 20px;
}

.parents-body strong { color: var(--white); font-weight: 500; }

.parents-pillars {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 32px;
  margin: 28px 0 32px;
}

.parent-pillar {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.parent-pillar-icon {
  flex-shrink: 0;
  /* border: 1px solid var(--silver); */
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--silver);
  margin-top: 2px;
  padding: 5px;
}

.parent-pillar-icon img {
  width: 32px;
  height: 32px;
}

.parent-pillar-text strong {
  display: block;
  font-family: var(--serif);
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 2px;
  line-height: 1.2;
}

.parent-pillar-text span {
  font-size: 13px;
  color: var(--silver);
  line-height: 1.5;
  font-weight: 300;
}


/* ─────────────────────────────────────────────────────────────────────────────
   FAQ TEASER
   ───────────────────────────────────────────────────────────────────────────── */

.faq-teaser {
  padding: 140px 0;
  background: var(--black-4);
  border-bottom: 1px solid rgba(184,184,184,0.08);
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 48px;
  margin-bottom: 56px;
}

.faq-header h2 {
  font-size: clamp(36px, 4.5vw, 54px);
  line-height: 1.05;
  font-weight: 800;
}

.faq-header h2 .italic {
  font-style: italic;
  font-weight: 500;
  color: var(--silver);
}

.faq-list {
  list-style: none;
  border-top: 1px solid rgba(184,184,184,0.15);
}

.faq-item {
  border-bottom: 1px solid rgba(184,184,184,0.15);
}

.faq-question {
  width: 100%;
  padding: 28px 0;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
  transition: color 0.2s;
}

.faq-question:hover { color: var(--silver-light); }

.faq-toggle {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(184,184,184,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--silver);
  transition: transform 0.3s, border-color 0.2s, color 0.2s;
}

.faq-question:hover .faq-toggle {
  border-color: var(--silver);
  color: var(--white);
}

/* JS adds .is-open to .faq-item when expanded */
.faq-item.is-open .faq-toggle { transform: rotate(45deg); }

/*
 * FAQ ACCORDION
 *
 * CSS owns nothing about open/close state except max-height and overflow.
 * JS sets panel.style.maxHeight directly using scrollHeight so the browser
 * always has an accurate target to animate to.
 *
 * Closed:  max-height: 0   (set by JS on init and on close)
 * Open:    max-height: {scrollHeight}px  (set by JS on open)
 *
 * The `hidden` attribute is NOT used for visual control — it caused
 * browser-inconsistent behaviour with the grid-row animation approach.
 * AT state is communicated via aria-expanded on the button instead.
 */
.faq-answer {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease;
}

.faq-answer-inner {
  padding: 0 0 28px;
  font-size: 16px;
  color: var(--silver-light);
  line-height: 1.7;
  font-weight: 300;
  max-width: 820px;
}

@media (prefers-reduced-motion: reduce) {
  .faq-answer { transition: none; }
}


/* ─────────────────────────────────────────────────────────────────────────────
   FINAL CTA
   ───────────────────────────────────────────────────────────────────────────── */

.join-final-cta {
  padding: 160px 0;
  background:
    radial-gradient(ellipse at top, rgba(184,184,184,0.06) 0%, transparent 60%),
    var(--black);
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Concentric ring decorations */
.join-final-cta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 700px;
  height: 700px;
  border: 1px solid rgba(184,184,184,0.05);
  border-radius: 50%;
  pointer-events: none;
}

.join-final-cta::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1100px;
  height: 1100px;
  border: 1px solid rgba(184,184,184,0.03);
  border-radius: 50%;
  pointer-events: none;
}

.join-final-inner {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.join-final-cta h2 {
  font-size: clamp(44px, 6vw, 60px);
  line-height: 1.25;
  font-weight: 800;
  margin-bottom: 28px;
}

.join-final-cta h2 .italic {
  font-style: italic;
  font-weight: 500;
  background: var(--silver-grad);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.join-final-cta p {
  font-size: 19px;
  color: var(--silver-light);
  line-height: 1.65;
  font-weight: 300;
  margin-bottom: 44px;
}

.join-final-ctas {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Center the eyebrow on the final CTA section */
.join-final-cta .eyebrow { justify-content: center; }


/* ─────────────────────────────────────────────────────────────────────────────
   RESPONSIVE — 1100px (tablet / collapsed grids)
   ───────────────────────────────────────────────────────────────────────────── */

@media (max-width: 1100px) {
  .why-grid { grid-template-columns: repeat(2, 1fr); }

  .eligibility-grid { grid-template-columns: 1fr; gap: 48px; }

  .parents-grid { grid-template-columns: 1fr; gap: 48px; }
  .parents-visual { max-width: 420px; margin: 0 auto; }

  .testimonials-grid { grid-template-columns: 1fr; gap: 20px; }

  .stage { grid-template-columns: 80px 1fr; gap: 24px; }
  .journey-stages::before { left: 40px; }
  .stage-numeral { font-size: 42px; padding: 10px 14px; }

  .expansion-inner { grid-template-columns: 1fr; gap: 24px; padding: 32px; }
}


/* ─────────────────────────────────────────────────────────────────────────────
   RESPONSIVE — 900px (mobile)
   ───────────────────────────────────────────────────────────────────────────── */

@media (max-width: 900px) {

  /* Why */
  .why { padding: 72px 0; }
  .why-intro { margin-bottom: 48px; }
  .why-grid { grid-template-columns: 1fr; }
  .why-card { padding: 32px 24px; }

  /* Eligibility */
  .eligibility { padding: 72px 0; }

  /* Journey */
  .journey { padding: 72px 0; }
  .journey-header { margin-bottom: 40px; }
  .journey-stages::before { display: none; }
  .stage { grid-template-columns: 1fr; gap: 12px; padding: 24px 0; }
  .stage-numeral { font-size: 36px; padding: 6px 12px; }
  .stage-list { grid-template-columns: 1fr; }

  /* Testimonials */
  .testimonials { padding: 72px 0; }
  .testimonial { padding: 28px 24px; }

  /* Expansion */
  .expansion-callout { padding: 48px 0; }

  /* Parents */
  .parents { padding: 72px 0; }
  .parents-pillars { grid-template-columns: 1fr; gap: 16px; }

  /* FAQ */
  .faq-teaser { padding: 72px 0; }
  .faq-header { flex-direction: column; align-items: flex-start; gap: 20px; }
  .faq-question { font-size: 17px; padding: 22px 0; gap: 16px; }

  /* Final CTA */
  .join-final-cta { padding: 96px 0; }
}

/* -----------------------------------------------------------------------------
   NON-DISCRIMINATION CALLOUT
   Renders inside .eligibility-left, below the body copy wysiwyg output.
   Replaces the former .eligibility-cta button block.
----------------------------------------------------------------------------- */

.nondiscrim-callout {
    margin-top: 32px;
    border-left: 2px solid var(--silver);
    padding: 18px 22px;
    background: rgba(184, 184, 184, 0.05);
}

.nondiscrim-callout p {
    font-size: 13px;
    color: var(--silver);
    line-height: 1.65;
    font-weight: 300;
    font-style: italic;
    margin: 0;
}

.nondiscrim-callout p strong {
    color: var(--silver-light);
    font-weight: 500;
    font-style: normal;
}


/* -----------------------------------------------------------------------------
   ELIGIBILITY SECTION — class collision fix
   The outer left-column div was class="eligibility-body", colliding with
   the wysiwyg wrapper class. Renamed to .eligibility-left in the template.
   No visual change — this rule replaces the former structural selector only
   if it was ever targeted directly. Add here in case existing CSS referenced
   .eligibility > .container > .eligibility-grid > .eligibility-body directly.
----------------------------------------------------------------------------- */

.eligibility-left {
    /* structural wrapper only — inherits no styles of its own */
}


/* -----------------------------------------------------------------------------
   BEFORE YOU APPLY SECTION
   Background: var(--black) — alternates correctly from Eligibility's
   var(--black-2). Centered editorial layout; no interactive elements.
----------------------------------------------------------------------------- */

.before-apply {
    padding: 140px 0;
    border-bottom: 1px solid rgba(184, 184, 184, 0.08);
}

.before-apply-header {
    text-align: center;
    max-width: 640px;
    margin: 0 auto 72px;
}

.before-apply-header h2 {
    font-size: clamp(36px, 4.5vw, 56px);
    line-height: 1.25;
    font-weight: 800;
    margin-bottom: 20px;
}

.before-apply-header h2 .italic {
    font-style: italic;
    font-weight: 500;
    color: var(--silver);
}

.before-apply-header p {
    font-size: 17px;
    color: var(--silver-light);
    line-height: 1.7;
    font-weight: 300;
}

/* List resets — <ol> used for semantics, display overridden */
.before-apply-questions {
    max-width: 800px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.baq-item {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 28px;
    align-items: baseline;
    padding: 30px 0;
    border-top: 1px solid rgba(184, 184, 184, 0.1);
}

.baq-item:last-child {
    border-bottom: 1px solid rgba(184, 184, 184, 0.1);
}

.baq-num {
    font-family: var(--serif);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--silver-dark);
    text-transform: uppercase;
    padding-top: 3px;
    /* aria-hidden in template — decorative only */
}

.baq-q {
    font-family: var(--serif);
    font-size: clamp(18px, 2.2vw, 24px);
    font-weight: 500;
    color: var(--silver-light);
    line-height: 1.35;
}


/* -----------------------------------------------------------------------------
   RESPONSIVE
----------------------------------------------------------------------------- */

@media (max-width: 1100px) {
    /* no grid collapse needed — before-apply is single column */
}

@media (max-width: 900px) {
    .before-apply {
        padding: 72px 0;
    }

    .before-apply-header {
        margin-bottom: 48px;
    }

    .baq-item {
        grid-template-columns: 40px 1fr;
        gap: 16px;
        padding: 22px 0;
    }

    .baq-num {
        font-size: 12px;
    }
}

@media (max-width: 600px) {
    /*
     * Below 600px the number column is too narrow to breathe alongside
     * the question text. Collapse to single column and let CSS counters
     * carry the numbering so .baq-num can be visually hidden without
     * losing semantic order (the <ol> still provides that).
     */
    .before-apply-questions {
        counter-reset: bya-question;
    }

    .baq-item {
        grid-template-columns: 1fr;
        gap: 6px;
        counter-increment: bya-question;
    }

    .baq-item::before {
        content: "0" counter(bya-question);
        font-family: var(--serif);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.12em;
        color: var(--silver-dark);
        text-transform: uppercase;
    }

    /* Hide the PHP-rendered number span at this breakpoint —
       CSS counter above takes over. */
    .baq-num {
        display: none;
    }
}