.agqa {
  max-width: 760px;
  margin: 2rem auto;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(15, 35, 55, .12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(15, 35, 55, .08);
}
.agqa__header h2 { margin: .25rem 0 .5rem; }
.agqa__header p { margin: 0 0 1.25rem; line-height: 1.6; }
.agqa__eyebrow { font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.agqa__form { display: grid; gap: .75rem; }
.agqa__question { width: 100%; min-height: 96px; resize: vertical; padding: 1rem; border: 1px solid rgba(15,35,55,.2); border-radius: 14px; font: inherit; line-height: 1.5; }
.agqa__question:focus { outline: 3px solid rgba(36, 117, 181, .18); border-color: rgba(36,117,181,.7); }
.agqa__submit { justify-self: start; border: 0; border-radius: 999px; padding: .78rem 1.35rem; font: inherit; font-weight: 800; cursor: pointer; background: #122d46; color: #fff; }
.agqa__submit:disabled { opacity: .6; cursor: wait; }
.agqa__status { margin-top: 1rem; min-height: 1.3em; line-height: 1.5; }
.agqa__results { margin-top: 1rem; display: grid; gap: .85rem; }
.agqa__card { padding: 1rem 1.1rem; border-radius: 16px; background: rgba(18,45,70,.04); }
.agqa__card h3 { margin: 0 0 .55rem; font-size: 1.05rem; }
.agqa__card p { margin: 0; line-height: 1.6; }
.agqa__card--related { border: 1px solid rgba(15,35,55,.1); background: #fff; }
.agqa__meta { margin-top: .6rem; font-size: .82rem; opacity: .72; }
.agqa__related-title { margin: .35rem 0 0; font-size: 1rem; }
.agqa__hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
@media (max-width: 600px) {
  .agqa { margin: 1rem 0; border-radius: 18px; }
  .agqa__submit { width: 100%; }
}

.ag-growth-listing > .agqa { margin: 1.5rem 0 2rem; }

.agqa__browse-note { margin: 1.1rem 0 0; font-size: .92rem; opacity: .72; }
.agqa + .ag-growth-filter[hidden] { display: none !important; }
@media (min-width: 900px) {
  .ag-growth-listing > .agqa { max-width: none; }
}


/* v0.2.1 — make Ask the first action inside the Answered Locally hero. */
.ag-growth-archive-hero-copy > .agqa--hero {
  max-width: 680px;
  margin: 1.25rem 0 1rem;
  padding: 1rem 1.1rem 1.05rem;
  border-color: rgba(255,255,255,.3);
  border-radius: 18px;
  background: rgba(255,255,255,.97);
  box-shadow: 0 14px 36px rgba(6,28,43,.2);
  color: #123d4f;
}
.agqa--hero .agqa__eyebrow { display: none; }
.agqa--hero .agqa__header h2 {
  margin: 0 0 .25rem;
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  line-height: 1.12;
  color: #123d4f;
}
.agqa--hero .agqa__header p {
  margin: 0 0 .7rem;
  font-size: .94rem;
  line-height: 1.42;
  color: #31596a;
}
.agqa--hero .agqa__form {
  grid-template-columns: minmax(0,1fr) auto;
  align-items: stretch;
  gap: .6rem;
}
.agqa--hero .agqa__question {
  min-height: 54px;
  max-height: 120px;
  padding: .75rem .85rem;
  border-radius: 12px;
  background: #fff;
}
.agqa--hero .agqa__submit {
  justify-self: stretch;
  align-self: stretch;
  min-width: 92px;
  border-radius: 12px;
  padding: .72rem 1.05rem;
  background: #f7bd3f;
  color: #103b4c;
}
.agqa--hero .agqa__status { margin-top: .65rem; }
.agqa--hero .agqa__results { margin-top: .65rem; }
.agqa--hero .agqa__browse-note {
  margin: .65rem 0 0;
  font-size: .82rem;
  color: #4d6d79;
}
.agqa--hero .agqa__card { background: #f4f8f9; }

@media (max-width: 720px) {
  .ag-growth-archive-hero-copy > .agqa--hero {
    margin: 1rem 0 .9rem;
    padding: .9rem;
  }
  .agqa--hero .agqa__form { grid-template-columns: 1fr; }
  .agqa--hero .agqa__submit { width: 100%; min-height: 48px; }
  .agqa--hero .agqa__question { min-height: 72px; }
}


/* v0.2.2 — Ask first: place the compact Q&A control directly under the hero eyebrow. */
.ag-growth-archive-hero-copy > .agqa--hero-top {
  margin: .75rem 0 1.1rem;
  padding: .8rem .9rem;
  max-width: 700px;
}
.agqa--hero-top .agqa__header h2 {
  margin: 0 0 .5rem;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
}
.agqa--hero-top .agqa__header p,
.agqa--hero-top .agqa__browse-note {
  display: none;
}
.agqa--hero-top .agqa__question {
  min-height: 50px;
  max-height: 96px;
  padding: .7rem .8rem;
}
.agqa--hero-top .agqa__submit {
  min-width: 84px;
}
.agqa--hero-top + h1,
.agqa--hero-top + .ag-growth-archive-title {
  margin-top: .35rem;
}
@media (max-width: 720px) {
  .ag-growth-archive-hero-copy > .agqa--hero-top {
    margin: .65rem 0 .9rem;
    padding: .75rem;
  }
}


/* v0.2.3 — full-width Ask strip at the top of the Answered Locally hero. */
.ag-growth-archive-hero.agqa-hero-active {
  padding-top: clamp(24px, 3vw, 38px);
}
.ag-growth-archive-hero-grid > .agqa-hero-strip-eyebrow {
  grid-column: 1 / -1;
  margin: 0 0 .55rem;
}
.ag-growth-archive-hero-grid > .agqa--hero-strip {
  grid-column: 1 / -1;
  max-width: none;
  width: 100%;
  margin: 0 0 clamp(1.25rem, 2.5vw, 2rem);
  padding: .7rem .8rem;
  display: grid;
  grid-template-columns: minmax(170px, .28fr) minmax(0, 1fr);
  align-items: center;
  gap: .85rem;
  border-radius: 16px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 12px 30px rgba(6,28,43,.18);
}
.agqa--hero-strip .agqa__eyebrow,
.agqa--hero-strip .agqa__header p,
.agqa--hero-strip .agqa__browse-note {
  display: none;
}
.agqa--hero-strip .agqa__header {
  min-width: 0;
}
.agqa--hero-strip .agqa__header h2 {
  margin: 0;
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  line-height: 1.12;
  color: #123d4f;
  white-space: nowrap;
}
.agqa--hero-strip .agqa__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: stretch;
  gap: .65rem;
  min-width: 0;
}
.agqa--hero-strip .agqa__question {
  min-height: 52px;
  max-height: 92px;
  padding: .72rem .85rem;
  border-radius: 11px;
  resize: vertical;
  background: #fff;
}
.agqa--hero-strip .agqa__submit {
  justify-self: stretch;
  align-self: stretch;
  min-width: 96px;
  border-radius: 11px;
  padding: .7rem 1.15rem;
  background: #f7bd3f;
  color: #103b4c;
}
.agqa--hero-strip .agqa__status,
.agqa--hero-strip .agqa__results {
  grid-column: 1 / -1;
}
.agqa--hero-strip .agqa__status {
  margin-top: .15rem;
  min-height: 0;
}
.agqa--hero-strip .agqa__results {
  margin-top: .35rem;
}
.agqa--hero-strip + .ag-growth-archive-hero-copy h1 {
  margin-top: .05em !important;
}
@media (max-width: 760px) {
  .ag-growth-archive-hero.agqa-hero-active {
    padding-top: 22px;
  }
  .ag-growth-archive-hero-grid > .agqa--hero-strip {
    grid-template-columns: 1fr;
    gap: .55rem;
    margin-bottom: 1.1rem;
    padding: .75rem;
  }
  .agqa--hero-strip .agqa__header h2 {
    white-space: normal;
  }
  .agqa--hero-strip .agqa__form {
    grid-template-columns: minmax(0,1fr) auto;
    gap: .5rem;
  }
  .agqa--hero-strip .agqa__submit {
    min-width: 76px;
    width: auto;
  }
}
@media (max-width: 520px) {
  .agqa--hero-strip .agqa__form {
    grid-template-columns: 1fr;
  }
  .agqa--hero-strip .agqa__question {
    min-height: 64px;
  }
  .agqa--hero-strip .agqa__submit {
    width: 100%;
    min-height: 46px;
  }
}


/* v0.2.4 — Ask is a dedicated utility band directly below navigation. */
.agqa-top-band {
  position: relative;
  z-index: 3;
  width: 100%;
  background: #fff;
  border-top: 1px solid rgba(10,59,76,.08);
  border-bottom: 1px solid rgba(10,59,76,.14);
  box-shadow: 0 8px 22px rgba(6,28,43,.08);
}
.agqa-top-band__shell {
  padding-top: 12px;
  padding-bottom: 12px;
}
.agqa--top-band {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  display: grid;
  grid-template-columns: minmax(170px, 230px) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}
.agqa--top-band .agqa__eyebrow,
.agqa--top-band .agqa__header p,
.agqa--top-band .agqa__browse-note {
  display: none;
}
.agqa--top-band .agqa__header h2 {
  margin: 0;
  color: #123d4f;
  font-size: clamp(1rem, 1.35vw, 1.2rem);
  line-height: 1.1;
  white-space: nowrap;
}
.agqa--top-band .agqa__form {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 10px;
  align-items: stretch;
}
.agqa--top-band .agqa__question {
  width: 100%;
  height: 48px;
  min-height: 48px;
  max-height: 96px;
  padding: 11px 14px;
  resize: vertical;
  border-radius: 10px;
  line-height: 1.35;
  background: #fff;
}
.agqa--top-band .agqa__submit {
  min-width: 92px;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 10px;
  background: #f7bd3f;
  color: #103b4c;
  justify-self: stretch;
}
.agqa--top-band .agqa__status,
.agqa--top-band .agqa__results {
  grid-column: 2;
}
.agqa--top-band .agqa__status {
  margin-top: 0;
  min-height: 0;
}
.agqa--top-band .agqa__results {
  margin-top: 2px;
}
.agqa--top-band .agqa__card {
  padding: .8rem 1rem;
}

/* Reduce the old poster-like hero now that Ask is the primary action. */
.ag-growth-archive-hero.agqa-hero-compact {
  padding: clamp(28px, 3.5vw, 46px) 0 clamp(30px, 4vw, 52px) !important;
}
.ag-growth-archive-hero.agqa-hero-compact .ag-growth-archive-hero-grid {
  gap: clamp(24px, 4vw, 48px) !important;
}
.ag-growth-archive-hero.agqa-hero-compact h1 {
  max-width: 12ch !important;
  margin: .14em 0 .24em !important;
  font-size: clamp(2.7rem, 4.35vw, 4.65rem) !important;
  line-height: .94 !important;
}
.ag-growth-archive-hero.agqa-hero-compact .ag-growth-eyebrow {
  margin-bottom: .3rem !important;
}
.ag-growth-archive-hero.agqa-hero-compact .ag-growth-archive-hero-copy > p:not(.ag-growth-eyebrow) {
  font-size: 1rem !important;
  line-height: 1.5 !important;
  margin-bottom: .9rem !important;
}
.ag-growth-archive-hero.agqa-hero-compact .ag-growth-archive-hero-photo {
  border-radius: 22px !important;
}
.ag-growth-archive-hero.agqa-hero-compact .ag-growth-archive-hero-photo img {
  max-height: 285px;
}

@media (max-width: 900px) {
  .agqa--top-band {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .agqa--top-band .agqa__header h2 {
    white-space: normal;
  }
  .agqa--top-band .agqa__status,
  .agqa--top-band .agqa__results {
    grid-column: 1;
  }
  .ag-growth-archive-hero.agqa-hero-compact h1 {
    font-size: clamp(2.55rem, 8vw, 4rem) !important;
  }
}
@media (max-width: 560px) {
  .agqa-top-band__shell {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .agqa--top-band .agqa__header h2 {
    font-size: 1rem;
  }
  .agqa--top-band .agqa__form {
    grid-template-columns: 1fr auto;
    gap: 7px;
  }
  .agqa--top-band .agqa__question {
    height: 46px;
    min-height: 46px;
    padding: 10px 12px;
  }
  .agqa--top-band .agqa__submit {
    min-width: 72px;
    min-height: 46px;
    padding: 0 14px;
  }
  .ag-growth-archive-hero.agqa-hero-compact {
    padding: 26px 0 34px !important;
  }
}


/* v0.2.5 — refined primary Ask card + compact hero + interactive trust controls. */
.agqa-top-band {
  background: #f4efe3;
  border: 0;
  box-shadow: inset 0 -1px 0 rgba(10,59,76,.12);
  padding: 12px 0 14px;
}
.agqa-top-band__shell {
  width: min(100% - 40px, 1120px) !important;
  max-width: 1120px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
}
.agqa--top-band {
  width: 100%;
  padding: 9px 10px 9px 16px;
  grid-template-columns: minmax(165px, 205px) minmax(0,1fr);
  gap: 12px;
  border: 2px solid #f7bd3f;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(5,35,50,.16), 0 2px 5px rgba(5,35,50,.08);
}
.agqa--top-band .agqa__header h2 {
  font-size: 1.05rem;
  font-weight: 850;
  letter-spacing: -.01em;
}
.agqa--top-band .agqa__question {
  height: 44px;
  min-height: 44px;
  max-height: 82px;
  padding: 9px 13px;
  border: 1.5px solid rgba(15,59,76,.28);
  border-radius: 10px;
  background: #fbfcfc;
  resize: vertical;
}
.agqa--top-band .agqa__question:hover {
  border-color: rgba(15,59,76,.48);
  background: #fff;
}
.agqa--top-band .agqa__question:focus {
  outline: 3px solid rgba(247,189,63,.30);
  border-color: #d79b1d;
  background: #fff;
}
.agqa--top-band .agqa__submit {
  min-width: 86px;
  min-height: 44px;
  padding: 0 19px;
  border: 2px solid #103b4c;
  border-radius: 10px;
  background: #f7bd3f;
  color: #103b4c;
  box-shadow: 0 3px 0 rgba(16,59,76,.22);
  transition: transform .14s ease, background .14s ease, box-shadow .14s ease;
}
.agqa--top-band .agqa__submit:hover,
.agqa--top-band .agqa__submit:focus-visible {
  background: #ffd36f;
  transform: translateY(-1px);
  box-shadow: 0 5px 0 rgba(16,59,76,.20);
  outline: none;
}

.ag-growth-archive-hero.agqa-hero-compact {
  padding: clamp(22px,2.6vw,34px) 0 clamp(24px,3vw,38px) !important;
  min-height: 0 !important;
}
.ag-growth-archive-hero.agqa-hero-compact .ag-growth-archive-hero-grid {
  gap: clamp(20px,3vw,38px) !important;
  align-items: center !important;
}
.ag-growth-archive-hero.agqa-hero-compact h1 {
  max-width: 11ch !important;
  margin: .12em 0 .2em !important;
  font-size: clamp(2.35rem,3.7vw,3.85rem) !important;
  line-height: .94 !important;
}
.ag-growth-archive-hero.agqa-hero-compact .ag-growth-archive-hero-copy > p:not(.ag-growth-eyebrow) {
  max-width: 610px;
  margin-bottom: .7rem !important;
  font-size: .96rem !important;
  line-height: 1.45 !important;
}
.ag-growth-archive-hero.agqa-hero-compact .ag-growth-archive-hero-photo img {
  max-height: 245px;
  object-fit: cover;
}

/* Convert the three existing hero badges into obvious interactive controls. */
.agqa-info-pill {
  cursor: pointer !important;
  user-select: none;
  color: #103b4c !important;
  background: #fff !important;
  border: 1.5px solid rgba(247,189,63,.88) !important;
  box-shadow: 0 3px 9px rgba(5,35,50,.14) !important;
  transition: background .14s ease, color .14s ease, border-color .14s ease, transform .14s ease, box-shadow .14s ease !important;
}
.agqa-info-pill:hover,
.agqa-info-pill:focus-visible {
  color: #0b3141 !important;
  background: #ffd36f !important;
  border-color: #f7bd3f !important;
  box-shadow: 0 6px 15px rgba(5,35,50,.20) !important;
  transform: translateY(-2px);
  outline: 3px solid rgba(255,255,255,.42);
  outline-offset: 2px;
}
.agqa-info-pill.agqa-pill-active {
  color: #fff !important;
  background: #103b4c !important;
  border-color: #f7bd3f !important;
  box-shadow: 0 5px 14px rgba(5,35,50,.24) !important;
}
.agqa-pill-info {
  max-width: 620px;
  margin-top: .7rem;
  padding: .72rem .88rem;
  color: #103b4c;
  background: #fff8e7;
  border-left: 4px solid #f7bd3f;
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(5,35,50,.12);
  font-size: .91rem;
  line-height: 1.45;
}

@media (max-width: 900px) {
  .agqa-top-band__shell {
    width: min(100% - 28px, 900px) !important;
  }
  .agqa--top-band {
    grid-template-columns: 1fr;
    padding: 10px 11px;
    gap: 7px;
  }
  .agqa--top-band .agqa__form {
    grid-template-columns: minmax(0,1fr) auto;
  }
  .ag-growth-archive-hero.agqa-hero-compact h1 {
    font-size: clamp(2.25rem,7vw,3.35rem) !important;
  }
}
@media (max-width: 560px) {
  .agqa-top-band {
    padding: 9px 0 11px;
  }
  .agqa-top-band__shell {
    width: calc(100% - 20px) !important;
  }
  .agqa--top-band .agqa__form {
    grid-template-columns: 1fr auto;
  }
  .agqa--top-band .agqa__question {
    height: 43px;
    min-height: 43px;
  }
  .agqa--top-band .agqa__submit {
    min-width: 70px;
    min-height: 43px;
    padding: 0 12px;
  }
  .ag-growth-archive-hero.agqa-hero-compact {
    padding: 22px 0 28px !important;
  }
  .ag-growth-archive-hero.agqa-hero-compact .ag-growth-archive-hero-photo img {
    max-height: 220px;
  }
}

/* v0.2.6 — make the Q&A tool the Answered Locally hero itself. */
.agqa-legacy-hero-hidden,
.agqa-legacy-pills-hidden {
  display: none !important;
}

.ag-growth-archive-hero.agqa-hero-primary-active {
  padding: clamp(30px, 4vw, 56px) 0 clamp(34px, 4.5vw, 62px) !important;
}
.ag-growth-archive-hero.agqa-hero-primary-active .ag-growth-archive-hero-grid {
  align-items: center !important;
  gap: clamp(28px, 5vw, 64px) !important;
}
.ag-growth-archive-hero.agqa-hero-primary-active .ag-growth-eyebrow {
  margin-bottom: .55rem !important;
}
.ag-growth-archive-hero.agqa-hero-primary-active .ag-growth-archive-hero-photo {
  border-radius: 22px !important;
  overflow: hidden;
}
.ag-growth-archive-hero.agqa-hero-primary-active .ag-growth-archive-hero-photo img {
  max-height: 330px;
  object-fit: cover;
}

.ag-growth-archive-hero-copy > .agqa--hero-primary {
  max-width: 720px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #fff;
}
.agqa--hero-primary .agqa__eyebrow {
  display: none;
}
.agqa--hero-primary .agqa__header h2 {
  margin: 0 0 .45rem;
  max-width: 12ch;
  color: #fff;
  font-size: clamp(2.55rem, 4.6vw, 4.7rem);
  line-height: .96;
  letter-spacing: -.025em;
}
.agqa--hero-primary .agqa__header p {
  max-width: 650px;
  margin: 0 0 1.1rem;
  color: rgba(255,255,255,.92);
  font-size: clamp(.98rem, 1.35vw, 1.1rem);
  line-height: 1.52;
}
.agqa--hero-primary .agqa__form {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 10px;
  align-items: stretch;
  padding: 8px;
  border: 1px solid rgba(255,255,255,.32);
  border-radius: 16px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 16px 38px rgba(3,27,39,.18);
}
.agqa--hero-primary .agqa__question {
  width: 100%;
  min-height: 58px;
  max-height: 116px;
  padding: 15px 16px;
  resize: vertical;
  border: 1px solid rgba(15,35,55,.18);
  border-radius: 11px;
  background: #fff;
  color: #15384a;
  font-size: 1rem;
  line-height: 1.35;
}
.agqa--hero-primary .agqa__question::placeholder {
  color: #6f7f89;
  opacity: 1;
}
.agqa--hero-primary .agqa__submit {
  min-width: 102px;
  min-height: 58px;
  align-self: stretch;
  justify-self: stretch;
  padding: 0 24px;
  border: 2px solid #123d4f;
  border-radius: 11px;
  background: #f7bd3f;
  color: #103b4c;
  font-size: 1rem;
  box-shadow: 0 3px 0 rgba(12,44,58,.9);
}
.agqa--hero-primary .agqa__submit:hover:not(:disabled) {
  transform: translateY(-1px);
}
.agqa--hero-primary .agqa__quick {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  margin-top: .85rem;
}
.agqa--hero-primary .agqa__quick-label {
  margin-right: 1px;
  color: rgba(255,255,255,.84);
  font-size: .82rem;
  font-weight: 800;
}
.agqa--hero-primary .agqa__chip {
  appearance: none;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 999px;
  padding: .43rem .72rem;
  background: rgba(255,255,255,.10);
  color: #fff;
  font: inherit;
  font-size: .79rem;
  font-weight: 800;
  cursor: pointer;
}
.agqa--hero-primary .agqa__chip:hover,
.agqa--hero-primary .agqa__chip:focus-visible {
  background: rgba(255,255,255,.19);
  border-color: rgba(255,255,255,.62);
}
.agqa--hero-primary .agqa__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: .85rem;
  color: rgba(255,255,255,.78);
  font-size: .79rem;
  font-weight: 700;
}
.agqa--hero-primary .agqa__status {
  min-height: 0;
  margin-top: .9rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.45;
}
.agqa--hero-primary.agqa--queued .agqa__status {
  padding: .8rem .95rem;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 12px;
  background: rgba(255,255,255,.10);
}
.agqa--hero-primary .agqa__results {
  margin-top: .8rem;
  display: grid;
  gap: .75rem;
  outline: none;
}
.agqa--hero-primary .agqa__card {
  padding: 1rem 1.05rem;
  border: 1px solid rgba(15,35,55,.10);
  border-radius: 14px;
  background: #fff;
  color: #14384a;
  box-shadow: 0 12px 28px rgba(3,27,39,.12);
}
.agqa--hero-primary .agqa__card h3 {
  margin: 0 0 .5rem;
  color: #123d4f;
  font-size: 1.04rem;
  line-height: 1.25;
}
.agqa--hero-primary .agqa__card p {
  margin: 0;
  color: #244b5d;
  line-height: 1.55;
}
.agqa--hero-primary .agqa__answer-kicker {
  margin-bottom: .48rem;
  color: #276646;
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .025em;
  text-transform: uppercase;
}
.agqa--hero-primary .agqa__meta {
  margin-top: .65rem;
  color: #58717d;
  font-size: .78rem;
}
.agqa--hero-primary .agqa__related-block {
  display: grid;
  gap: .65rem;
}
.agqa--hero-primary .agqa__related-title {
  margin: .15rem 0 0;
  color: #fff;
  font-size: .92rem;
}
.agqa--hero-primary .agqa__card--related {
  background: rgba(255,255,255,.96);
  box-shadow: none;
}
.agqa--hero-primary .agqa__again {
  justify-self: start;
  appearance: none;
  border: 1px solid rgba(255,255,255,.42);
  border-radius: 999px;
  padding: .58rem .9rem;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: .82rem;
  font-weight: 850;
  cursor: pointer;
}
.agqa--hero-primary .agqa__again:hover,
.agqa--hero-primary .agqa__again:focus-visible {
  background: rgba(255,255,255,.12);
}
.agqa--hero-primary .agqa__browse-note {
  margin: .9rem 0 0;
  color: rgba(255,255,255,.72);
  font-size: .82rem;
}

@media (max-width: 900px) {
  .ag-growth-archive-hero.agqa-hero-primary-active .ag-growth-archive-hero-photo img {
    max-height: 270px;
  }
  .agqa--hero-primary .agqa__header h2 {
    max-width: 14ch;
    font-size: clamp(2.35rem, 8vw, 4rem);
  }
}

@media (max-width: 620px) {
  .ag-growth-archive-hero.agqa-hero-primary-active {
    padding: 24px 0 30px !important;
  }
  .agqa--hero-primary .agqa__header h2 {
    font-size: clamp(2.35rem, 12vw, 3.35rem);
  }
  .agqa--hero-primary .agqa__header p {
    margin-bottom: .9rem;
    font-size: .96rem;
  }
  .agqa--hero-primary .agqa__form {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 7px;
  }
  .agqa--hero-primary .agqa__question {
    min-height: 72px;
  }
  .agqa--hero-primary .agqa__submit {
    width: 100%;
    min-height: 50px;
  }
  .agqa--hero-primary .agqa__quick {
    gap: 6px;
  }
  .agqa--hero-primary .agqa__chip {
    padding: .42rem .66rem;
  }
  .agqa--hero-primary .agqa__trust {
    gap: 5px;
  }
  .ag-growth-archive-hero.agqa-hero-primary-active .ag-growth-archive-hero-photo img {
    max-height: 230px;
  }
}


/* v0.2.7 — final Answered Locally UI polish. Backend behavior remains unchanged. */
body.agqa-archive-modernized .ag-growth-filter,
body.agqa-archive-modernized .ag-growth-archive-filter,
body.agqa-archive-modernized .ag-growth-archive-search,
body.agqa-archive-modernized .ag-local-answer-search,
body.agqa-archive-modernized [data-ag-local-search],
.agqa-legacy-search-hidden {
  display: none !important;
}

.agqa-photo-caption-muted {
  display: none !important;
}

.agqa-library-heading {
  width: min(1180px, calc(100% - 32px));
  margin: clamp(28px, 4vw, 48px) auto 16px;
  padding: 0;
}
.agqa-library-heading h2 {
  margin: 0 0 .35rem;
  color: #123d4f;
  font-size: clamp(1.55rem, 2.6vw, 2.25rem);
  line-height: 1.08;
  letter-spacing: -.018em;
}
.agqa-library-heading p {
  margin: 0;
  color: #607784;
  font-size: .96rem;
  line-height: 1.5;
}

.agqa--hero-primary .agqa__reviewed-count strong {
  color: #fff;
  font-weight: 950;
}
.agqa--hero-primary .agqa__status strong,
.agqa--hero-primary .agqa__status span {
  display: block;
}
.agqa--hero-primary .agqa__status strong {
  margin-bottom: .2rem;
  font-size: .92rem;
}
.agqa--hero-primary .agqa__status span {
  color: rgba(255,255,255,.9);
  font-weight: 650;
}
.agqa--hero-primary .agqa__results {
  scroll-margin-top: 96px;
}
.agqa--hero-primary .agqa__card--primary {
  border-left: 5px solid #f7bd3f;
  padding: 1.08rem 1.12rem 1.1rem;
}
.agqa--hero-primary .agqa__card--primary h3 {
  font-size: clamp(1.05rem, 1.7vw, 1.2rem);
}
.agqa--hero-primary .agqa__card--primary p {
  font-size: .98rem;
}
.agqa--hero-primary .agqa__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
  align-items: center;
}
.agqa--hero-primary .agqa__meta span[aria-hidden="true"] {
  opacity: .55;
}
.agqa--hero-primary .agqa__related-block {
  padding-top: .2rem;
}
.agqa--hero-primary .agqa__related-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.agqa--hero-primary .agqa__related-question {
  appearance: none;
  max-width: 100%;
  padding: .62rem .82rem;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 12px;
  background: rgba(255,255,255,.10);
  color: #fff;
  font: inherit;
  font-size: .84rem;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}
.agqa--hero-primary .agqa__related-question:hover,
.agqa--hero-primary .agqa__related-question:focus-visible {
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.62);
}
.agqa--hero-primary .agqa__browse-note {
  margin-top: 1.05rem;
  color: rgba(255,255,255,.64);
}

@media (max-width: 620px) {
  .agqa-library-heading {
    width: calc(100% - 24px);
    margin-top: 24px;
  }
  .agqa--hero-primary .agqa__results {
    scroll-margin-top: 78px;
  }
  .agqa--hero-primary .agqa__card--primary {
    padding: .95rem .9rem 1rem;
  }
  .agqa--hero-primary .agqa__related-list {
    display: grid;
    grid-template-columns: 1fr;
  }
  .agqa--hero-primary .agqa__related-question {
    width: 100%;
  }
}
