/* NILA v21.32 Homepage and Category Layout Refinement */
:root{
  --v32-ink:#071b31;
  --v32-green:#075f3c;
  --v32-blue:#176fc2;
  --v32-gold:#d7a735;
  --v32-coral:#e46f45;
  --v32-muted:#52677f;
  --v32-line:rgba(7,27,49,.12);
  --v32-soft:#f7fbff;
  --v32-shadow:0 22px 60px rgba(7,27,49,.10);
}

/* Homepage category preview: exactly one short preview row after hero */
body[data-nila-page="home"] #nilaCategorySection.v32-category-preview,
body.page-home #nilaCategorySection.v32-category-preview,
#nilaCategorySection.v32-category-preview{
  display:block!important;
  background:#fff!important;
  padding:30px 0 42px!important;
  margin:0!important;
  border-top:1px solid rgba(7,27,49,.06)!important;
  position:relative!important;
  z-index:120!important;
}
.v32-category-preview .wrap,
.v32-category-preview .container{max-width:1220px!important;margin:0 auto!important;padding:0 24px!important;}
.v32-category-preview .v32-category-head{display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:22px!important;margin-bottom:22px!important;}
.v32-category-preview h2{font-family:Fraunces,Georgia,serif!important;font-size:clamp(38px,4.5vw,58px)!important;line-height:.95!important;letter-spacing:-.055em!important;color:var(--v32-ink)!important;margin:0 0 6px!important;}
.v32-category-preview p{font-size:16px!important;line-height:1.45!important;color:var(--v32-muted)!important;max-width:680px!important;margin:0!important;}
.v32-see-more{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:48px!important;padding:0 22px!important;border-radius:999px!important;border:1px solid var(--v32-line)!important;background:#fff!important;color:var(--v32-ink)!important;text-decoration:none!important;font-weight:950!important;box-shadow:0 12px 30px rgba(7,27,49,.06)!important;white-space:nowrap!important;}
.v32-home-cat-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:26px!important;}
.v32-home-cat-card{display:flex!important;flex-direction:column!important;text-decoration:none!important;color:var(--v32-ink)!important;background:#fff!important;border:1px solid var(--v32-line)!important;border-radius:30px!important;overflow:hidden!important;box-shadow:var(--v32-shadow)!important;min-width:0!important;position:relative!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;}
.v32-home-cat-card:hover,.v32-home-cat-card:focus-visible{transform:translateY(-4px)!important;box-shadow:0 30px 82px rgba(7,27,49,.15)!important;border-color:rgba(7,95,60,.25)!important;outline:none!important;}
.v32-home-cat-card .v32-cat-media{height:300px!important;width:100%!important;background:linear-gradient(145deg,#fff,#f7fbff 52%,#fff7e7)!important;overflow:hidden!important;}
.v32-home-cat-card .v32-cat-media img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center!important;}
.v32-home-cat-card .v32-cat-body{padding:18px 20px 20px!important;border-top:1px solid rgba(7,27,49,.06)!important;background:#fff!important;min-height:116px!important;}
.v32-home-cat-card h3{font-family:Fraunces,Georgia,serif!important;font-size:28px!important;line-height:1!important;letter-spacing:-.025em!important;color:var(--v32-ink)!important;margin:0 0 8px!important;}
.v32-home-cat-card p{font-size:14.5px!important;line-height:1.45!important;color:var(--v32-muted)!important;margin:0 0 12px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
.v32-home-cat-card small{display:inline-flex!important;width:max-content!important;background:rgba(7,95,60,.08)!important;color:var(--v32-green)!important;border-radius:999px!important;padding:8px 12px!important;font-size:13px!important;line-height:1!important;font-weight:950!important;margin:0!important;}

/* merged homepage explanation section */
#v32HomeFlowProof{background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)!important;padding:44px 0 58px!important;border-top:1px solid rgba(7,27,49,.06)!important;}
#v32HomeFlowProof .v32-wrap{max-width:1220px!important;margin:0 auto!important;padding:0 24px!important;}
#v32HomeFlowProof .v32-flow-head{display:grid!important;grid-template-columns:minmax(0,.9fr) minmax(280px,.45fr)!important;gap:28px!important;align-items:end!important;margin-bottom:26px!important;}
#v32HomeFlowProof h2{font-family:Fraunces,Georgia,serif!important;font-size:clamp(36px,4.2vw,56px)!important;line-height:.98!important;letter-spacing:-.05em!important;color:var(--v32-ink)!important;margin:0 0 10px!important;}
#v32HomeFlowProof p{color:var(--v32-muted)!important;font-size:16px!important;line-height:1.5!important;margin:0!important;}
#v32HomeFlowProof .v32-mini-card{border:1px solid var(--v32-line)!important;background:#fff!important;border-radius:26px!important;padding:20px!important;box-shadow:var(--v32-shadow)!important;}
#v32HomeFlowProof .v32-flow-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;}
#v32HomeFlowProof .v32-step{background:#fff!important;border:1px solid var(--v32-line)!important;border-radius:28px!important;padding:22px!important;box-shadow:0 18px 48px rgba(7,27,49,.07)!important;min-height:180px!important;}
#v32HomeFlowProof .v32-step-num{width:44px!important;height:44px!important;border-radius:16px!important;display:grid!important;place-items:center!important;color:#fff!important;font-weight:950!important;font-size:18px!important;margin-bottom:14px!important;}
#v32HomeFlowProof .v32-step:nth-child(1) .v32-step-num{background:var(--v32-green)!important;}
#v32HomeFlowProof .v32-step:nth-child(2) .v32-step-num{background:var(--v32-blue)!important;}
#v32HomeFlowProof .v32-step:nth-child(3) .v32-step-num{background:var(--v32-gold)!important;color:var(--v32-ink)!important;}
#v32HomeFlowProof .v32-step:nth-child(4) .v32-step-num{background:var(--v32-coral)!important;}
#v32HomeFlowProof .v32-step h3{font-size:18px!important;line-height:1.15!important;margin:0 0 8px!important;color:var(--v32-ink)!important;font-weight:950!important;}
#v32HomeFlowProof .v32-step p{font-size:14.5px!important;line-height:1.45!important;color:var(--v32-muted)!important;}
#v32HomeFlowProof .v32-trust-row{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin-top:18px!important;}
#v32HomeFlowProof .v32-trust-row span{display:inline-flex!important;align-items:center!important;gap:8px!important;border:1px solid var(--v32-line)!important;background:#fff!important;border-radius:999px!important;padding:10px 13px!important;color:var(--v32-ink)!important;font-weight:900!important;font-size:13px!important;}

/* Hide the older separate homepage blocks after v21.32 inserts the merged one */
body.v32-home-refined .v19-how,
body.v32-home-refined .v24-how,
body.v32-home-refined .v29-how,
body.v32-home-refined .v30-how,
body.v32-home-refined .v31-how,
body.v32-home-refined .v19-why,
body.v32-home-refined .v24-why,
body.v32-home-refined .v29-why,
body.v32-home-refined .v30-why,
body.v32-home-refined .v31-why{display:none!important;}

/* Category pages: scrolling category rail above category hero */
body.v32-category-page .v19-cat-rail{display:block!important;position:sticky!important;top:0!important;z-index:180!important;background:rgba(255,255,255,.94)!important;backdrop-filter:blur(18px)!important;border-top:1px solid rgba(7,27,49,.06)!important;border-bottom:1px solid rgba(7,27,49,.08)!important;margin:0!important;padding:10px 0!important;}
body.v32-category-page .v19-cat-rail .container{max-width:1280px!important;padding:0 24px!important;}
body.v32-category-page .v19-cat-rail-inner{display:flex!important;gap:10px!important;overflow-x:auto!important;white-space:nowrap!important;scrollbar-width:none!important;padding:2px 0!important;}
body.v32-category-page .v19-cat-rail-inner::-webkit-scrollbar{display:none!important;}
body.v32-category-page .dir-cat,
body.v32-category-page .v19-cat-pill{flex:0 0 auto!important;border-radius:999px!important;border:1px solid var(--v32-line)!important;background:#fff!important;color:var(--v32-ink)!important;padding:10px 15px!important;font-weight:900!important;cursor:pointer!important;}
body.v32-category-page .dir-cat.active,
body.v32-category-page .v19-cat-pill.active{background:var(--v32-green)!important;border-color:var(--v32-green)!important;color:#fff!important;}
body.v32-category-page #v31DirCategoryHero,
body.v32-category-page #v32DirCategoryHero{margin:22px auto 18px!important;grid-template-columns:minmax(0,1fr) 340px!important;gap:18px!important;align-items:stretch!important;}
body.v32-category-page .v31-dir-category-copy,
body.v32-category-page .v32-dir-category-copy{padding:24px 26px!important;border-radius:30px!important;}
body.v32-category-page .v31-dir-category-copy h1,
body.v32-category-page .v32-dir-category-copy h1{font-size:clamp(34px,4vw,54px)!important;}
body.v32-category-page .v31-dir-category-copy p,
body.v32-category-page .v32-dir-category-copy p{font-size:15.5px!important;max-width:760px!important;}
body.v32-category-page .v31-dir-category-visual,
body.v32-category-page .v32-dir-category-visual{min-height:265px!important;border-radius:30px!important;}
body.v32-category-page .v31-dir-category-visual img,
body.v32-category-page .v32-dir-category-visual img{min-height:265px!important;object-fit:cover!important;}

/* Category pages: providers first, full-width horizontal map underneath */
body.v32-category-page .v19-dir-body{display:grid!important;grid-template-columns:1fr!important;gap:22px!important;max-width:1280px!important;}
body.v32-category-page .v19-dir-list-wrap{order:1!important;width:100%!important;}
body.v32-category-page #dirMapCard,
body.v32-category-page .v19-dir-map-wrap{order:2!important;position:relative!important;top:auto!important;width:100%!important;min-height:430px!important;display:flex!important;visibility:visible!important;}
body.v32-category-page #dirMap{display:block!important;visibility:visible!important;min-height:380px!important;width:100%!important;}
body.v32-category-page .v19-dir-map-head{flex:0 0 auto!important;}
body.v32-category-page .v19-dir-map-foot{flex:0 0 auto!important;}

@media(max-width:980px){
  .v32-home-cat-grid{grid-template-columns:1fr!important;gap:20px!important;}
  .v32-home-cat-card .v32-cat-media{height:290px!important;}
  #v32HomeFlowProof .v32-flow-head{grid-template-columns:1fr!important;}
  #v32HomeFlowProof .v32-flow-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  body.v32-category-page #v31DirCategoryHero,body.v32-category-page #v32DirCategoryHero{grid-template-columns:1fr!important;}
}
@media(max-width:640px){
  .v32-category-preview{padding:24px 0 36px!important;}
  .v32-category-preview .wrap,.v32-category-preview .container{padding:0 16px!important;}
  .v32-category-preview .v32-category-head{display:block!important;margin-bottom:18px!important;}
  .v32-category-preview h2{font-size:40px!important;}
  .v32-see-more{margin-top:14px!important;min-height:44px!important;}
  .v32-home-cat-card .v32-cat-media{height:265px!important;}
  #v32HomeFlowProof{padding:34px 0 44px!important;}
  #v32HomeFlowProof .v32-wrap{padding:0 16px!important;}
  #v32HomeFlowProof .v32-flow-grid{grid-template-columns:1fr!important;}
  body.v32-category-page .v19-cat-rail .container{padding:0 16px!important;}
}
