/* Focused follow-up refinement: wider desktop layout and cleaner certification choices. */
@media(min-width:1181px){
  .w{width:calc(100% - 48px);max-width:1800px}
  .iasPage{max-width:1600px!important}
  .heroShell{width:100%}
}

/* Keep wide layouts useful without making reading-heavy content excessively long. */
@media(min-width:1500px){
  .aboutContent{max-width:1050px}
  .faq{max-width:1040px}
}

/* Certification chooser buttons: clearer and more deliberate. */
#choose .iasCard .btn{min-width:132px;justify-content:center}
