.dv-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:1.1rem;margin-top:2.5rem;display:grid}.dv-card{color:inherit;background:#fff;border:1px solid #00000012;border-radius:20px;flex-direction:column;padding:1.6rem 1.6rem 1.4rem;text-decoration:none;transition:box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .4s,transform .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 1px 2px #001e500a}.dv-card:hover{border-color:#2267ff47;transform:translateY(-3px);box-shadow:0 22px 46px -22px #001e5038}.dv-card-top{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.dv-card-ic{color:#0071e3;background:#eef1f6;border-radius:11px;place-items:center;width:42px;height:42px;display:grid}.dv-card-ic svg{fill:none;stroke:currentColor;stroke-width:1.7px;stroke-linecap:round;stroke-linejoin:round;width:21px;height:21px}.dv-card-num{letter-spacing:.05em;color:#00000029;font-size:.85rem;font-weight:700}.dv-card-eyebrow{letter-spacing:.09em;text-transform:uppercase;color:var(--ah-blue);margin-bottom:.35rem;font-size:.67rem;font-weight:600}.dv-card-name{letter-spacing:-.02em;color:#1d1d1f;margin-bottom:1rem;font-size:1.18rem;font-weight:700;line-height:1.2}.dv-card-chips{flex-wrap:wrap;gap:.4rem;margin-bottom:1.3rem;display:flex}.dv-chip{color:#41506b;background:#f1f4f9;border:1px solid #0000000d;border-radius:999px;padding:.27rem .6rem;font-size:.75rem;font-weight:500;line-height:1.25}.dv-card-foot{border-top:1px solid #00000012;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.dv-card-price{color:#1d1d1f;font-size:.92rem;font-weight:700}.dv-card-go{color:var(--ah-blue);align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;display:inline-flex}.dv-card-go svg{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px;transition:transform .3s}.dv-card:hover .dv-card-go svg{transform:translate(3px)}@media (max-width:860px){.dv-grid{grid-template-columns:1fr;gap:.9rem}}
