body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:#fafaf9;color:#1c1917;line-height:1.65}*{box-sizing:border-box}a{color:inherit;text-decoration:none}.container{width:min(1120px,92vw);margin:0 auto}.top{background:#fff;border-bottom:1px solid #e7e5e4;position:sticky;top:0;z-index:9}.nav{display:flex;gap:14px;align-items:center;justify-content:space-between;padding:14px 0;flex-wrap:wrap}.brand{font-weight:900;color:#ea580c}.links{display:flex;gap:12px;flex-wrap:wrap;font-size:14px;color:#57534e}.links a:hover{color:#ea580c}.hero{padding:46px 0;background:linear-gradient(180deg,#fff7ed,#fff)}.eyebrow{text-transform:uppercase;letter-spacing:.11em;color:#ea580c;font-weight:800;font-size:12px}h1{font-size:clamp(32px,5vw,54px);line-height:1.08;margin:8px 0 16px}h2{font-size:24px;line-height:1.2;margin:0 0 10px}.lead{font-size:17px;color:#57534e;max-width:860px}.btn{display:inline-flex;margin:10px 10px 0 0;background:linear-gradient(90deg,#f97316,#facc15);color:#fff;border-radius:999px;padding:12px 18px;font-weight:800}.btn.secondary{background:#fff;color:#1c1917;border:1px solid #e7e5e4}.section{padding:34px 0}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px}.card{background:#fff;border:1px solid #e7e5e4;border-radius:18px;padding:18px}.card:hover{border-color:#f97316}.muted{color:#57534e}.breadcrumb{font-size:14px;color:#78716c;padding-top:16px}.footer{background:#0c0a09;color:#fff;padding:34px 0;margin-top:34px}.footer p,.footer a{color:#a8a29e}.logo{width:74px;height:auto;display:block;margin-bottom:10px}@media(max-width:720px){.links{font-size:13px}.hero{padding:30px 0}.btn{width:100%;justify-content:center}}

/* V27: homepage hero and old wordmark logo replaced with clean round ANP logo */
.hero img,
.hero-logo img,
img[src*="anplegals-logo-source"],
img[src*="anp-logo"] {
  content: url('/images/anplegals-round-logo.png') !important;
  object-fit: contain !important;
  max-width: 300px !important;
  max-height: 300px !important;
  border-radius: 9999px !important;
}
header img,
.top img,
.nav img {
  max-width: 132px !important;
  max-height: 58px !important;
  object-fit: contain !important;
}


/* V28 force replace homepage old wide ANP wordmark with clean round logo */
img[src*="anp-logo"],
img[src*="anplegals-logo-source"],
img[src*="anplegals-round-logo"] {
  object-fit: contain !important;
}
main img[src*="anp-logo"],
main img[src*="anplegals-logo-source"] {
  content: url('/images/anplegals-round-logo.png') !important;
  width: 300px !important;
  max-width: min(300px, 80vw) !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 9999px !important;
  display: block !important;
}
header img,
.top img,
.nav img {
  content: url('/images/anplegals-round-logo.png') !important;
  max-width: 58px !important;
  max-height: 58px !important;
  width: 58px !important;
  height: 58px !important;
  border-radius: 9999px !important;
  object-fit: contain !important;
}
