.featured-card{align-items:flex-start;border-radius:var(--card-radius);display:flex;flex-direction:column;gap:1.5625rem;height:100%;padding:2.5rem}.featured-card--shadow-soft{box-shadow:0 30px 60px -32px rgba(31,31,31,.45)}.featured-card--shadow-strong{box-shadow:0 30px 60px -20px rgba(31,31,31,.6)}.featured-card__tag{font-weight:600}.featured-card__description :is(p){margin:0}.featured-card__meta{display:flex;flex-wrap:wrap;font-weight:600;gap:.5rem 1.5rem}.featured-card__steps{display:flex;flex-direction:column;gap:.9375rem;width:100%}.featured-card__step{align-items:flex-start;display:flex;gap:.875rem}.featured-card__step-number{align-items:center;border:1px solid var(--color-accent);border-radius:50%;color:var(--color-accent);display:flex;flex-shrink:0;font-family:var(--font-accent);font-size:.8125rem;font-weight:600;height:1.625rem;justify-content:center;width:1.625rem}.featured-card__step-text :is(p){margin:0}