.dm-feature-grid{--fg-accent:#1d9e75;--fg-accent-light:#e1f5ee;--fg-border:#e0e0e0;--fg-text-primary:#1a1a1a;--fg-text-muted:#555;--fg-radius:12px;--fg-font:"Inter",sans-serif;box-sizing:border-box;font-family:var(--fg-font);margin:0 auto;max-width:1100px;padding:3rem 1.5rem}.dm-feature-grid__header{margin-bottom:2.5rem;text-align:center}.dm-feature-grid__title{color:var(--fg-text-primary);font-size:clamp(1.5rem,3vw,2rem);font-weight:600;line-height:1.25;margin:0 0 .5rem}.dm-feature-grid__subtitle{color:var(--fg-text-muted);font-size:1rem;line-height:1.6;margin:0 auto;max-width:560px}.dm-feature-grid__grid{border:1px solid var(--fg-border);border-radius:var(--fg-radius);display:grid;grid-template-columns:repeat(2,1fr)}.dm-feature-grid__cell{background-color:#fff;border-bottom:1px solid var(--fg-border);border-right:1px solid var(--fg-border);box-sizing:border-box;padding:1.75rem 1.5rem;position:relative;transition:background-color .15s ease,box-shadow .2s ease;z-index:0}.dm-feature-grid__cell:hover{background-color:#f8fdfb;box-shadow:0 0 0 2px #fff,0 0 20px 8px hsla(0,0%,100%,.9);z-index:1}.dm-feature-grid__cell:nth-child(2n){border-right:none}.dm-feature-grid__cell:last-child,.dm-feature-grid__cell:nth-last-child(-n+2){border-bottom:none}.dm-feature-grid__cell:first-child{border-radius:12px 0 0 0}.dm-feature-grid__cell:nth-child(2){border-radius:0 12px 0 0}.dm-feature-grid__cell:last-child:nth-child(odd){border-radius:0 0 12px 12px}.dm-feature-grid__cell:last-child:nth-child(2n){border-radius:0 0 12px 0}.dm-feature-grid__cell:nth-last-child(2):nth-child(odd){border-radius:0 0 0 12px}.dm-feature-grid__icon-wrap{align-items:center;background-color:var(--fg-accent-light);border-radius:8px;display:flex;flex-shrink:0;height:40px;justify-content:center;margin-bottom:1rem;width:40px}.dm-feature-grid__icon-wrap--empty{background-color:transparent}.dm-feature-grid__icon{display:block;height:20px;object-fit:contain;width:20px}.dm-feature-grid__cell-title{color:var(--fg-accent);font-size:.9375rem;font-weight:600;line-height:1.3;margin:0 0 .5rem}.dm-feature-grid__cell-body{color:var(--fg-text-muted);font-size:.875rem;line-height:1.65;margin:0}@media (max-width:640px){.dm-feature-grid__grid{grid-template-columns:1fr}.dm-feature-grid__cell{border-bottom:1px solid var(--fg-border);border-right:none}.dm-feature-grid__cell:first-child{border-radius:12px 12px 0 0}.dm-feature-grid__cell:nth-child(2){border-radius:0}.dm-feature-grid__cell:last-child{border-bottom:none;border-radius:0 0 12px 12px}.dm-feature-grid{padding:2rem 1rem}}