/* Premium, responsive homepage sections. */
body.home .site-content{background:linear-gradient(180deg,#f4f9fd 0,#f8fbfd 420px,#fff 100%)}
body.home .drb-archive{padding:1px 0 42px}

body.home .drb-arch-box{width:100%;max-width:860px;margin:0 auto;padding:0 18px;box-sizing:border-box}
body.home .drb-home-section{margin-top:20px}
body.home .drb-home-section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:14px;padding:0 3px}
body.home .drb-home-section__head>div{min-width:0}
body.home .drb-home-section__eyebrow{display:block;margin-bottom:4px;color:#0b7d83;font-size:12px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
body.home .drb-home-section__head h2{margin:0;color:#0c345b;font-size:clamp(22px,2.6vw,30px);font-weight:800;letter-spacing:-.02em;line-height:1.3}
body.home .drb-home-section__head p{max-width:430px;margin:0;color:#60758a;font-size:14px;line-height:1.6;text-align:right}

body.home .drb-home-locations{padding-top:3px}
body.home .drb-popular-districts,body.home .drb-district-chips{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:11px;padding:18px;border:1px solid #dbe7f2;border-radius:18px;background:rgba(255,255,255,.92);box-shadow:0 12px 34px rgba(18,61,97,.07)}
body.home .drb-popular-districts .chip,body.home .drb-district-chips .chip{position:relative;display:flex;min-height:54px;align-items:center;padding:12px 42px 12px 15px;border:1px solid #deebf4;border-radius:12px;background:linear-gradient(145deg,#fff,#f6fbfe);box-shadow:0 2px 7px rgba(13,67,105,.04);color:#124a76;font-size:15px;font-weight:700;line-height:1.35;text-decoration:none;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,color .18s ease}
body.home .drb-popular-districts .chip::after,body.home .drb-district-chips .chip::after{content:"→";position:absolute;right:15px;display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:#e5f5f5;color:#087c82;font-family:Arial,sans-serif;font-size:14px;transition:transform .18s ease,background .18s ease}
body.home .drb-popular-districts .chip:hover,body.home .drb-district-chips .chip:hover{border-color:#79c1c4;box-shadow:0 8px 18px rgba(8,87,113,.1);color:#08727a;transform:translateY(-2px)}
body.home .drb-popular-districts .chip:hover::after,body.home .drb-district-chips .chip:hover::after{background:#087c82;color:#fff;transform:translateX(2px)}
body.home .drb-district-chips .chip-auto{border-style:dashed}
body.home .drb-popular-districts .chip:focus-visible,body.home .drb-district-chips .chip:focus-visible{outline:3px solid rgba(8,124,130,.22);outline-offset:3px}

body.home .drb-home-doctors{margin-top:30px}
body.home .drb-home-doctors .drb-cards{grid-template-columns:1fr;gap:15px}

body.home .drb-home-view-all{margin:20px 0 0;text-align:center}
body.home .drb-view-all{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:8px 24px;border:1px solid #176fa3;border-radius:10px;background:#fff;box-shadow:0 5px 14px rgba(15,59,95,.07);color:#125f90;font-size:15px;font-weight:800;text-decoration:none;transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}
body.home .drb-view-all::after{content:"→";margin-left:8px;font-family:Arial,sans-serif}
body.home .drb-view-all:hover,body.home .drb-view-all:focus{background:#176fa3;box-shadow:0 8px 18px rgba(23,111,163,.2);color:#fff;transform:translateY(-1px)}
body.home .drb-view-all:focus-visible{outline:3px solid rgba(23,111,163,.22);outline-offset:3px}
body.home .drb-muted{margin:0;color:#64748b}

@media(max-width:1024px){
  body.home .drb-home-doctors .drb-cards{grid-template-columns:1fr}
  body.home .drb-popular-districts,body.home .drb-district-chips{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:767px){
  body.home .drb-archive{padding-bottom:28px}
  body.home .drb-arch-box{padding:0 10px}
  body.home .drb-home-section{margin-top:18px}
  body.home .drb-home-section__head{display:block;margin-bottom:11px;padding:0 2px}
  body.home .drb-home-section__eyebrow{font-size:11px}
  body.home .drb-home-section__head h2{font-size:22px}
  body.home .drb-home-section__head p{margin-top:5px;font-size:13.5px;text-align:left}
  body.home .drb-popular-districts,body.home .drb-district-chips{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:11px;border-radius:14px}
  body.home .drb-popular-districts .chip,body.home .drb-district-chips .chip{min-height:48px;padding:10px 34px 10px 11px;border-radius:10px;font-size:14px}
  body.home .drb-popular-districts .chip::after,body.home .drb-district-chips .chip::after{right:9px;width:21px;height:21px}
  body.home .drb-home-doctors{margin-top:24px}
  body.home .drb-home-doctors .drb-cards{gap:12px}
  body.home .drb-home-view-all{margin-top:16px}
  body.home .drb-view-all{width:100%}
}

@media(max-width:390px){
  body.home .drb-popular-districts,body.home .drb-district-chips{grid-template-columns:1fr}
}

@media(prefers-reduced-motion:reduce){
  body.home .drb-popular-districts .chip,body.home .drb-district-chips .chip,body.home .drb-view-all{transition:none}
}
