.dm-vcp-card{display:grid;grid-template-columns:minmax(220px,38%) 1fr;min-height:230px;overflow:hidden;border:1px solid var(--dmvcp-border,#303a44);border-radius:18px;background:var(--dmvcp-gradient,linear-gradient(135deg,#171d24,#090c10));color:var(--dmvcp-text,#e9eef2);box-shadow:0 14px 34px rgba(0,0,0,.18);margin:1.2rem 0}.dm-vcp-card__media{position:relative;background:var(--dmvcp-surface,#14191f);min-height:230px}.dm-vcp-card__media img{display:block;width:100%;height:100%;min-height:230px;object-fit:cover}.dm-vcp-card__body{display:flex;flex-direction:column;justify-content:center;padding:28px 32px}.dm-vcp-card__eyebrow{font-size:.74rem;letter-spacing:.14em;text-transform:uppercase;color:var(--dmvcp-accent,#8fa7b5);font-weight:700;margin:0 0 9px}.dm-vcp-card__title{font-size:clamp(1.25rem,2vw,1.8rem);line-height:1.16;margin:0 0 12px;color:var(--dmvcp-text,#e9eef2)}.dm-vcp-card__description{color:var(--dmvcp-muted,#9ba8b2);line-height:1.65;margin:0 0 20px}.dm-vcp-card__link{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid var(--dmvcp-border,#303a44);border-radius:999px;color:var(--dmvcp-text,#e9eef2);text-decoration:none!important;background:rgba(255,255,255,.035);font-weight:650}.dm-vcp-card__link:hover{border-color:var(--dmvcp-accent,#8fa7b5);color:var(--dmvcp-text,#e9eef2)}@media(max-width:720px){.dm-vcp-card{grid-template-columns:1fr}.dm-vcp-card__media,.dm-vcp-card__media img{min-height:210px;max-height:300px}.dm-vcp-card__body{padding:24px}}
.dm-vcp-card--text-only{grid-template-columns:1fr}
