/* Surgeons page tiles — scoped under #home2026 (reuses home.css + mwl.css cta band) */
#home2026 .surgeon-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:18px;margin-top:34px}
#home2026 .surgeon-tile{display:flex;flex-direction:column;justify-content:flex-start;min-height:150px;background:var(--card);border:1px solid var(--line);border-top:3px solid var(--coral);border-radius:14px;padding:24px;text-decoration:none;transition:.2s}
#home2026 .surgeon-tile:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
#home2026 .surgeon-tile .st-name{font-family:Sora,sans-serif;font-weight:800;font-size:1.25rem;color:var(--navy);line-height:1.15}
#home2026 .surgeon-tile .st-city{color:var(--muted);font-weight:600;font-size:.92rem;margin-top:6px}
#home2026 .surgeon-tile .st-go{color:var(--coral);font-weight:700;font-size:.92rem;margin-top:auto;padding-top:18px}
/* mwl.css carries the .mwl-cta band; include it for this page too */
#home2026 .mwl-cta{background:linear-gradient(150deg,#0E2436 0%,#163349 60%,#1c4258 100%);color:#fff;text-align:center}
#home2026 .mwl-cta .center{max-width:760px}
