
/* IndiZima Phase 4 */
.provider-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.provider-card{display:flex;gap:15px;align-items:center;background:#fff;border:1px solid #dfe9ed;border-radius:16px;padding:18px;transition:.2s}.provider-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(16,47,105,.08)}.provider-card h3{margin:0 0 5px;color:var(--navy)}.provider-card p{margin:0 0 7px;color:var(--muted);font-size:12px}.provider-card span{font-size:12px;color:var(--teal2);font-weight:700}.provider-mark{width:54px;height:54px;border-radius:14px;display:grid;place-items:center;background:#eef7f6;color:var(--teal2);font-size:22px;font-weight:800;flex:0 0 auto}.doctor-mark{background:#eef2f8;color:var(--navy);font-size:15px}.empty-trust-state{text-align:center;padding:55px 25px;border:1px dashed #cbdde1;border-radius:18px;background:#fbfdfd}.empty-icon{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;margin:0 auto 15px;background:#edf7f5;color:var(--teal2);font-size:25px;font-weight:800}.phase4-grid a{color:inherit}.destination-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.destination-grid>a{background:#fff;border:1px solid #dfe9ed;border-radius:15px;padding:20px}.destination-grid span{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--teal2);font-weight:800}.destination-grid h3{margin:6px 0;color:var(--navy)}.destination-grid p{font-size:12px;color:var(--muted);line-height:1.65}.destination-grid b{font-size:12px;color:var(--teal2)}.checklist-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.checklist-grid>div{background:#fff;border:1px solid #dfe9ed;border-radius:16px;padding:20px}.checklist-grid h3{margin-top:0;color:var(--navy)}.checklist-grid li{margin:8px 0;color:#465f6b}@media(max-width:850px){.provider-grid,.destination-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.provider-grid,.destination-grid,.checklist-grid{grid-template-columns:1fr}}
