/* Controlled legibility pass — preserves layout, hierarchy and visual language. */

.microcopy{font-size:12px}
.card-topline{font-size:10px}
.signal-stats span{font-size:10px}
.floating-chip{font-size:12px}
.floating-chip span{font-size:10px}

/* Navigation: larger, lighter text only. */
.site-header nav{font-size:15px;font-weight:400}

.guide-search-label{font-size:12px}
.guide-prompt-row button{font-size:14px;font-weight:400}
.guide-examples>span{font-size:10px}
.guide-example-row button{font-size:11px}
.guide-results-heading>p{font-size:14px}
.guide-product-topline{font-size:10px}
.guide-product-topline b{font-size:10px}
.guide-product-card>p{font-size:13px;line-height:1.6}
.guide-product-card li{font-size:12px;line-height:1.5}
.guide-product-footer button{font-size:12px}

.quick-solutions-heading>p{font-size:13px}
.quick-solution-meta{font-size:10px}
.quick-solution-card h3{font-size:16px;line-height:1.12}
.quick-solution-footer strong{font-size:14px}
.quick-solution-footer button{font-size:12px}

.recommendations-heading>p{font-size:14px}
.first-step-card>p{font-size:14px}
.first-step-card>small{font-size:11px}
.product-actions button,.matched-row button,.catalogue-row button{font-size:12px}
.matched-row p,.catalogue-row p{font-size:13px;line-height:1.55}
.matched-row small{font-size:10px}

.filter-row button{font-size:11px}
.catalogue-count{font-size:11px}
.catalogue-row>div>span{font-size:10px}
.catalogue-facts small{font-size:10px;line-height:1.4}
.show-more{font-size:12px}

.outcome-grid button>span{font-size:11px}
.outcome-grid p{font-size:13px;line-height:1.6}
.outcome-grid b{font-size:11px}
.how-grid span{font-size:11px}
.how-grid p{font-size:13px;line-height:1.65}
.ladder-flow span{font-size:10px}
.ladder-flow strong{font-size:11px}

.comparison-row span{font-size:12px}
.comparison-head span{font-size:10px}
.footer-bottom{font-size:10px}

.drawer-outcomes{font-size:10px}
.drawer-price span{font-size:12px}
.drawer-block h3{font-size:12px}
.privacy-note{font-size:11px}

/* One centred suggestion bank beneath the Guide search. */
.guide-examples[hidden]{display:none!important}
.guide-prompt-row--unified{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:10px;
  max-width:820px;
  margin:22px auto 0;
  padding-bottom:0;
  overflow:visible;
  text-align:center;
}
.guide-prompt-row--unified button{
  min-height:46px;
  padding:0 18px;
  font-size:14px;
  font-weight:400;
  line-height:1.25;
}
.guide-prompt-row--unified button[data-ramp-route="true"]{
  border-color:var(--acid);
}

@media (width<=600px){
  .guide-prompt-row button{font-size:13px}
  .guide-example-row button{font-size:11px}
  .guide-prompt-row--unified{
    flex-wrap:wrap;
    justify-content:center;
    max-width:100%;
    overflow:visible;
    padding-bottom:0;
  }
  .guide-prompt-row--unified button{min-height:42px;padding:9px 13px;font-size:13px}
  .quick-solution-card h3{font-size:16px}
  .catalogue-facts small{font-size:10px}
  .comparison-row span{font-size:12px}
}
