/* Desktop typography & footer/card polish v7 — 2026-08-16
   Desktop only. Loaded last so the requested type scale wins over page-level CSS. */
@media (min-width:821px){

  /* Top navigation + language selector */
  .nav .nav-links a,
  .lang-btn,
  .lang-cur,
  .lang-menu a{
    font-size:1rem !important;
  }

  /* Every actual/button-like control on desktop */
  button,
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  [role="button"],
  .btn,
  a[class*="btn"],
  .cat-cta,
  .med-cta,
  .as-footer-btn,
  .cform-fab{
    font-size:1rem !important;
  }

  /* Desktop heading scale */
  .hero h1{
    font-size:4.2rem !important;
  }

  /* Section-level H2s across the site */
  main section h2,
  .section-head h2,
  .section h2,
  .faq h2,
  .callout h2,
  .cta-band h2,
  .money-head h2,
  .seo-cluster-head h2,
  .post-section h2{
    font-size:2.8rem !important;
  }

  /* General content/card H3 scale */
  main h3,
  .money-card h3,
  .card h3,
  .signal h3,
  .cluster-link h3,
  .usecase h3,
  .setting-card h3,
  .decision h3,
  .cwv-card h3,
  .tseo-card h3,
  .bcn-card h3,
  .ag-ai-card h3,
  .ag-case h3,
  .perf-panel h3,
  .tseo-panel h3,
  .tile h3,
  .evidence h3,
  .proof-copy h3,
  .step h3{
    font-size:1.4rem !important;
  }

  /* Preserve the two explicitly requested special H3 treatments. */
  .as-footer-col h3{
    font-size:1rem !important;
    color:#fff !important;
  }
  .incl h3{
    font-size:2.1rem !important;
  }

  /* Footer */
  .as-footer-col a{font-size:1rem !important;}
  .as-footer-pill{font-size:.9rem !important;}
  .as-footer-brandmark img{
    width:4rem !important;
    height:4rem !important;
  }
  .as-footer-langs,
  .as-footer-langs a,
  .as-footer-langs span{
    font-size:1rem !important;
  }

  /* Contact FAB: only while it physically overlaps the dark footer */
  .cform-fab.is-over-footer{
    background:#fff !important;
    color:#000 !important;
    border-color:rgba(0,0,0,.15) !important;
  }
  .cform-fab.is-over-footer svg{color:#000 !important;}

  /* Requested content sizes */
  .svc li{font-size:1rem !important;}
  .score-meta div{font-size:1rem !important;}
  .step-body p{font-size:1rem !important;}
  .tier .sub{font-size:1rem !important;}
  .incl p{
    color:#000 !important;
    font-size:1.2rem !important;
  }

  /* Preserve larger responsive leads while enforcing a 1rem minimum. */
  .lead{font-size:clamp(1rem,1.35vw,1.125rem) !important;}
  .about-copy p{font-size:clamp(1rem,1.5vw,1.15625rem) !important;}
  .as-footer-lead{font-size:clamp(1rem,1.15vw,1.1rem) !important;}

  /* Every paragraph that was explicitly styled below 1rem in the current site. */
  .ag-ai-card p,
  .ag-case p,
  .ag-compare-col .sub,
  .ag-contact-mail,
  .ag-pain p,
  .ag-price-note,
  .ag-reason p,
  .ag-wl p,
  .aia-arow p,
  .aia-astep p,
  .aia-item p,
  .aia-tier p,
  .alert,
  .ans p,
  .aoa-check-error,
  .aoa-foot-note,
  .aoa-micro,
  .aoa-panel-head p,
  .aoa-privacy,
  .as-footer-copy,
  .as-footer-location,
  .audit-block p,
  .audit-copy p,
  .author-bio,
  .author-eyebrow,
  .author-links,
  .bcn-card p,
  .bcn-why p,
  .card .excerpt,
  .card .meta,
  .card p,
  .cat p,
  .cform-done p,
  .cform-foot,
  .cluster-link p,
  .code,
  .comp p,
  .cta-band p,
  .cwv-card p,
  .diag-note,
  .f-bottom p,.f-bottom a,
  .f-brand p,
  .facts,
  .faq .ans p,
  .footer p,
  .form-foot .pref,
  .fstep p,
  .hint,
  .intent-note,
  .legal .upd,
  .lst-count,
  .lst-loc,
  .matrix p,
  .med-book .med-sub,
  .micro-note,
  .money-card p,
  .money-copy p,
  .money-note,
  .nda-points p,
  .panel-sub,
  .perf-ba-foot,
  .perf-del p,
  .perf-di p,
  .perf-panel p,
  .perf-step p,
  .post-card .meta,
  .post-card p,
  .post-head .meta,
  .post-toc .toc-title,
  .post-toc-top .toc-title,
  .qa .ans p,
  .ref-box p,
  .score-label,
  .score-note,
  .seo-cluster-head p,
  .side p,
  .signal p,
  .small,
  .step p,
  .step-body p,
  .tier .sub,
  .tier .tdesc,
  .tseo-card p,
  .tseo-panel p,
  .wm-entry .body b,
  .wm-entry .body span,
  .wm-fstep p,
  .wm-lrow p,
  .woo-bento p,
  .woo-board-note,
  .woo-step p,
  details p{font-size:1rem !important;}

  /* Every text rule that was exactly 0.8125rem in the current site. */
  .ag-micro,
  .cat-cta,
  .facts,
  .form-foot .pref,
  .impact-foot,
  .med-cta,
  .review .av,
  .score-meta div,
  .stat .s-idx,
  .story .link,
  .svc li,
  .tier .bestfor b,
  .tier .commit b,
  .tier .sub{font-size:1rem !important;}
}
