.pdc-image{border-radius:20px;overflow:hidden;border:1px solid #e5e7eb;box-shadow:0 8px 24px rgba(0,0,0,.04);background:#fff}.pdc-image img{width:100%;height:100%;min-height:420px;object-fit:cover;display:block}.pdc-process{display:grid;gap:16px}.pdc-step{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:22px;display:grid;grid-template-columns:58px 1fr;gap:18px;box-shadow:0 8px 24px rgba(0,0,0,.04)}.pdc-step-number{width:58px;height:58px;border-radius:50%;background:#dcfce7;color:#16a34a;display:flex;align-items:center;justify-content:center;font-weight:700}.pdc-gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.pdc-gallery-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.04)}.pdc-gallery-card img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.pdc-gallery-card div{padding:16px}.pdc-gallery-card h3{font-size:18px;margin-bottom:6px}.pdc-gallery-card p{font-size:15px;margin:0}@media (max-width:768px){.pdc-image img{min-height:280px}.pdc-step{grid-template-columns:1fr;padding:20px}.pdc-step-number{width:48px;height:48px}}