.ded-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin:20px 0;font-family:inherit}.ded-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;box-shadow:0 4px 6px -1px rgb(0 0 0 / .05);display:flex;flex-direction:column;justify-content:space-between}.ded-card-title{font-size:1.45rem;font-weight:1000;color:#1a202c;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #e2e8f0;line-height:1.3}.ded-card-tech{font-size:1.8rem;color:#4a5568;margin-bottom:18px;line-height:1.6}.ded-card-benefit{font-size:1.6rem;color:#2d3748;background-color:#f7fafc;padding:16px;border-radius:8px;border-left:4px solid #3182ce;line-height:1.6}.ded-label{font-weight:900;display:block;margin-bottom:6px;color:#2b6cb0;text-transform:uppercase;font-size:1.15rem;letter-spacing:.05em}@media (max-width:768px){.ded-cards-grid{grid-template-columns:1fr;gap:20px}.ded-card-title{font-size:1.35rem}.ded-card-tech,.ded-card-benefit{font-size:1.05rem}}